File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6.0 "
2
+ "." : " 0.6.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 0.6.0] ( https://github.com/googlemaps/flutter-navigation-sdk/compare/0.5.2...0.6.0 ) (2025-04-11)
4
12
5
13
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: google_navigation_flutter
16
16
description : A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
17
17
repository : https://github.com/googlemaps/flutter-navigation-sdk
18
18
issue_tracker : https://github.com/googlemaps/flutter-navigation-sdk/issues
19
- version : 0.6.0
19
+ version : 0.6.1
20
20
21
21
environment :
22
22
sdk : ^3.6.0
You can’t perform that action at this time.
0 commit comments