You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
5
## 0.5.33
2
6
3
7
* Keep handling deprecated Android v1 classes for backward compatibility.
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter/README.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,6 @@
4
4
5
5
A Flutter plugin that provides a [Google Maps](https://developers.google.com/maps/) widget.
6
6
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
-
21
7
## Usage
22
8
23
9
To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
0 commit comments