Skip to content

Commit a7008eb

Browse files
committed
fix: Updated AppleMaps version
Updated the apple_maps_flutter version to 0.1.1+2 to fix issue #8
1 parent 0f0ccb4 commit a7008eb

File tree

4 files changed

+53
-123
lines changed

4 files changed

+53
-123
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Flutter package that provides a native map to both Android and iOS devices.
44

55
The plugin relies on Flutter's mechanism for embedding Android and iOS views. As that mechanism is currently in a developers preview, this plugin should also be considered a developers preview.
66

7-
This package combines the [google_maps_flutter]("https://pub.dev/packages/google_maps_flutter") plugin with [apple_maps_flutter]("https://pub.dev/packages/apple_maps_flutter") to create a cross platform implementation of native maps for Android/iOS.
7+
This package combines the `google_maps_flutter` plugin with `apple_maps_flutter` to create a cross platform implementation of native maps for Android/iOS.
88

99
# Screenshots
1010

example/pubspec.lock

Lines changed: 27 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -7,70 +7,63 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.1.1+1"
11-
archive:
12-
dependency: transitive
13-
description:
14-
name: archive
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "2.0.13"
18-
args:
19-
dependency: transitive
20-
description:
21-
name: args
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.6.0"
10+
version: "0.1.1+2"
2511
async:
2612
dependency: transitive
2713
description:
2814
name: async
2915
url: "https://pub.dartlang.org"
3016
source: hosted
31-
version: "2.4.1"
17+
version: "2.4.2"
3218
boolean_selector:
3319
dependency: transitive
3420
description:
3521
name: boolean_selector
3622
url: "https://pub.dartlang.org"
3723
source: hosted
3824
version: "2.0.0"
39-
charcode:
25+
characters:
4026
dependency: transitive
4127
description:
42-
name: charcode
28+
name: characters
4329
url: "https://pub.dartlang.org"
4430
source: hosted
45-
version: "1.1.3"
46-
collection:
31+
version: "1.0.0"
32+
charcode:
4733
dependency: transitive
4834
description:
49-
name: collection
35+
name: charcode
5036
url: "https://pub.dartlang.org"
5137
source: hosted
52-
version: "1.14.12"
53-
convert:
38+
version: "1.1.3"
39+
clock:
5440
dependency: transitive
5541
description:
56-
name: convert
42+
name: clock
5743
url: "https://pub.dartlang.org"
5844
source: hosted
59-
version: "2.1.1"
60-
crypto:
45+
version: "1.0.1"
46+
collection:
6147
dependency: transitive
6248
description:
63-
name: crypto
49+
name: collection
6450
url: "https://pub.dartlang.org"
6551
source: hosted
66-
version: "2.1.4"
52+
version: "1.14.13"
6753
cupertino_icons:
6854
dependency: "direct main"
6955
description:
7056
name: cupertino_icons
7157
url: "https://pub.dartlang.org"
7258
source: hosted
7359
version: "0.1.3"
60+
fake_async:
61+
dependency: transitive
62+
description:
63+
name: fake_async
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "1.1.0"
7467
flutter:
7568
dependency: "direct main"
7669
description: flutter
@@ -102,20 +95,13 @@ packages:
10295
url: "https://pub.dartlang.org"
10396
source: hosted
10497
version: "1.0.2"
105-
image:
106-
dependency: transitive
107-
description:
108-
name: image
109-
url: "https://pub.dartlang.org"
110-
source: hosted
111-
version: "2.1.12"
11298
matcher:
11399
dependency: transitive
114100
description:
115101
name: matcher
116102
url: "https://pub.dartlang.org"
117103
source: hosted
118-
version: "0.12.6"
104+
version: "0.12.8"
119105
meta:
120106
dependency: transitive
121107
description:
@@ -129,14 +115,7 @@ packages:
129115
name: path
130116
url: "https://pub.dartlang.org"
131117
source: hosted
132-
version: "1.6.4"
133-
petitparser:
134-
dependency: transitive
135-
description:
136-
name: petitparser
137-
url: "https://pub.dartlang.org"
138-
source: hosted
139-
version: "2.4.0"
118+
version: "1.7.0"
140119
platform_maps_flutter:
141120
dependency: "direct main"
142121
description:
@@ -151,13 +130,6 @@ packages:
151130
url: "https://pub.dartlang.org"
152131
source: hosted
153132
version: "1.0.2"
154-
quiver:
155-
dependency: transitive
156-
description:
157-
name: quiver
158-
url: "https://pub.dartlang.org"
159-
source: hosted
160-
version: "2.1.3"
161133
sky_engine:
162134
dependency: transitive
163135
description: flutter
@@ -176,7 +148,7 @@ packages:
176148
name: stack_trace
177149
url: "https://pub.dartlang.org"
178150
source: hosted
179-
version: "1.9.3"
151+
version: "1.9.5"
180152
stream_channel:
181153
dependency: transitive
182154
description:
@@ -211,28 +183,21 @@ packages:
211183
name: test_api
212184
url: "https://pub.dartlang.org"
213185
source: hosted
214-
version: "0.2.15"
186+
version: "0.2.17"
215187
typed_data:
216188
dependency: transitive
217189
description:
218190
name: typed_data
219191
url: "https://pub.dartlang.org"
220192
source: hosted
221-
version: "1.1.6"
193+
version: "1.2.0"
222194
vector_math:
223195
dependency: transitive
224196
description:
225197
name: vector_math
226198
url: "https://pub.dartlang.org"
227199
source: hosted
228200
version: "2.0.8"
229-
xml:
230-
dependency: transitive
231-
description:
232-
name: xml
233-
url: "https://pub.dartlang.org"
234-
source: hosted
235-
version: "3.6.1"
236201
sdks:
237-
dart: ">=2.6.0 <3.0.0"
202+
dart: ">=2.9.0-14.0.dev <3.0.0"
238203
flutter: ">=1.16.3 <2.0.0"

