flutter_google_track_and_trace/CHANGELOG.md
Freek van de Ven 3a15bdbca1 fix: change stylers from GoogleMapThemeFeature to Map<String, dynamic> from Map<String, String>
For Styling the map on web Google doesn't allow strings for things like saturation
2025-01-08 10:07:45 +01:00

19 lines
694 B
Markdown

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.
2.1.0:
* 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
1.1.0
* Feature: Optional parameter `retrieveDirections` to disable directions api calls
* Fix: Issue with json conversion google map theme.
1.0.2
* Minor fixes