Skip to content

Commit

Permalink
Update to latest flutter_map version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene committed Jun 16, 2022
1 parent 4dd3841 commit 703addf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
30 changes: 14 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: e14342b22538b50ce1e69c025e01756a7d770b48
resolved-ref: e512cf9aa63b6ded8e9676eaede486f0dd9dc0be
url: "https://github.com/OPENER-next/animated_location_indicator.git"
source: git
version: "1.0.0"
Expand All @@ -29,7 +29,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "194b73f58ad1c033f515589f3faf19f53bcd14d0"
resolved-ref: "89a67ca95976df520442bee2e1a72daecb4f7ce0"
url: "https://github.com/OPENER-next/animated_marker_layer.git"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -284,12 +284,10 @@ packages:
flutter_map:
dependency: "direct main"
description:
path: "."
ref: b2437973d7cab12febb5f6c434c8a1612550cea3
resolved-ref: b2437973d7cab12febb5f6c434c8a1612550cea3
url: "https://github.com/fleaflet/flutter_map.git"
source: git
version: "0.14.0"
name: flutter_map
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
flutter_markdown:
dependency: "direct main"
description:
Expand Down Expand Up @@ -357,7 +355,7 @@ packages:
source: hosted
version: "2.1.3"
geolocator:
dependency: transitive
dependency: "direct main"
description:
name: geolocator
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -638,6 +636,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"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -867,13 +872,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
transparent_image:
dependency: transitive
description:
name: transparent_image
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
tuple:
dependency: transitive
description:
Expand Down
9 changes: 1 addition & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_map: ^0.14.0
flutter_map: ^1.0.0
geolocator: ^8.2.1
latlong2: ^0.8.0
vector_math: ^2.1.1
Expand Down Expand Up @@ -48,13 +48,6 @@ dev_dependencies:
build_runner: ^2.1.7
build_version: ^2.0.0

# Use latest flutter map from github till a new version is released on pub.dev
dependency_overrides:
flutter_map:
git:
url: https://github.com/fleaflet/flutter_map.git
ref: b2437973d7cab12febb5f6c434c8a1612550cea3

flutter:
fonts:
- family: MaterialDesignIconFont
Expand Down

0 comments on commit 703addf

Please sign in to comment.