Skip to content

Releases: mapbox/mapbox-maps-flutter

v2.26.0-rc.1

v2.26.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@evil159 evil159 released this 30 Jun 12:52

New Features ✨

  • [Android] Use flutter.compileSdkVersion to align Android compileSdk with Flutter SDK

Bug fixes 🐞

  • [iOS] Fix iOS compass ignoring CompassSettings.fadeWhenFacingNorth (and visibility in general) unless enabled was also set. enabled and fadeWhenFacingNorth are now applied independently, matching the Android behaviour

Dependency Updates

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

v2.21.8

Choose a tag to compare

@maios maios released this 26 Jun 13:16

Dependency Updates

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

v3.0.0-alpha.1

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

Choose a tag to compare

@maios maios released this 18 Jun 10:19

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

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

Choose a tag to compare

@maios maios released this 17 Jun 14:26

Dependency Updates

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

v2.25.0

Choose a tag to compare

@evil159 evil159 released this 12 Jun 13:22

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

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

Choose a tag to compare

@evil159 evil159 released this 05 Jun 08:27

Dependency Updates

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

v2.25.0-rc.1

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

Choose a tag to compare

@evil159 evil159 released this 03 Jun 14:36

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

Choose a tag to compare

@evil159 evil159 released this 02 Jun 08:41

Dependency Updates

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

v2.21.6

Choose a tag to compare

@maios maios released this 27 May 07:00

Dependency Updates

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

v2.24.2

Choose a tag to compare

@maios maios released this 21 May 08:54

Dependency Updates

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