You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expose a way to configure android platform view hosting mode
* Add a changelog entry
* Downgrade meta to 1.10.0
* Remove test code
* Downgrade meta to 1.9.1
* Remove accidentally commited code
* fix failing test
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
* Add an example representing a traffic route with color based on traffic volumes using LineLayer and Expression.
4
4
*[Android] Fix MapOptions incorrect index access at map creation, leading to map not being created(blank view).
5
+
*[Android] Use hybrid composition(HC) as the default platform view hosting mode on Android.
6
+
*[Android] Add experimental `androidHostingMode` contructor 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](https://github.com/flutter/flutter/wiki/Android-Platform-Views) guide from the Flutter team.
5
7
*[iOS]`MapboxMap`: `isGestureInProgress()`, `isUserAnimationInProgress()`, `setConstrainMode()`, `setNorthOrientation()`, `setViewportMode()` and `reduceMemoryUse()` are now available on iOS.
6
8
* Bump platform Maps SDK dependencies to 11.2.0-beta.1.
0 commit comments