Skip to content

Commit f4af22c

Browse files
ditmanEgor
authored and
Egor
committed
[google_maps_flutter] Pin GoogleMaps cocoapod dep to last good known version (flutter#2924)
1 parent e8a6bf7 commit f4af22c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## 0.5.29
26

37
* Pass a constant `_web_only_mapCreationId` to `platform.buildView`, so web can return a cached widget DOM when flutter attempts to repaint there.

packages/google_maps_flutter/google_maps_flutter/ios/google_maps_flutter.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Downloaded by pub (not CocoaPods).
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'
1919
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'
2122
s.static_framework = true
2223
s.platform = :ios, '8.0'
2324
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
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
55

66
dependencies:
77
flutter:

0 commit comments

Comments
 (0)