Skip to content

Commit 42faf5b

Browse files
chore(main): release 0.6.1 (#365)
1 parent 867f500 commit 42faf5b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.0...0.6.1) (2025-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* error handling for awaitMapReady calls ([#353](https://github.com/googlemaps/flutter-navigation-sdk/issues/353)) ([867f500](https://github.com/googlemaps/flutter-navigation-sdk/commit/867f500c338702d8309e64e36793a5066ed5c2cb))
9+
* hide report incident button from the carplay view ([#364](https://github.com/googlemaps/flutter-navigation-sdk/issues/364)) ([794a890](https://github.com/googlemaps/flutter-navigation-sdk/commit/794a89041d1cbea712d527a772b6f9ea5f5bd44b))
10+
311
## [0.6.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.5.2...0.6.0) (2025-04-11)
412

513

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.0
19+
version: 0.6.1
2020

2121
environment:
2222
sdk: ^3.6.0

0 commit comments

Comments
 (0)