Skip to content

Commit 853e4bd

Browse files
OreOreDaiskakaushik
authored andcommitted
[google_maps_flutter] ios build fix (flutter#1734)
* ios build fix * updated changelog and pubspec.yaml
1 parent e614bc9 commit 853e4bd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/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.18
2+
3+
* Fixed build issue on iOS.
4+
15
## 0.5.17
26

37
* Add support for Padding.

packages/google_maps_flutter/ios/google_maps_flutter.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ A new flutter plugin project.
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.dependency 'GoogleMaps'
19+
s.compiler_flags = '-fno-modules'
1920
s.static_framework = true
2021
s.ios.deployment_target = '8.0'
2122
end

packages/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
author: Flutter Team <flutter-dev@googlegroups.com>
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
5-
version: 0.5.17
5+
version: 0.5.18
66

77
dependencies:
88
flutter:

0 commit comments

Comments
 (0)