Skip to content

Commit 9791879

Browse files
chore(main): release 0.5.2 (#313)
1 parent 1f9f9ee commit 9791879

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.5.1"
2+
".": "0.5.2"
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.5.2](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.5.1...0.5.2) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* polyline, polygon and circle click events ([#326](https://github.com/googlemaps/flutter-navigation-sdk/issues/326)) ([71ad280](https://github.com/googlemaps/flutter-navigation-sdk/commit/71ad2806e9a023d60b7452c8ce737cdc529ac5e9))
9+
* update minimum supported SDK version to Flutter 3.27/Dart 3.6. ([#301](https://github.com/googlemaps/flutter-navigation-sdk/issues/301)) ([32e5b9f](https://github.com/googlemaps/flutter-navigation-sdk/commit/32e5b9f9fa7df408480d38413801cd5a2a0cf6c4))
10+
311
## [0.5.1](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.5.0...0.5.1) (2025-02-27)
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.5.1
19+
version: 0.5.2
2020

2121
environment:
2222
sdk: ^3.6.0

0 commit comments

Comments
 (0)