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

Commit 156ec5e

Browse files
authored
[google_maps_flutter] Out of developers preview, bump to 1.0.0 (#3091)
1 parent dac9bc0 commit 156ec5e

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
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.0 - Out of developer preview 🎉.
2+
3+
* 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.
4+
15
## 0.5.33
26

37
* Keep handling deprecated Android v1 classes for backward compatibility.

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44

55
A Flutter plugin that provides a [Google Maps](https://developers.google.com/maps/) widget.
66

7-
## Developers Preview Status
8-
The plugin relies on Flutter's new mechanism for embedding Android and iOS views.
9-
As that mechanism is currently in a developers preview, this plugin should also be
10-
considered a developers preview.
11-
12-
Known issues are tagged with the [platform-views](https://github.com/flutter/flutter/labels/a%3A%20platform-views) and/or [maps](https://github.com/flutter/flutter/labels/p%3A%20maps) labels.
13-
14-
To use this plugin on iOS you need to opt-in for the embedded views preview by
15-
adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview`
16-
and the value `YES`.
17-
18-
The API exposed by this plugin is not yet stable, and we expect some breaking changes to land soon.
19-
20-
217
## Usage
228

239
To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 0.5.33
4+
version: 1.0.0
55

66
dependencies:
77
flutter:
@@ -33,4 +33,4 @@ flutter:
3333

3434
environment:
3535
sdk: ">=2.1.0 <3.0.0"
36-
flutter: ">=1.16.3 <2.0.0"
36+
flutter: ">=1.22.0 <2.0.0"

0 commit comments

Comments
 (0)