Skip to content

Commit

Permalink
Merge pull request #10 from trilliumlab/elliot
Browse files Browse the repository at this point in the history
Fix flying polylines
  • Loading branch information
elliotnash authored Jun 17, 2024
2 parents e5988a2 + ca48130 commit 00de992
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,11 @@ packages:
flutter_map_tappable_polyline:
dependency: "direct main"
description:
name: flutter_map_tappable_polyline
sha256: "06fcf41a98586abb876ec64b7c8b04955663dbf69a23dc09664713d076f851fe"
url: "https://pub.dev"
source: hosted
path: "."
ref: "86eba4a8cd65dfa818b763a6cd6c0e961f00f466"
resolved-ref: "86eba4a8cd65dfa818b763a6cd6c0e961f00f466"
url: "https://github.com/Camerash/flutter_map_tappable_polyline.git"
source: git
version: "6.0.0"
flutter_map_tile_caching:
dependency: "direct main"
Expand Down Expand Up @@ -1132,7 +1133,7 @@ packages:
dependency: "direct main"
description:
path: "."
ref: HEAD
ref: "57c6491aac940be525d4a641bbcda566e8fa1164"
resolved-ref: "57c6491aac940be525d4a641bbcda566e8fa1164"
url: "https://github.com/trilliumlab/simplify.git"
source: git
Expand Down
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ dependencies:
flutter_map_tile_caching: ^9.0.0-dev.2
flutter_map_location_marker: ^8.1.0
flutter_map_marker_popup: ^6.1.2
flutter_map_tappable_polyline: ^6.0.0
flutter_map_tappable_polyline:
git:
url: https://github.com/Camerash/flutter_map_tappable_polyline.git
ref: 86eba4a8cd65dfa818b763a6cd6c0e961f00f466
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
path: ^1.8.3
Expand All @@ -59,7 +62,9 @@ dependencies:
flutter_map_animations: ^0.6.0
# allow simplification of LatLng
simplify:
git: https://github.com/trilliumlab/simplify.git
git:
url: https://github.com/trilliumlab/simplify.git
ref: 57c6491aac940be525d4a641bbcda566e8fa1164

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 00de992

Please sign in to comment.