Skip to content

Commit 757de9d

Browse files
chore(main): release 0.8.0
1 parent db19ffc commit 757de9d

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.7.0"
2+
".": "0.8.0"
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.8.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.7.0...0.8.0) (2025-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Most fields in StepInfo are now nullable. Null checks for these properties must be handled.
9+
10+
### Features
11+
12+
* add controls for light and dark modes ([#548](https://github.com/googlemaps/flutter-navigation-sdk/issues/548)) ([7ed6692](https://github.com/googlemaps/flutter-navigation-sdk/commit/7ed66920b21b5f2fd2d5524ad6575e4dc7e3ae09))
13+
* add traffic delay severity ([#543](https://github.com/googlemaps/flutter-navigation-sdk/issues/543)) ([db19ffc](https://github.com/googlemaps/flutter-navigation-sdk/commit/db19ffca035fd34fedcd0a4199af92f09b249702))
14+
* upgrade to latest native SDK's ([#526](https://github.com/googlemaps/flutter-navigation-sdk/issues/526)) ([0c358cb](https://github.com/googlemaps/flutter-navigation-sdk/commit/0c358cb98bc25c91d9af23b7333f633c98ebd376))
15+
316
## [0.7.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.5...0.7.0) (2025-11-20)
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.7.0
19+
version: 0.8.0
2020

2121
environment:
2222
sdk: ^3.8.0

0 commit comments

Comments
 (0)