mapbox_maps_flutter 0.3.0
mapbox_maps_flutter: ^0.3.0 copied to clipboard
Mapbox Maps Flutter Plugin for Mapbox Maps SDK v10.
0.3.0 #
- Align Kotlin version 1.5.31 with the Maps SDK.
- Rename library to
mapbox_maps_flutter
due to naming conflict to be able publish topub.dev
.
0.2.0 #
- Rename
MapView
toMapWidget
. - Remove
RenderCacheOptions
. - Rename
MapboxMap.cameraForCoordinates2
toMapboxMap.cameraForCoordinatesCameraOptions
. - Rename
styles.dart
tomapbox_styles.dart
. - Rename
fill-extrusion_layer.dart
tofill_extrusion_layer.dart
,location-indicator_layer.dart
tolocation_indicator_layer.dart
. - Fix exception thrown by
MapboxMap.coordinatesForPixels
. - Fix camera example
_coordinateForPixel
. - Add gesture listeners
MapWidget.onTapListener
,MapWidget.onLongTapListener
,MapWidget.onScrollListener
.
0.1.1 #
- Decrease min flutter version to 2.10.5.
0.1.0 #
- Initial release.