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_flutterdue to naming conflict to be able publish topub.flutter-io.cn.
0.2.0 #
- Rename
MapViewtoMapWidget. - Remove
RenderCacheOptions. - Rename
MapboxMap.cameraForCoordinates2toMapboxMap.cameraForCoordinatesCameraOptions. - Rename
styles.darttomapbox_styles.dart. - Rename
fill-extrusion_layer.darttofill_extrusion_layer.dart,location-indicator_layer.darttolocation_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.