mapbox_maps_flutter_mobile 3.0.0-alpha.1 copy "mapbox_maps_flutter_mobile: ^3.0.0-alpha.1" to clipboard
mapbox_maps_flutter_mobile: ^3.0.0-alpha.1 copied to clipboard

Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.

3.0.0-alpha.1 #

  • iOS and Android implementation of the Mapbox Maps Flutter plugin, endorsed by mapbox_maps_flutter.
  • [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 (#602).
  • [Android] Use flutter.compileSdkVersion to align Android compileSdk with Flutter SDK