Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.4"
".": "0.9.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.9.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.8.4...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

* 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))


### Bug Fixes

* 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))

## [0.8.4](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.8.3...0.8.4) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: google_navigation_flutter
description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
repository: https://github.com/googlemaps/flutter-navigation-sdk
issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues
version: 0.8.4
version: 0.9.0

environment:
sdk: ^3.8.0
Expand Down
Loading