mapbox_maps_flutter 1.0.0-beta.1  mapbox_maps_flutter: ^1.0.0-beta.1 copied to clipboard
mapbox_maps_flutter: ^1.0.0-beta.1 copied to clipboard
A Flutter plugin for integrating Mapbox Maps SDK v10 in Android/iOS application.
1.0.0-beta.1 #
Bump platform Maps SDK dependencies to 11.0.0.
0.5.1 #
Android #
- Fix registry token lookup failing with an unrelated error in certain circumstances.
0.5.0 #
Common #
- Screen-related units(screen coordinates, dimentions, etc.) are expected to be provided in logical pixels. We have matched screen-related units expected by the maps plugin to the units that Flutter operates with(logical pixels).
0.4.5 #
0.4.4 #
0.4.2 #
0.4.1 #
0.4.0 #
0.3.0 #
0.2.0 #
Common #
- 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.