Skip to content

Commit dffdd32

Browse files
filiphandroidseb
authored andcommitted
[google_maps_flutter] Fix typo and remove duplicitous CHANGELOG entry (flutter#8754)
Two issues caught by @jokerttu after flutter#8560 was already merged: - a typo ("iOS-specific" --> "web-specific") - a forgotten changelog entry
1 parent 621abc2 commit dffdd32

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.12.1
2+
3+
* Fixes typo in README.
4+
15
## 2.12.0
26

37
* Adds support for animating the camera with a duration.

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more details, see [Getting started with Google Maps Platform](https://develo
103103
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
104104
```
105105

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

109109
### All

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.12.0
5+
version: 2.12.1
66

77
environment:
88
sdk: ^3.6.0

packages/google_maps_flutter/google_maps_flutter_platform_interface/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## 2.11.0
66

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

109
## 2.10.0
1110

0 commit comments

Comments
 (0)