File tree 5 files changed +7
-5
lines changed
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
+
1
5
## 0.1.4+3
2
6
3
7
* 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> {
50
50
],
51
51
),
52
52
mapType: MapType .satellite,
53
- myLocationEnabled: true ,
54
- myLocationButtonEnabled: true ,
55
53
onTap: (location) => print ('onTap: $location ' ),
56
54
onCameraMove: (cameraUpdate) => print ('onCameraMove: $cameraUpdate ' ),
57
55
compassEnabled: true ,
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ packages:
143
143
path: ".."
144
144
relative: true
145
145
source: path
146
- version: "0.1.4+3 "
146
+ version: "0.1.4+4 "
147
147
quiver:
148
148
dependency: transitive
149
149
description:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class PlatformMap extends StatefulWidget {
19
19
this .zoomGesturesEnabled = true ,
20
20
this .tiltGestureEnabled = true ,
21
21
this .myLocationEnabled = false ,
22
- this .myLocationButtonEnabled = true ,
22
+ this .myLocationButtonEnabled = false ,
23
23
this .markers,
24
24
this .polylines,
25
25
this .onCameraMoveStarted,
Original file line number Diff line number Diff line change 1
1
name : platform_maps_flutter
2
2
description : 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
4
4
homepage : https://github.com/LuisThein
5
5
github : https://github.com/LuisThein/flutter_platform_maps
6
6
You can’t perform that action at this time.
0 commit comments