Skip to content

Commit 95ef930

Browse files
build: Fix version dependency
1 parent 97434d3 commit 95ef930

File tree

2 files changed

+20
-34
lines changed

2 files changed

+20
-34
lines changed

example/pubspec.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ packages:
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "1.2.0"
18-
charcode:
19-
dependency: transitive
20-
description:
21-
name: charcode
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.3.1"
2518
clock:
2619
dependency: transitive
2720
description:
@@ -42,7 +35,7 @@ packages:
4235
name: cross_file
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "0.3.2"
38+
version: "0.3.3+1"
4639
flutter:
4740
dependency: "direct main"
4841
description: flutter
@@ -68,7 +61,7 @@ packages:
6861
name: flutter_plugin_android_lifecycle
6962
url: "https://pub.dartlang.org"
7063
source: hosted
71-
version: "2.0.4"
64+
version: "2.0.7"
7265
flutter_web_plugins:
7366
dependency: transitive
7467
description: flutter
@@ -94,7 +87,7 @@ packages:
9487
name: http_parser
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "4.0.0"
90+
version: "4.0.1"
9891
image_picker:
9992
dependency: transitive
10093
description:
@@ -115,7 +108,7 @@ packages:
115108
name: image_picker_for_web
116109
url: "https://pub.dartlang.org"
117110
source: hosted
118-
version: "2.1.4"
111+
version: "2.1.8"
119112
image_picker_ios:
120113
dependency: transitive
121114
description:
@@ -129,7 +122,7 @@ packages:
129122
name: image_picker_platform_interface
130123
url: "https://pub.dartlang.org"
131124
source: hosted
132-
version: "2.4.1"
125+
version: "2.5.0"
133126
intl:
134127
dependency: transitive
135128
description:
@@ -178,7 +171,7 @@ packages:
178171
name: plugin_platform_interface
179172
url: "https://pub.dartlang.org"
180173
source: hosted
181-
version: "2.0.2"
174+
version: "2.1.2"
182175
sky_engine:
183176
dependency: transitive
184177
description: flutter
@@ -190,28 +183,28 @@ packages:
190183
name: source_span
191184
url: "https://pub.dartlang.org"
192185
source: hosted
193-
version: "1.8.2"
186+
version: "1.9.0"
194187
string_scanner:
195188
dependency: transitive
196189
description:
197190
name: string_scanner
198191
url: "https://pub.dartlang.org"
199192
source: hosted
200-
version: "1.1.0"
193+
version: "1.1.1"
201194
term_glyph:
202195
dependency: transitive
203196
description:
204197
name: term_glyph
205198
url: "https://pub.dartlang.org"
206199
source: hosted
207-
version: "1.2.0"
200+
version: "1.2.1"
208201
typed_data:
209202
dependency: transitive
210203
description:
211204
name: typed_data
212205
url: "https://pub.dartlang.org"
213206
source: hosted
214-
version: "1.3.0"
207+
version: "1.3.1"
215208
vector_math:
216209
dependency: transitive
217210
description:

pubspec.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ packages:
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "1.2.0"
18-
charcode:
19-
dependency: transitive
20-
description:
21-
name: charcode
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.3.1"
2518
clock:
2619
dependency: transitive
2720
description:
@@ -42,7 +35,7 @@ packages:
4235
name: cross_file
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "0.3.2"
38+
version: "0.3.3+1"
4639
flutter:
4740
dependency: "direct main"
4841
description: flutter
@@ -68,7 +61,7 @@ packages:
6861
name: flutter_plugin_android_lifecycle
6962
url: "https://pub.dartlang.org"
7063
source: hosted
71-
version: "2.0.4"
64+
version: "2.0.7"
7265
flutter_web_plugins:
7366
dependency: transitive
7467
description: flutter
@@ -87,7 +80,7 @@ packages:
8780
name: http_parser
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "4.0.0"
83+
version: "4.0.1"
9184
image_picker:
9285
dependency: "direct main"
9386
description:
@@ -108,7 +101,7 @@ packages:
108101
name: image_picker_for_web
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "2.1.4"
104+
version: "2.1.8"
112105
image_picker_ios:
113106
dependency: transitive
114107
description:
@@ -122,7 +115,7 @@ packages:
122115
name: image_picker_platform_interface
123116
url: "https://pub.dartlang.org"
124117
source: hosted
125-
version: "2.4.1"
118+
version: "2.5.0"
126119
intl:
127120
dependency: transitive
128121
description:
@@ -171,7 +164,7 @@ packages:
171164
name: plugin_platform_interface
172165
url: "https://pub.dartlang.org"
173166
source: hosted
174-
version: "2.0.2"
167+
version: "2.1.2"
175168
sky_engine:
176169
dependency: transitive
177170
description: flutter
@@ -183,28 +176,28 @@ packages:
183176
name: source_span
184177
url: "https://pub.dartlang.org"
185178
source: hosted
186-
version: "1.8.2"
179+
version: "1.9.0"
187180
string_scanner:
188181
dependency: transitive
189182
description:
190183
name: string_scanner
191184
url: "https://pub.dartlang.org"
192185
source: hosted
193-
version: "1.1.0"
186+
version: "1.1.1"
194187
term_glyph:
195188
dependency: transitive
196189
description:
197190
name: term_glyph
198191
url: "https://pub.dartlang.org"
199192
source: hosted
200-
version: "1.2.0"
193+
version: "1.2.1"
201194
typed_data:
202195
dependency: transitive
203196
description:
204197
name: typed_data
205198
url: "https://pub.dartlang.org"
206199
source: hosted
207-
version: "1.3.0"
200+
version: "1.3.1"
208201
vector_math:
209202
dependency: transitive
210203
description:

0 commit comments

Comments
 (0)