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
* Viewport draft
* Simple map example
* format
* more viewport
* declarative viewport draft
* Declarative viewport on iOS and Android
* Fix rebase issues
* Docs, example + bug fix
* add changelog entry
* typo
* Remove unused code
* lint
* lint
* Fix en-/de- coding for CameraViewportState
* Fix exception when converting CameraOptions for CameraViewportState on Android
* Add note about location requirement for FollowPuckViewportState
* Add tests for viewport states
* lint
* Update example/lib/viewport_example.dart
Co-authored-by: Patrick Leonard <[email protected]>
* Center camera over Disneyland in simple map example
* Disable overview state viewport test on Android due to a bug
* Update example/integration_test/viewport_test.dart
Co-authored-by: Patrick Leonard <[email protected]>
---------
Co-authored-by: Patrick Leonard <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
-
> [!IMPORTANT]
2
-
> Configuring Mapbox's secret token is no longer required when installing our SDKs.
1
+
### main
2
+
3
+
* Added viewport support to `MapWidget`. Control the camera’s initial position and behavior by specifying a ViewportState subclass in the viewport parameter. This allows for centering on specific locations, following the user’s position, or showing an overview of a geometry. If no viewport is provided, the map uses its default camera settings.
> Configuring Mapbox's secret token is no longer required when installing our SDKs.
21
+
10
22
* Update Maps SDK to 11.8.0
11
23
* Updated the minimum required Flutter SDK to version 3.22.3 and Dart to version 3.4.4. With the fix for Virtual Display hosting mode on Android in Flutter 3.22, we’ve changed the default map view hosting mode to Virtual Display composition. This update should eliminate the brief visibility of the map after it has been dismissed.
12
24
* Introduce experimental property `MapboxMap.styleGlyphURL`. Use this property to apply custom fonts to the map at runtime, without modifying the base style.
0 commit comments