Skip to content

Commit 66065af

Browse files
chore(main): release 0.9.0 (#667)
1 parent 013f386 commit 66065af

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.4"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.8.4...0.9.0) (2026-04-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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.
9+
10+
### Features
11+
12+
* upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 ([#664](https://github.com/googlemaps/flutter-navigation-sdk/issues/664)) ([013f386](https://github.com/googlemaps/flutter-navigation-sdk/commit/013f386eae48b27b8c10cfc9e38dab494e058a41))
13+
14+
15+
### Bug Fixes
16+
17+
* adds missing mapping for onMyLocationClicked and onMyLocationButtonClicked events ([#666](https://github.com/googlemaps/flutter-navigation-sdk/issues/666)) ([caad31b](https://github.com/googlemaps/flutter-navigation-sdk/commit/caad31b5aca9dd4f7c710dd41dff09ebdc6b1a2e))
18+
319
## [0.8.4](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.8.3...0.8.4) (2026-04-01)
420

521

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: google_navigation_flutter
1616
description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
1717
repository: https://github.com/googlemaps/flutter-navigation-sdk
1818
issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues
19-
version: 0.8.4
19+
version: 0.9.0
2020

2121
environment:
2222
sdk: ^3.8.0

0 commit comments

Comments
 (0)