Skip to content

Commit

Permalink
fix: win32 err
Browse files Browse the repository at this point in the history
  • Loading branch information
matisiekpl committed Oct 14, 2024
1 parent e6c6c01 commit 733ad30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.3"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -1570,13 +1570,13 @@ packages:
source: hosted
version: "1.2.1"
win32:
dependency: transitive
dependency: "direct overridden"
description:
name: win32
sha256: "464f5674532865248444b4c3daca12bd9bf2d7c47f759ce2617986e7229494a8"
sha256: e5c39a90447e7c81cfec14b041cdbd0d0916bd9ebbc7fe02ab69568be703b9bd
url: "https://pub.dev"
source: hosted
version: "5.2.0"
version: "5.6.0"
wkt_parser:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.0

dependency_overrides:
win32: ^5.5.4

flutter_icons:
android: true
ios: true
Expand Down

0 comments on commit 733ad30

Please sign in to comment.