google_navigation_flutter 0.11.1
google_navigation_flutter: ^0.11.1 copied to clipboard
A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
Changelog #
0.11.1 - 2026-09-16 #
0.11.0 - 2026-08-31 #
⚠ BREAKING CHANGES #
- unify map padding to use density-independent pixels (#749)
Features #
- android notification improvements (#745) (81e3810)
- unify map padding to use density-independent pixels (#749) (b3a0075)
- upgrade android sdk to 7.8.0 and ios sdk to 10.15.0 (#747) (f8921ba)
- upgrade ios sdk to 11.0.0 and remove cocoapods integration (#753) (0c18710)
Bug Fixes #
0.10.0 - 2026-07-02 #
0.9.4 - 2026-06-09 #
0.9.3 - 2026-06-05 #
0.9.2 - 2026-05-25 #
0.9.0 - 2026-04-24 #
⚠ BREAKING CHANGES #
- continueToNextDestination() return type changed from NavigationWaypoint? to ContinueToNextDestinationResponse, which contains waypoint (NavigationWaypoint?) and routeStatus (NavigationRouteStatus?, iOS only). The method has also been un-deprecated and it is now the recommended way to advance to the next waypoint when navigating to multiple destinations.
Features #
Bug Fixes #
0.8.4 - 2026-04-01 #
0.8.2 - 2026-01-20 #
0.8.1 - 2026-01-08 #
0.8.0 - 2025-12-15 #
⚠ BREAKING CHANGES #
- Most fields in StepInfo are now nullable. Null checks for these properties must be handled.
Features #
- add controls for light and dark modes (#548) (7ed6692)
- add traffic delay severity (#543) (db19ffc)
- upgrade to latest native SDK's (#526) (0c358cb)
- Upgrades Android SDK to version 7.2.0
- Upgrades iOS SDK to version 10.6.0
- Adds support for Map ID (cloud-based styling)
- Adds support for controlling building visibility
- Adds support for controlling incident panel visibility and detecting visibility changes
- Updates Android minSdkVersion to 24
- Updates minimum supported SDK version to Flutter 3.32/Dart 3.8
- Deprecates NavigationDisplayOptions.showStopSigns and NavigationDisplayOptions.showTrafficLights
- Deprecates Navigator.setOnGpsAvailabilityListener in favor of Navigator.setOnGpsAvailabilityChangeListener