Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 42f8093

Browse files
[google_maps_flutter] Fixed minor syntax error in the README.md (#6909)
* Fixed minor syntax error and added imports * [google_maps_flutter] Fixed minor syntax error and added imports * Fixed changes to match repo guidelines and tests Moved the changes to the readme_sample code excerpt, incremented the version, and removed the changes to imports. * Updated excerpts and pubspec version * Style fix Co-authored-by: stuartmorgan <[email protected]>
1 parent 6df3ef2 commit 42f8093

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.3
2+
3+
* Fixes a minor syntax error in `README.md`.
4+
15
## 2.2.2
26

37
* Modified `README.md` to fix minor syntax issues and added Code Excerpt to `README.md`.

packages/google_maps_flutter/google_maps_flutter/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class MapSampleState extends State<MapSample> {
153153
final GoogleMapController controller = await _controller.future;
154154
controller.animateCamera(CameraUpdate.newCameraPosition(_kLake));
155155
}
156+
}
156157
```
157158

158159
See the `example` directory for a complete sample app.

packages/google_maps_flutter/google_maps_flutter/example/lib/readme_sample.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ class MapSampleState extends State<MapSample> {
6868
final GoogleMapController controller = await _controller.future;
6969
controller.animateCamera(CameraUpdate.newCameraPosition(_kLake));
7070
}
71-
// #enddocregion MapSample
7271
}
72+
// #enddocregion MapSample

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

+1-1
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/plugins/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.2.2
5+
version: 2.2.3
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)