Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.12.1

* Fixes typo in README.

## 2.12.0

* Adds support for animating the camera with a duration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For more details, see [Getting started with Google Maps Platform](https://develo
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
```

2. Read about iOS-specific features and limitations in the
2. Read about web-specific features and limitations in the
[`google_maps_flutter_web` README](https://pub.dev/packages/google_maps_flutter_web).

### All
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
version: 2.12.0
version: 2.12.1

environment:
sdk: ^3.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## 2.11.0

* Adds support for animating the camera with a duration.
* Updates READMEs and API docs.

## 2.10.0

Expand Down