Skip to content

Commit 59cffb0

Browse files
authored
Merge pull request #1 from ChopinDavid/master
Update to work with Flutter >=2.10
2 parents 0f1b0a3 + 9a1ec0d commit 59cffb0

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
* Updates apple_maps_flutter to build on Flutter >=2.10
4+
15
## 1.0.2
26

37
* Updates apple_maps_flutter to apply memory leak fix

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>9.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PODS:
44
- Flutter (1.0.0)
55
- google_maps_flutter (0.0.1):
66
- Flutter
7-
- GoogleMaps (< 3.10)
7+
- GoogleMaps
88
- GoogleMaps (3.9.0):
99
- GoogleMaps/Maps (= 3.9.0)
1010
- GoogleMaps/Base (3.9.0)
@@ -30,10 +30,10 @@ EXTERNAL SOURCES:
3030

3131
SPEC CHECKSUMS:
3232
apple_maps_flutter: c59725efea39e13e703cde52a1d2b14866ad68a8
33-
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
34-
google_maps_flutter: c7f9c73576de1fbe152a227bfd6e6c4ae8088619
33+
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
34+
google_maps_flutter: c59fc576c0d0c7f4dc4bd63832c862d22d5a7c6d
3535
GoogleMaps: 4b5346bddfe6911bb89155d43c903020170523ac
3636

37-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
37+
PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
3838

39-
COCOAPODS: 1.10.1
39+
COCOAPODS: 1.11.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -157,7 +157,7 @@
157157
97C146E61CF9000F007C117D /* Project object */ = {
158158
isa = PBXProject;
159159
attributes = {
160-
LastUpgradeCheck = 1020;
160+
LastUpgradeCheck = 1300;
161161
ORGANIZATIONNAME = "";
162162
TargetAttributes = {
163163
97C146ED1CF9000F007C117D = {

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: platform_maps_flutter
22
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3-
version: 1.0.2
3+
version: 1.0.3
44
homepage: https://github.com/LuisThein
55
repository: https://github.com/LuisThein/platform_maps_flutter
66
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues
@@ -14,7 +14,7 @@ dependencies:
1414

1515
google_maps_flutter: ^2.0.1
1616
google_maps_flutter_platform_interface: ^2.0.3
17-
apple_maps_flutter: ^1.0.1
17+
apple_maps_flutter: ^1.1.0
1818

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)