File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/google_maps_flutter/google_maps_flutter Expand file tree Collapse file tree 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+
15## 1.0.1
26
37* Fix headline in the readme.
Original file line number Diff line number Diff 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-
8279You can now add a ` GoogleMap ` widget to your widget tree.
8380
8481The map view can be controlled with the ` GoogleMapController ` that is passed to
Original file line number Diff line number Diff line change 11name : google_maps_flutter
22description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
33homepage : 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
66dependencies :
77 flutter :
You can’t perform that action at this time.
0 commit comments