google_maps_marker_widgets 1.1.0
google_maps_marker_widgets: ^1.1.0 copied to clipboard
A Flutter package for using widgets as markers in Google Maps.
1.1.0 #
-
Adds optional builder method to
MarkerWidgetto supply a callback to widgets whose visual state may change after the first build (e.g. network images with a placeholder). -
Adds
bulkAddMarkerWidgetandbulkRemoveMarkertoMarkerWidgetsController.
1.0.1 #
- Fixed a bug related to a missing dispose call for animation controllers in MarkerWidgets. (see issue #1)
1.0.0 #
- Initial development and release.