Skip to content

Commit 82259ed

Browse files
chore(main): release 0.6.5
1 parent 083fcc5 commit 82259ed

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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.6.4"
2+
".": "0.6.5"
33
}

CHANGELOG.md

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

3+
## [0.6.5](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.4...0.6.5) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* deprecate continueToNextDestination method ([#490](https://github.com/googlemaps/flutter-navigation-sdk/issues/490)) ([083fcc5](https://github.com/googlemaps/flutter-navigation-sdk/commit/083fcc588e9f17bc5b2dbadb27f5cb9486d7e9d8))
9+
10+
11+
### Bug Fixes
12+
13+
* flutter plugin lifecycle logic ([#487](https://github.com/googlemaps/flutter-navigation-sdk/issues/487)) ([48dd3e4](https://github.com/googlemaps/flutter-navigation-sdk/commit/48dd3e4490d0d4a5bacfa7dde27af02c82737c4b))
14+
* view dispose crash on android if view is on background ([#453](https://github.com/googlemaps/flutter-navigation-sdk/issues/453)) ([9774479](https://github.com/googlemaps/flutter-navigation-sdk/commit/977447918151a0d1a46616c0c13d89c622459ee7))
15+
316
## [0.6.4](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.3...0.6.4) (2025-08-08)
417

518

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.6.4
19+
version: 0.6.5
2020

2121
environment:
2222
sdk: ^3.7.0

0 commit comments

Comments
 (0)