mirror of
https://github.com/Iconica-Development/flutter_google_track_and_trace.git
synced 2025-05-19 13:13:44 +02:00
chore: change flutter_points_polyline dependency source
Switched to fork to allow updating of http package, as required by the beep project.
This commit is contained in:
parent
555837905c
commit
fe302f948f
1 changed files with 8 additions and 2 deletions
10
pubspec.yaml
10
pubspec.yaml
|
@ -9,16 +9,22 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_polyline_points: ^1.0.0
|
flutter_polyline_points:
|
||||||
|
# The flutter_polyline_points depends
|
||||||
|
git:
|
||||||
|
url: https://github.com/nnadir35/flutter_polyline_points
|
||||||
|
ref: 3388c9d5444b9ea81d69d15af85012702322dc56
|
||||||
google_maps_flutter: ^2.0.10
|
google_maps_flutter: ^2.0.10
|
||||||
google_maps_flutter_web: ^0.3.1
|
google_maps_flutter_web: ^0.3.1
|
||||||
http: ^0.13.3
|
http: ^1.1.0
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_lints: ^1.0.0
|
flutter_lints: ^1.0.0
|
||||||
|
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue