mapbox_maps_flutter 0.7.0
mapbox_maps_flutter: ^0.7.0 copied to clipboard
A Flutter plugin for integrating Mapbox Maps SDK v10 in Android/iOS application.
0.7.0 #
Note
This release adds support for Android 16KB page size requirements and iOS compatibility improvements.
Android #
- Update Android Maps SDK version to v10.19.1
- Add support for 16KB page size requirements for Google Play Store compliance
iOS #
- Update iOS Maps SDK version to v10.19.4
- Change minimum iOS version to v12.0
0.6.0 #
Note
This release contains fixes to the Privacy Manifest on iOS. Upgrade to avoid issues in the App Store app submission starting from May 1st.
Android #
- Fix map being pixelated on some devices when ContextMode.SHARED is used (e.g. in AndroidAuto extension).
- Fix incorrect widget position and scale when resizing the drawing surface.
- Fix a crash in MapView.snapshot happening on specific devices.
iOS #
- Fix the issue with invalid privacy manifest
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.