google_maps_flutter_platform_interface 1.2.0 google_maps_flutter_platform_interface: ^1.2.0 copied to clipboard
A common platform interface for the google_maps_flutter plugin.
1.2.0 #
- Add TileOverlay support.
1.1.0 #
- Add support for holes in Polygons.
1.0.6 #
- Update Flutter SDK constraint.
1.0.5 #
- Temporarily add a
fromJson
constructor toBitmapDescriptor
so serialized descriptors can be synchronously re-hydrated. This will be removed when a fix for this issue lands.
1.0.4 #
- Add a
dispose
method to the interface, so implementations may cleanup resources acquired oninit
.
1.0.3 #
- Pass icon width/height if present on
fromAssetImage
BitmapDescriptors (web only)
1.0.2 #
- Update lower bound of dart dependency to 2.1.0.
1.0.1 #
- Initial open source release.
1.0.0 ... 1.0.0+5 #
- Development.