apple_maps_flutter 0.1.2
apple_maps_flutter: ^0.1.2 copied to clipboard
This plugin uses the Flutter platform view to display an Apple Maps widget.
0.1.2 #
- Annotation rework:
- onTap for InfoWindow added
- Multiline InfoWindow subtitle support
- Overall Annotation handling refactored
- Correct UserTracking Button added
0.1.1+2 #
- Fixed map freezing when setState is being called
0.1.1+1 #
- Fixed Polygon and Circle Tap events.
0.1.1 #
- Added markerAnnotation as selectable annotation type.
0.1.0 #
- Added ability to place circles on the map.
0.0.7 #
- Added ability to place polygons on the map.
0.0.6+4 #
- Fixed build issues
0.0.6+3 #
- Fixes issue #6, location permission is only requested if it's actually used.
0.0.6+2 #
- Converted iOS code to swift 5.
0.0.6+1 #
- Changed annotation initialisation, fixes custom annotation icons not showing up on the map.
0.0.6 #
- Added ability to add padding to the map
0.0.5 #
- Added ability to place polylines.
0.0.4 #
- Fixed error when updating Annotations on map.
0.0.3 #
- Added getter for visible map region.
0.0.2 #
- Added zoomBy functionality.
- Added setter for min and max zoom levels.
0.0.1 #
- Initial release.