Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot authored Oct 31, 2024
1 parent d103252 commit 19d2491
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* update README.md to prepare for publishing package to pub.dev


## [0.4.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.3.0...v0.4.0) (2024-10-30)


### Features

* standalone classic mapview ([#181](https://github.com/googlemaps/flutter-navigation-sdk/issues/181)) ([e85f590](https://github.com/googlemaps/flutter-navigation-sdk/commit/e85f59070639a9ad97e970b8e9df25d54b938293))
* update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 ([#177](https://github.com/googlemaps/flutter-navigation-sdk/issues/177)) ([fa9eb88](https://github.com/googlemaps/flutter-navigation-sdk/commit/fa9eb880247496a2a583011853e5b9a6cbc953be))


### Bug Fixes

* make ios map view array thread safe ([#180](https://github.com/googlemaps/flutter-navigation-sdk/issues/180)) ([8f0283f](https://github.com/googlemaps/flutter-navigation-sdk/commit/8f0283ffc8885fa085b8c47edeeb2b6c44693e14))
* showStopLights and showDestinationMarkers functionality on iOS ([#178](https://github.com/googlemaps/flutter-navigation-sdk/issues/178)) ([d882837](https://github.com/googlemaps/flutter-navigation-sdk/commit/d882837589b380b29fbdb6c4d823ef2844394f11))

## 0.2.3-beta

This is the beta release of the Google Maps Navigation package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: google_navigation_flutter
description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
repository: https://github.com/googlemaps/flutter-navigation-sdk
issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues
version: 0.3.0
version: 0.4.0

environment:
sdk: ^3.4.0
Expand Down

0 comments on commit 19d2491

Please sign in to comment.