File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.4+4
2+
3+ * Fixed various build issues on android and iOS.
4+
15## 0.1.4+3
26
37* Updated image resource of README.md.
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ class _MyHomePageState extends State<MyHomePage> {
5050 ],
5151 ),
5252 mapType: MapType .satellite,
53- myLocationEnabled: true ,
54- myLocationButtonEnabled: true ,
5553 onTap: (location) => print ('onTap: $location ' ),
5654 onCameraMove: (cameraUpdate) => print ('onCameraMove: $cameraUpdate ' ),
5755 compassEnabled: true ,
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ packages:
143143 path: ".."
144144 relative: true
145145 source: path
146- version: "0.1.4+3 "
146+ version: "0.1.4+4 "
147147 quiver:
148148 dependency: transitive
149149 description:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class PlatformMap extends StatefulWidget {
1919 this .zoomGesturesEnabled = true ,
2020 this .tiltGestureEnabled = true ,
2121 this .myLocationEnabled = false ,
22- this .myLocationButtonEnabled = true ,
22+ this .myLocationButtonEnabled = false ,
2323 this .markers,
2424 this .polylines,
2525 this .onCameraMoveStarted,
Original file line number Diff line number Diff line change 11name : platform_maps_flutter
22description : A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3- version : 0.1.4+3
3+ version : 0.1.4+4
44homepage : https://github.com/LuisThein
55github : https://github.com/LuisThein/flutter_platform_maps
66
You can’t perform that action at this time.
0 commit comments