flutter_google_track_and_trace/CHANGELOG.md

22 lines
799 B
Markdown
Raw Permalink Normal View History

2025-03-06 13:23:03 +01:00
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.
2.1.1:
* 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.
2024-05-14 21:57:23 +02:00
2.1.0:
2025-03-06 13:23:03 +01:00
* Chore: Upgrade google_maps_flutter dependency to 2.6.1
2024-05-14 21:57:23 +02:00
2.0.1
2025-03-06 13:23:03 +01:00
* Fix: Updated the README.md to show how to properly set up the index.html for use in web
2023-04-11 15:07:24 +02:00
1.1.0
2025-03-06 13:23:03 +01:00
* Feature: Optional parameter `retrieveDirections` to disable directions api calls
* Fix: Issue with json conversion google map theme.
2021-09-28 08:18:14 +02:00
2023-04-11 15:07:24 +02:00
1.0.2
2025-03-06 13:23:03 +01:00
* Minor fixes