From ca48130d31d987312236563d83fd942b551b3b5e Mon Sep 17 00:00:00 2001 From: Elliot Nash Date: Mon, 17 Jun 2024 15:37:13 -0700 Subject: [PATCH] Fix flying polylines --- pubspec.lock | 11 ++++++----- pubspec.yaml | 9 +++++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 64dc013..6d3fe87 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 462c770..6bdc3c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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: