File tree Expand file tree Collapse file tree 6 files changed +15
-11
lines changed Expand file tree Collapse file tree 6 files changed +15
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3
2
+
3
+ * Updates apple_maps_flutter to build on Flutter >=2.10
4
+
1
5
## 1.0.2
2
6
3
7
* Updates apple_maps_flutter to apply memory leak fix
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >8 .0 </string >
24
+ <string >9 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 4
4
- Flutter (1.0.0)
5
5
- google_maps_flutter (0.0.1):
6
6
- Flutter
7
- - GoogleMaps (< 3.10)
7
+ - GoogleMaps
8
8
- GoogleMaps (3.9.0):
9
9
- GoogleMaps/Maps (= 3.9.0)
10
10
- GoogleMaps/Base (3.9.0)
@@ -30,10 +30,10 @@ EXTERNAL SOURCES:
30
30
31
31
SPEC CHECKSUMS:
32
32
apple_maps_flutter: c59725efea39e13e703cde52a1d2b14866ad68a8
33
- Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
34
- google_maps_flutter: c7f9c73576de1fbe152a227bfd6e6c4ae8088619
33
+ Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
34
+ google_maps_flutter: c59fc576c0d0c7f4dc4bd63832c862d22d5a7c6d
35
35
GoogleMaps: 4b5346bddfe6911bb89155d43c903020170523ac
36
36
37
- PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
37
+ PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
38
38
39
- COCOAPODS: 1.10.1
39
+ COCOAPODS: 1.11.2
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 46 ;
6
+ objectVersion = 50 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
157
157
97C146E61CF9000F007C117D /* Project object */ = {
158
158
isa = PBXProject;
159
159
attributes = {
160
- LastUpgradeCheck = 1020 ;
160
+ LastUpgradeCheck = 1300 ;
161
161
ORGANIZATIONNAME = "";
162
162
TargetAttributes = {
163
163
97C146ED1CF9000F007C117D = {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1020 "
3
+ LastUpgradeVersion = " 1300 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 1
1
name : platform_maps_flutter
2
2
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
4
4
homepage : https://github.com/LuisThein
5
5
repository : https://github.com/LuisThein/platform_maps_flutter
6
6
issue_tracker : https://github.com/LuisThein/platform_maps_flutter/issues
@@ -14,7 +14,7 @@ dependencies:
14
14
15
15
google_maps_flutter : ^2.0.1
16
16
google_maps_flutter_platform_interface : ^2.0.3
17
- apple_maps_flutter : ^1.0.1
17
+ apple_maps_flutter : ^1.1.0
18
18
19
19
dev_dependencies :
20
20
flutter_test :
You can’t perform that action at this time.
0 commit comments