Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google_maps_flutter] Update google_maps_flutter to 2.7.0 #699

Merged
merged 8 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.7

* Update webview_flutter_lwe to 0.3.2.
* Update google_maps_flutter to 2.7.0.
* Update google_maps_flutter_platform_interface to 2.7.0.
* Update example code.
* Supports BitmapDescriptor.asset/bytes.
* Supports byte type marker icons.
* Update integration test.

## 0.1.6

* Fix new lint warnings.
Expand Down
10 changes: 8 additions & 2 deletions packages/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There

```yaml
dependencies:
google_maps_flutter: ^2.1.7
google_maps_flutter_tizen: ^0.1.6
google_maps_flutter: ^2.7.0
google_maps_flutter_tizen: ^0.1.7
```

For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
Expand All @@ -31,3 +31,9 @@ In addition, you need a Maps JavaScript API Key to use this plugin. You can get
```js
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY">
```

## Limitations

- This plugin was implemented using the [Google JavaScript API](https://developers.google.com/maps/documentation/javascript/overview).
The Marker feature uses the [Legacy API](https://developers.google.com/maps/documentation/javascript/markers). Depending on the Deprecate plan of the JavaScript API, some parts may not work.
- The [marker clustering feature](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#260) is not yet supported.
Loading
Loading