Skip to content

Commit da73fdf

Browse files
Emmanuel GarciaEgor
Emmanuel Garcia
authored and
Egor
committed
Remove io.flutter.embedded_views_preview from README
1 parent 8bd9176 commit da73fdf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.2
2+
3+
* Remove `io.flutter.embedded_views_preview` requirement from readme.
4+
15
## 1.0.1
26

37
* Fix headline in the readme.

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,9 @@ import GoogleMaps
7373
}
7474
}
7575
```
76-
Opt-in to the embedded views preview by adding a boolean property to the app's `Info.plist` file
77-
with the key `io.flutter.embedded_views_preview` and the value `YES`.
7876

7977
### Both
8078

81-
8279
You can now add a `GoogleMap` widget to your widget tree.
8380

8481
The map view can be controlled with the `GoogleMapController` that is passed to

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.1
4+
version: 1.0.2
55

66
dependencies:
77
flutter:

0 commit comments

Comments
 (0)