widget_marker_google_maps_flutter 1.0.2
widget_marker_google_maps_flutter: ^1.0.2 copied to clipboard
Customized google map with widget markers. Enables to show markers with widget code.
Changelog #
1.0.2 #
- Marking
zIndexas deprecated inWidgetMarkerbuilder in favor ofzIndexInt.
1.0.1 #
- Added
zIndexInttoWidgetMarkerand deprecatedzIndexin favor ofzIndexInt. To Matchgoogle_maps_flutterchanges. - Added
groundOverlaystoWidgetMarkerGoogleMapto matchgoogle_maps_flutterchanges. - Updated
google_maps_flutterto^2.12.3to match the latest version.
1.0.0 #
- Forked from
https://pub.flutter-io.cn/packages/widget_marker_google_map - Upgraded for flutter 3 linting rules
- Updated to
google_maps_flutter_platform_interface: ^2.8.0changes that, DeprecateBitmapDescriptor.fromBytesin favor ofBitmapDescriptor.bytesandBytesMapBitmap - 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.bytesunifies marker size across platforms web, android and ios, and previous work arounds that used thedevicePixelRatioare no longer needed and in turn will make the markers too big. - Added new
GoogleMapprops to be available from theWidgetMarkerGoogleMapwidget. - Changed
markersandwidgetMarkersfrom aSetto aMap - Added a 500ms delay to the
MarkerGeneratorto 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