Skip to content

Releases: mapbox/mapbox-maps-flutter

v2.21.8

26 Jun 13:16

Choose a tag to compare

Dependency Updates

  • Update Mapbox Maps SDK to v11.21.8
    • For platform-specific updates see: iOS & Android

v3.0.0-alpha.1

18 Jun 10:19

Choose a tag to compare

v3.0.0-alpha.1 Pre-release
Pre-release

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) unless enabled was also set. The two settings are now applied independently, matching Android behavior (#602).
  • [Android] Align compileSdk with flutter.compileSdkVersion.

v2.26.0-alpha.1

17 Jun 14:26

Choose a tag to compare

v2.26.0-alpha.1 Pre-release
Pre-release

Dependency Updates

  • Update Mapbox Maps SDK to v11.26.0-alpha.1
    • For platform-specific updates see: iOS & Android

v2.25.0

12 Jun 13:22

Choose a tag to compare

New Features ✨

  • Deprecate MapboxMap.onTapListener and MapboxMap.onLongTapListener in favor of the MapboxMap.addInterfaction API.
  • Add MapboxMap.httpService.setMaxRequestsPerHost to 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

  • Update Mapbox Maps SDK to v11.25.0
    • For platform-specific updates see: iOS & Android

v2.25.0-rc.2

05 Jun 08:27

Choose a tag to compare

v2.25.0-rc.2 Pre-release
Pre-release

Dependency Updates

  • Update Mapbox Maps SDK to v11.25.0-rc.2
    • For platform-specific updates see: iOS & Android

v2.25.0-rc.1

03 Jun 14:36

Choose a tag to compare

v2.25.0-rc.1 Pre-release
Pre-release

New Features ✨

  • Deprecate MapboxMap.onTapListener and MapboxMap.onLongTapListener in favor of the MapboxMap.addInterfaction API.
  • Add MapboxMap.httpService.setMaxRequestsPerHost to 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

  • Update Mapbox Maps SDK to v11.25.0-rc.1
    • For platform-specific updates see: iOS & Android

v2.24.3

02 Jun 08:41

Choose a tag to compare

Dependency Updates

  • Update Mapbox Maps SDK to v11.24.3
    • For platform-specific updates see: iOS & Android

v2.21.6

27 May 07:00

Choose a tag to compare

Dependency Updates

  • Update Mapbox Maps SDK to v11.21.6
    • For platform-specific updates see: iOS & Android

v2.24.2

21 May 08:54

Choose a tag to compare

Dependency Updates

  • Update Mapbox Maps SDK to v11.24.2
    • For platform-specific updates see: iOS & Android

v2.24.1

20 May 08:16

Choose a tag to compare

New Features ✨

  • Add TileStore.setOptionForKey to allow setting custom tile store options by arbitrary string key, in addition to the existing predefined options (diskQuota, mapboxApiUrl, tileUrlTemplate).

Dependency Updates

  • Update Mapbox Maps SDK to v11.24.1
    • For platform-specific updates see: iOS & Android