File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.6.1 "
2
+ "." : " 0.6.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.2] ( https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.1...0.6.2 ) (2025-06-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * upgrade dependencies and environment requirements ([ #375 ] ( https://github.com/googlemaps/flutter-navigation-sdk/issues/375 ) ) ([ 5a83661] ( https://github.com/googlemaps/flutter-navigation-sdk/commit/5a83661676728c265747f51cd61a392561ee4875 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add assert to NavigationWaypoint constructor ([ #387 ] ( https://github.com/googlemaps/flutter-navigation-sdk/issues/387 ) ) ([ aff35af] ( https://github.com/googlemaps/flutter-navigation-sdk/commit/aff35af4268b250909e7a6768a98c457584b0fdf ) )
14
+
3
15
## [ 0.6.1] ( https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.0...0.6.1 ) (2025-05-14)
4
16
5
17
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.1
19
+ version : 0.6.2
20
20
21
21
environment :
22
22
sdk : ^3.7.0
You can’t perform that action at this time.
0 commit comments