File tree 3 files changed +5
-4
lines changed
packages/google_maps_flutter/google_maps_flutter
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+
3
+ * Remove ` io.flutter.embedded_views_preview ` requirement from readme.
4
+
1
5
## 1.0.1
2
6
3
7
* Fix headline in the readme.
Original file line number Diff line number Diff line change @@ -73,12 +73,9 @@ import GoogleMaps
73
73
}
74
74
}
75
75
```
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 ` .
78
76
79
77
### Both
80
78
81
-
82
79
You can now add a ` GoogleMap ` widget to your widget tree.
83
80
84
81
The map view can be controlled with the ` GoogleMapController ` that is passed to
Original file line number Diff line number Diff line change 1
1
name : google_maps_flutter
2
2
description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
3
3
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
5
5
6
6
dependencies :
7
7
flutter :
You can’t perform that action at this time.
0 commit comments