This commit is contained in:
Mohamed Nouffer
2022-07-20 15:57:40 +05:30
parent c7e6121f00
commit 5283b5052e
11 changed files with 257 additions and 86 deletions

View File

@ -138,28 +138,28 @@ packages:
name: flutter_map
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0"
version: "1.1.1"
flutter_map_location_marker:
dependency: "direct main"
description:
name: flutter_map_location_marker
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "4.1.0"
flutter_map_marker_cluster:
dependency: "direct main"
description:
name: flutter_map_marker_cluster
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.4"
version: "0.5.0"
flutter_map_marker_popup:
dependency: transitive
description:
name: flutter_map_marker_popup
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.2.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
@ -211,7 +211,7 @@ packages:
name: geolocator_android
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.8"
version: "3.2.1"
geolocator_apple:
dependency: transitive
description:
@ -506,6 +506,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
polylabel:
dependency: transitive
description:
name: polylabel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
positioned_tap_detector:
dependency: "direct main"
description:
@ -743,5 +750,5 @@ packages:
source: hosted
version: "0.2.0+1"
sdks:
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=2.10.0"
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"