Skip to content

1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@evil159 evil159 released this 02 Feb 19:12
· 148 commits to main since this release
33f6915

⚠️ This is pre-release software: API is subject to change. ⚠️

Features ✨ and improvements 🏁

  • Bump platform Maps SDK dependencies to 11.2.0-beta.1.
  • Add an example representing a traffic route with color based on traffic volumes using LineLayer and Expression.
  • [Android] Use hybrid composition(HC) as the default platform view hosting mode on Android.
  • [Android] Add experimental androidHostingMode constructor parameter to MapWidget. Use this to change the way platform MapView is being hosted by Flutter on Android. This changes the way map view is composited with Flutter UI, read more on this in Android Platform Views guide from the Flutter team.
  • [iOS] MapboxMap: isGestureInProgress(), isUserAnimationInProgress(), setConstrainMode(), setNorthOrientation(), setViewportMode() and reduceMemoryUse() are now available on iOS.

Bug fixes🐞

  • [Android] Fix MapOptions incorrect index access at map creation, leading to map not being created(blank view).