Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -651,34 +651,34 @@ packages:
dependency: "direct main"
description:
name: geocoding
sha256: "606be036287842d779d7ec4e2f6c9435fc29bbbd3c6da6589710f981d8852895"
sha256: "40f845e0a5505d4b47da991057f2ab25cd1c68bc4570255c7d4cfbb03a952063"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "5.0.0"
geocoding_android:
dependency: transitive
description:
name: geocoding_android
sha256: ba810da90d6633cbb82bbab630e5b4a3b7d23503263c00ae7f1ef0316dcae5b9
sha256: "17e88a69bb0e1ae44597d70df2d2fbdb2f503672cf665421a16ab56ab97e4ead"
url: "https://pub.dev"
source: hosted
version: "4.0.1"
geocoding_ios:
version: "5.1.0"
geocoding_darwin:
dependency: transitive
description:
name: geocoding_ios
sha256: "18ab1c8369e2b0dcb3a8ccc907319334f35ee8cf4cfef4d9c8e23b13c65cb825"
name: geocoding_darwin
sha256: ac9c85dc6fbb1afa6fea9be0c174a782132b19c01c0e44c4204d7fe8974ac96b
url: "https://pub.dev"
source: hosted
version: "3.1.0"
version: "1.0.2"
geocoding_platform_interface:
dependency: transitive
description:
name: geocoding_platform_interface
sha256: "8c2c8226e5c276594c2e18bfe88b19110ed770aeb7c1ab50ede570be8b92229b"
sha256: "5164b8871705af7573698b3aa0746337faf818d72b488988741bcc7aeedd2f6e"
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "5.0.0"
geolocator:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1284,6 +1284,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.15.0"
pigeon:
dependency: transitive
description:
name: pigeon
sha256: "2a4bfd279fac52b115818e93f5409d07955f7b3718d303fd5f100981be4de386"
url: "https://pub.dev"
source: hosted
version: "26.3.2"
pin_input_text_field:
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 @@ -49,7 +49,7 @@ dependencies:
equatable: ^2.0.5
flutter_dotenv: ^6.0.0
geolocator: ^14.0.2
geocoding: ^4.0.0
geocoding: ^5.0.0
permission_handler: ^12.0.1
webview_flutter: ^4.8.0
webview_flutter_android: ^4.10.2
Expand Down
Loading