Skip to content

Commit

Permalink
Fix app crash
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwillian0 committed Apr 14, 2024
1 parent 999869a commit 09356f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,18 @@ packages:
dependency: "direct main"
description:
name: geolocator
sha256: "694ec58afe97787b5b72b8a0ab78c1a9244811c3c10e72c4362ef3c0ceb005cd"
sha256: "5c496b46e245d006760e643cedde7c9fa785a34391b5eca857a46358f9bde02b"
url: "https://pub.dev"
source: hosted
version: "11.0.0"
version: "8.2.1"
geolocator_android:
dependency: transitive
description:
name: geolocator_android
sha256: f15d1536cd01b1399578f1da1eb5d566e7a718db6a3648f2c24d2e2f859f0692
sha256: "3fa9215caf1e4463adbdf1f21b07fdcb9bc2af2ef1df3715a52376b87bebb087"
url: "https://pub.dev"
source: hosted
version: "4.5.4"
version: "3.2.1"
geolocator_apple:
dependency: transitive
description:
Expand All @@ -332,18 +332,18 @@ packages:
dependency: transitive
description:
name: geolocator_web
sha256: "49d8f846ebeb5e2b6641fe477a7e97e5dd73f03cbfef3fd5c42177b7300fb0ed"
sha256: "102e7da05b48ca6bf0a5bda0010f886b171d1a08059f01bfe02addd0175ebece"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "2.2.1"
geolocator_windows:
dependency: transitive
description:
name: geolocator_windows
sha256: "53da08937d07c24b0d9952eb57a3b474e29aae2abf9dd717f7e1230995f13f0e"
sha256: "4f4218f122a6978d0ad655fa3541eea74c67417440b09f0657238810d5af6bdc"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "0.1.3"
glob:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
url: https://github.com/flutter-mapbox-gl/maps.git
ref: master
intl: ^0.19.0
geolocator: ^11.0.0
geolocator: 8.2.1
geocoding: ^3.0.0

# Storage
Expand Down

0 comments on commit 09356f4

Please sign in to comment.