widget_marker_google_maps_flutter 1.0.0
widget_marker_google_maps_flutter: ^1.0.0 copied to clipboard
Customized google map with widget markers. Enables to show markers with widget code.
1.0.0 #
- Forked from
https://pub.dev/packages/widget_marker_google_map
- Upgraded for flutter 3 linting rules
- Updated to
google_maps_flutter_platform_interface: ^2.8.0
changes that, DeprecateBitmapDescriptor.fromBytes
in favor ofBitmapDescriptor.bytes
andBytesMapBitmap
- Removes invalid tags in pubspec.
- Upgrade minimum flutter version to 3.16.0
- Upgrade minimum dart version to 3.0.0
- Breaking change use of new method
BitmapDescriptor.bytes
unifies marker size across platforms web, android and ios, and previous work arounds that used thedevicePixelRatio
are no longer needed and in turn will make the markers too big. - Added new
GoogleMap
props to be available from theWidgetMarkerGoogleMap
widget. - Changed
markers
andwidgetMarkers
from aSet
to aMap
- Added a 500ms delay to the
MarkerGenerator
to allow the widgets to use loaded images of any kind.
0.0.2 #
- Added missing arguments
- Upgrade flutter version to 2.10.3
0.0.1 #
- Release