chore: increment dependencies

This commit is contained in:
Kiril Tijsma 2025-03-06 13:23:03 +01:00 committed by FlutterJoey
parent 3a15bdbca1
commit e344c5bbc1
2 changed files with 12 additions and 9 deletions

View file

@ -1,3 +1,7 @@
2.1.3:
* Chore: Upgrade flutter_polyline_points from 1.0.0 to 2.1.0
* Chore: Upgrade http from 0.13.3 to 1.1.0
2.1.2:
* Fix: make the mapstyling Map<String, dynamic> instead of Map<String, String> to support other values than strings that are not automatically converted anymore by google maps on web.
@ -5,15 +9,14 @@
* Fix: add back deprecated 'fromBytes' method to support autoscaling of images again. In the future this should be done with the bytes method for BitmapDescriptor.
2.1.0:
* Chore: Upgrade google_maps_flutter dependency to 2.6.1
* Chore: Upgrade google_maps_flutter dependency to 2.6.1
2.0.1
* Fix: Updated the README.md to show how to properly set up the index.html for use in web
* Fix: Updated the README.md to show how to properly set up the index.html for use in web
1.1.0
* Feature: Optional parameter `retrieveDirections` to disable directions api calls
* Fix: Issue with json conversion google map theme.
* Feature: Optional parameter `retrieveDirections` to disable directions api calls
* Fix: Issue with json conversion google map theme.
1.0.2
* Minor fixes
* Minor fixes

View file

@ -1,6 +1,6 @@
name: flutter_google_track_and_trace
description: An Iconica Flutter plugin for Track & Trace Package
version: 2.1.2
version: 2.1.3
repository: https://github.com/Iconica-Development/flutter_google_track_and_trace
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
@ -12,10 +12,10 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_polyline_points: ^1.0.0
flutter_polyline_points: ^2.1.0
google_maps_flutter: ^2.6.1
google_maps_flutter_web: ^0.5.7
http: ^0.13.3
http: ^1.1.0
dev_dependencies:
flutter_test: