This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +7
-2
lines changed
packages/google_maps_flutter/google_maps_flutter 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.29+1
2
+
3
+ * (ios) Pin dependency on GoogleMaps pod to ` < 3.10 ` , to address https://github.com/flutter/flutter/issues/63447
4
+
1
5
## 0.5.29
2
6
3
7
* Pass a constant ` _web_only_mapCreationId ` to ` platform.buildView ` , so web can return a cached widget DOM when flutter attempts to repaint there.
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Downloaded by pub (not CocoaPods).
17
17
s . source_files = 'Classes/**/*'
18
18
s . public_header_files = 'Classes/**/*.h'
19
19
s . dependency 'Flutter'
20
- s . dependency 'GoogleMaps'
20
+ # TODO: Unpin this once the fix for b/163474612 or b/163359804 rolls (avoid v3.10!)
21
+ s . dependency 'GoogleMaps' , '< 3.10'
21
22
s . static_framework = true
22
23
s . platform = :ios , '8.0'
23
24
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
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 : 0.5.29
4
+ version : 0.5.29+1
5
5
6
6
dependencies :
7
7
flutter :
You can’t perform that action at this time.
0 commit comments