This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
packages/google_maps_flutter/google_maps_flutter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.0.4
2+
3+ * Unpin iOS GoogleMaps pod dependency version.
4+
15## 2.0.3
26
37* Fix incorrect typecast in TileOverlay example.
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ Downloaded by pub (not CocoaPods).
1717 s . source_files = 'Classes/**/*'
1818 s . public_header_files = 'Classes/**/*.h'
1919 s . dependency 'Flutter'
20- # TODO: Unpin this once the fix for b/163474612 or b/163359804 rolls (avoid v3.10!)
21- s . dependency 'GoogleMaps' , '< 3.10'
20+ s . dependency 'GoogleMaps'
2221 s . static_framework = true
2322 s . platform = :ios , '8.0'
2423 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
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 : 2.0.3
4+ version : 2.0.4
55
66dependencies :
77 flutter :
You can’t perform that action at this time.
0 commit comments