Skip to content

Commit 8bd9176

Browse files
Emmanuel GarciaEgor
Emmanuel Garcia
authored and
Egor
committed
[google_maps_flutter] Fix headline in the readme (flutter#3100)
1 parent 3cdb50a commit 8bd9176

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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+
## 1.0.1
2+
3+
* Fix headline in the readme.
4+
15
## 1.0.0 - Out of developer preview 🎉.
26

37
* Bump the minimal Flutter SDK to 1.22 where platform views are out of developer preview and performing better on iOS. Flutter 1.22 no longer requires adding the `io.flutter.embedded_views_preview` to `Info.plist` in iOS.

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Google Maps for Flutter (Developers Preview)
1+
# Google Maps for Flutter
22

33
[![pub package](https://img.shields.io/pub/v/google_maps_flutter.svg)](https://pub.dartlang.org/packages/google_maps_flutter)
44

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4-
version: 1.0.0
4+
version: 1.0.1
55

66
dependencies:
77
flutter:

0 commit comments

Comments
 (0)