Releases: mapbox/mapbox-maps-flutter
Releases · mapbox/mapbox-maps-flutter
v2.21.8
v3.0.0-alpha.1
Warning
This is an alpha release. APIs may change before the stable release. Not recommended for production use.
What's new
- Federated plugin architecture with separate packages for mobile (
mapbox_maps_flutter_mobile), web (mapbox_maps_flutter_web), and shared types (mapbox_maps_flutter_platform_interface). - Web support via Mapbox GL JS, endorsed automatically when targeting Flutter Web.
Platform API coverage
Web support is actively being developed. Not all APIs available on iOS and Android are supported on web yet — full parity is coming in future releases. APIs that are not available on a given platform will throw UnimplementedError at runtime.
Bug fixes
- [iOS] Fix compass ignoring
CompassSettings.fadeWhenFacingNorth(and visibility) unlessenabledwas also set. The two settings are now applied independently, matching Android behavior (#602). - [Android] Align
compileSdkwithflutter.compileSdkVersion.
v2.26.0-alpha.1
v2.25.0
New Features ✨
- Deprecate
MapboxMap.onTapListenerandMapboxMap.onLongTapListenerin favor of theMapboxMap.addInterfactionAPI. - Add
MapboxMap.httpService.setMaxRequestsPerHostto cap the number of concurrent HTTP requests per host issued by the underlying HTTP service. Useful for reducing the chance of hitting per-token rate limits during offline tile region downloads.
Dependency Updates
v2.25.0-rc.2
v2.25.0-rc.1
New Features ✨
- Deprecate
MapboxMap.onTapListenerandMapboxMap.onLongTapListenerin favor of theMapboxMap.addInterfactionAPI. - Add
MapboxMap.httpService.setMaxRequestsPerHostto cap the number of concurrent HTTP requests per host issued by the underlying HTTP service. Useful for reducing the chance of hitting per-token rate limits during offline tile region downloads.
Dependency Updates
v2.24.3
v2.21.6
v2.24.2
v2.24.1
New Features ✨
- Add
TileStore.setOptionForKeyto allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (diskQuota,mapboxApiUrl,tileUrlTemplate).