Skip to content

Commit

Permalink
[google_maps_flutter] Fixed minor syntax error in the README.md (flut…
Browse files Browse the repository at this point in the history
…ter#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 <stuartmorgan@google.com>
  • Loading branch information
TiffApps and stuartmorgan committed Jan 3, 2023
1 parent 6df3ef2 commit 42f8093
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3

* Fixes a minor syntax error in `README.md`.

## 2.2.2

* Modified `README.md` to fix minor syntax issues and added Code Excerpt to `README.md`.
Expand Down
1 change: 1 addition & 0 deletions packages/google_maps_flutter/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ class MapSampleState extends State<MapSample> {
final GoogleMapController controller = await _controller.future;
controller.animateCamera(CameraUpdate.newCameraPosition(_kLake));
}
}
```

See the `example` directory for a complete sample app.
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ class MapSampleState extends State<MapSample> {
final GoogleMapController controller = await _controller.future;
controller.animateCamera(CameraUpdate.newCameraPosition(_kLake));
}
// #enddocregion MapSample
}
// #enddocregion MapSample
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/plugins/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.2.2
version: 2.2.3

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 42f8093

Please sign in to comment.