pubspec.lock

Lines changed: 24 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -7,63 +7,56 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.1.1+1"
11-
archive:
12-
dependency: transitive
13-
description:
14-
name: archive
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "2.0.13"
18-
args:
19-
dependency: transitive
20-
description:
21-
name: args
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.6.0"
10+
version: "0.1.1+2"
2511
async:
2612
dependency: transitive
2713
description:
2814
name: async
2915
url: "https://pub.dartlang.org"
3016
source: hosted
31-
version: "2.4.1"
17+
version: "2.4.2"
3218
boolean_selector:
3319
dependency: transitive
3420
description:
3521
name: boolean_selector
3622
url: "https://pub.dartlang.org"
3723
source: hosted
3824
version: "2.0.0"
25+
characters:
26+
dependency: transitive
27+
description:
28+
name: characters
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "1.0.0"
3932
charcode:
4033
dependency: transitive
4134
description:
4235
name: charcode
4336
url: "https://pub.dartlang.org"
4437
source: hosted
4538
version: "1.1.3"
46-
collection:
39+
clock:
4740
dependency: transitive
4841
description:
49-
name: collection
42+
name: clock
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.14.12"
53-
convert:
45+
version: "1.0.1"
46+
collection:
5447
dependency: transitive
5548
description:
56-
name: convert
49+
name: collection
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "2.1.1"
60-
crypto:
52+
version: "1.14.13"
53+
fake_async:
6154
dependency: transitive
6255
description:
63-
name: crypto
56+
name: fake_async
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "2.1.4"
59+
version: "1.1.0"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -95,20 +88,13 @@ packages:
9588
url: "https://pub.dartlang.org"
9689
source: hosted
9790
version: "1.0.2"
98-
image:
99-
dependency: transitive
100-
description:
101-
name: image
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "2.1.12"
10591
matcher:
10692
dependency: transitive
10793
description:
10894
name: matcher
10995
url: "https://pub.dartlang.org"
11096
source: hosted
111-
version: "0.12.6"
97+
version: "0.12.8"
11298
meta:
11399
dependency: transitive
114100
description:
@@ -122,28 +108,14 @@ packages:
122108
name: path
123109
url: "https://pub.dartlang.org"
124110
source: hosted
125-
version: "1.6.4"
126-
petitparser:
127-
dependency: transitive
128-
description:
129-
name: petitparser
130-
url: "https://pub.dartlang.org"
131-
source: hosted
132-
version: "2.4.0"
111+
version: "1.7.0"
133112
plugin_platform_interface:
134113
dependency: transitive
135114
description:
136115
name: plugin_platform_interface
137116
url: "https://pub.dartlang.org"
138117
source: hosted
139118
version: "1.0.2"
140-
quiver:
141-
dependency: transitive
142-
description:
143-
name: quiver
144-
url: "https://pub.dartlang.org"
145-
source: hosted
146-
version: "2.1.3"
147119
sky_engine:
148120
dependency: transitive
149121
description: flutter
@@ -162,7 +134,7 @@ packages:
162134
name: stack_trace
163135
url: "https://pub.dartlang.org"
164136
source: hosted
165-
version: "1.9.3"
137+
version: "1.9.5"
166138
stream_channel:
167139
dependency: transitive
168140
description:
@@ -197,28 +169,21 @@ packages:
197169
name: test_api
198170
url: "https://pub.dartlang.org"
199171
source: hosted
200-
version: "0.2.15"
172+
version: "0.2.17"
201173
typed_data:
202174
dependency: transitive
203175
description:
204176
name: typed_data
205177
url: "https://pub.dartlang.org"
206178
source: hosted
207-
version: "1.1.6"
179+
version: "1.2.0"
208180
vector_math:
209181
dependency: transitive
210182
description:
211183
name: vector_math
212184
url: "https://pub.dartlang.org"
213185
source: hosted
214186
version: "2.0.8"
215-
xml:
216-
dependency: transitive
217-
description:
218-
name: xml
219-
url: "https://pub.dartlang.org"
220-
source: hosted
221-
version: "3.6.1"
222187
sdks:
223-
dart: ">=2.6.0 <3.0.0"
188+
dart: ">=2.9.0-14.0.dev <3.0.0"
224189
flutter: ">=1.16.3 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414

1515
google_maps_flutter: ^0.5.28+1
1616

17-
apple_maps_flutter: ^0.1.1+1
17+
apple_maps_flutter: ^0.1.1+2
1818

1919

2020
dev_dependencies:

0 commit comments

Comments
 (0)