Skip to content

Commit 0f0ccb4

Browse files
committed
Updated Version + README
1 parent 028683f commit 0f0ccb4

File tree

4 files changed

+120
-32
lines changed

4 files changed

+120
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.8
2+
3+
* Added zoomControlsEnabled flag for Google Maps
4+
15
## 0.1.7
26

37
* Fixed minor bugs

example/pubspec.lock

Lines changed: 60 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ packages:
88
url: "https://pub.dartlang.org"
99
source: hosted
1010
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"
1125
async:
1226
dependency: transitive
1327
description:
@@ -29,34 +43,34 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.1.3"
32-
clock:
46+
collection:
3347
dependency: transitive
3448
description:
35-
name: clock
49+
name: collection
3650
url: "https://pub.dartlang.org"
3751
source: hosted
38-
version: "1.0.1"
39-
collection:
52+
version: "1.14.12"
53+
convert:
4054
dependency: transitive
4155
description:
42-
name: collection
56+
name: convert
4357
url: "https://pub.dartlang.org"
4458
source: hosted
45-
version: "1.14.12"
59+
version: "2.1.1"
60+
crypto:
61+
dependency: transitive
62+
description:
63+
name: crypto
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "2.1.4"
4667
cupertino_icons:
4768
dependency: "direct main"
4869
description:
4970
name: cupertino_icons
5071
url: "https://pub.dartlang.org"
5172
source: hosted
5273
version: "0.1.3"
53-
fake_async:
54-
dependency: transitive
55-
description:
56-
name: fake_async
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "1.1.0"
6074
flutter:
6175
dependency: "direct main"
6276
description: flutter
@@ -81,13 +95,20 @@ packages:
8195
url: "https://pub.dartlang.org"
8296
source: hosted
8397
version: "0.5.28+1"
84-
image:
98+
google_maps_flutter_platform_interface:
8599
dependency: transitive
86100
description:
87101
name: google_maps_flutter_platform_interface
88102
url: "https://pub.dartlang.org"
89103
source: hosted
90-
version: "1.0.1"
104+
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"
91112
matcher:
92113
dependency: transitive
93114
description:
@@ -108,21 +129,35 @@ packages:
108129
name: path
109130
url: "https://pub.dartlang.org"
110131
source: hosted
111-
version: "1.7.0"
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"
112140
platform_maps_flutter:
113141
dependency: "direct main"
114142
description:
115143
path: ".."
116144
relative: true
117145
source: path
118-
version: "0.1.7"
146+
version: "0.1.8"
119147
plugin_platform_interface:
120148
dependency: transitive
121149
description:
122150
name: plugin_platform_interface
123151
url: "https://pub.dartlang.org"
124152
source: hosted
125153
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"
126161
sky_engine:
127162
dependency: transitive
128163
description: flutter
@@ -191,6 +226,13 @@ packages:
191226
url: "https://pub.dartlang.org"
192227
source: hosted
193228
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"
194236
sdks:
195237
dart: ">=2.6.0 <3.0.0"
196-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
238+
flutter: ">=1.16.3 <2.0.0"

pubspec.lock

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ packages:
88
url: "https://pub.dartlang.org"
99
source: hosted
1010
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"
1125
async:
1226
dependency: transitive
1327
description:
@@ -29,27 +43,27 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.1.3"
32-
clock:
46+
collection:
3347
dependency: transitive
3448
description:
35-
name: clock
49+
name: collection
3650
url: "https://pub.dartlang.org"
3751
source: hosted
38-
version: "1.0.1"
39-
collection:
52+
version: "1.14.12"
53+
convert:
4054
dependency: transitive
4155
description:
42-
name: collection
56+
name: convert
4357
url: "https://pub.dartlang.org"
4458
source: hosted
45-
version: "1.14.12"
46-
fake_async:
59+
version: "2.1.1"
60+
crypto:
4761
dependency: transitive
4862
description:
49-
name: fake_async
63+
name: crypto
5064
url: "https://pub.dartlang.org"
5165
source: hosted
52-
version: "1.1.0"
66+
version: "2.1.4"
5367
flutter:
5468
dependency: "direct main"
5569
description: flutter
@@ -74,13 +88,20 @@ packages:
7488
url: "https://pub.dartlang.org"
7589
source: hosted
7690
version: "0.5.28+1"
77-
image:
91+
google_maps_flutter_platform_interface:
7892
dependency: transitive
7993
description:
8094
name: google_maps_flutter_platform_interface
8195
url: "https://pub.dartlang.org"
8296
source: hosted
83-
version: "1.0.1"
97+
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"
84105
matcher:
85106
dependency: transitive
86107
description:
@@ -101,14 +122,28 @@ packages:
101122
name: path
102123
url: "https://pub.dartlang.org"
103124
source: hosted
104-
version: "1.7.0"
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"
105133
plugin_platform_interface:
106134
dependency: transitive
107135
description:
108136
name: plugin_platform_interface
109137
url: "https://pub.dartlang.org"
110138
source: hosted
111139
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"
112147
sky_engine:
113148
dependency: transitive
114149
description: flutter
@@ -177,6 +212,13 @@ packages:
177212
url: "https://pub.dartlang.org"
178213
source: hosted
179214
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"
180222
sdks:
181223
dart: ">=2.6.0 <3.0.0"
182-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
224+
flutter: ">=1.16.3 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 0.1.7
3+
version: 0.1.8
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

0 commit comments

Comments
 (0)