From e344c5bbc1a5dbb091dc9a8688c4328366610d78 Mon Sep 17 00:00:00 2001 From: Kiril Tijsma Date: Thu, 6 Mar 2025 13:23:03 +0100 Subject: [PATCH] chore: increment dependencies --- CHANGELOG.md | 15 +++++++++------ pubspec.yaml | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd41c71..635e643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 instead of Map 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 \ No newline at end of file +* Minor fixes \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 10d8798..c577a6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: