Skip to content

Commit 4f7c4e5

Browse files
committed
Removed unused multi_image_picker dependency
1 parent 5ad7f26 commit 4f7c4e5

File tree

2 files changed

+97
-21
lines changed

2 files changed

+97
-21
lines changed

pubspec.lock

Lines changed: 97 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.11"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.5.2"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.14.11"
46+
convert:
47+
dependency: transitive
48+
description:
49+
name: convert
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "2.1.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.3"
3260
date_range_picker:
3361
dependency: transitive
3462
description:
@@ -42,14 +70,14 @@ packages:
4270
name: datetime_picker_formfield
4371
url: "https://pub.dartlang.org"
4472
source: hosted
45-
version: "0.4.3"
73+
version: "1.0.0"
4674
file_picker:
4775
dependency: "direct main"
4876
description:
4977
name: file_picker
5078
url: "https://pub.dartlang.org"
5179
source: hosted
52-
version: "1.4.3+1"
80+
version: "1.5.0+2"
5381
flutter:
5482
dependency: "direct main"
5583
description: flutter
@@ -61,61 +89,82 @@ packages:
6189
name: flutter_chips_input
6290
url: "https://pub.dartlang.org"
6391
source: hosted
64-
version: "1.6.1"
92+
version: "1.7.0"
93+
flutter_colorpicker:
94+
dependency: transitive
95+
description:
96+
name: flutter_colorpicker
97+
url: "https://pub.dartlang.org"
98+
source: hosted
99+
version: "0.3.2"
65100
flutter_form_builder:
66101
dependency: "direct main"
67102
description:
68103
name: flutter_form_builder
69104
url: "https://pub.dartlang.org"
70105
source: hosted
71-
version: "3.7.1"
106+
version: "3.8.1"
72107
flutter_keyboard_visibility:
73108
dependency: transitive
74109
description:
75110
name: flutter_keyboard_visibility
76111
url: "https://pub.dartlang.org"
77112
source: hosted
78113
version: "0.7.0"
114+
flutter_plugin_android_lifecycle:
115+
dependency: transitive
116+
description:
117+
name: flutter_plugin_android_lifecycle
118+
url: "https://pub.dartlang.org"
119+
source: hosted
120+
version: "1.0.6"
79121
flutter_test:
80122
dependency: "direct dev"
81123
description: flutter
82124
source: sdk
83125
version: "0.0.0"
126+
flutter_touch_spin:
127+
dependency: transitive
128+
description:
129+
name: flutter_touch_spin
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "1.0.1"
84133
flutter_typeahead:
85134
dependency: transitive
86135
description:
87136
name: flutter_typeahead
88137
url: "https://pub.dartlang.org"
89138
source: hosted
90-
version: "1.7.0"
139+
version: "1.8.0"
140+
image:
141+
dependency: transitive
142+
description:
143+
name: image
144+
url: "https://pub.dartlang.org"
145+
source: hosted
146+
version: "2.1.4"
91147
intl:
92148
dependency: transitive
93149
description:
94150
name: intl
95151
url: "https://pub.dartlang.org"
96152
source: hosted
97-
version: "0.15.8"
153+
version: "0.16.1"
98154
matcher:
99155
dependency: transitive
100156
description:
101157
name: matcher
102158
url: "https://pub.dartlang.org"
103159
source: hosted
104-
version: "0.12.5"
160+
version: "0.12.6"
105161
meta:
106162
dependency: transitive
107163
description:
108164
name: meta
109165
url: "https://pub.dartlang.org"
110166
source: hosted
111-
version: "1.1.7"
112-
multi_image_picker:
113-
dependency: "direct main"
114-
description:
115-
name: multi_image_picker
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "4.5.9"
167+
version: "1.1.8"
119168
path:
120169
dependency: transitive
121170
description:
@@ -136,7 +185,28 @@ packages:
136185
name: permission_handler
137186
url: "https://pub.dartlang.org"
138187
source: hosted
139-
version: "4.0.0"
188+
version: "4.4.0+hotfix.2"
189+
permission_handler_platform_interface:
190+
dependency: transitive
191+
description:
192+
name: permission_handler_platform_interface
193+
url: "https://pub.dartlang.org"
194+
source: hosted
195+
version: "1.0.0"
196+
petitparser:
197+
dependency: transitive
198+
description:
199+
name: petitparser
200+
url: "https://pub.dartlang.org"
201+
source: hosted
202+
version: "2.4.0"
203+
plugin_platform_interface:
204+
dependency: transitive
205+
description:
206+
name: plugin_platform_interface
207+
url: "https://pub.dartlang.org"
208+
source: hosted
209+
version: "1.0.2"
140210
quiver:
141211
dependency: transitive
142212
description:
@@ -197,7 +267,7 @@ packages:
197267
name: test_api
198268
url: "https://pub.dartlang.org"
199269
source: hosted
200-
version: "0.2.5"
270+
version: "0.2.11"
201271
typed_data:
202272
dependency: transitive
203273
description:
@@ -219,6 +289,13 @@ packages:
219289
url: "https://pub.dartlang.org"
220290
source: hosted
221291
version: "2.0.8"
292+
xml:
293+
dependency: transitive
294+
description:
295+
name: xml
296+
url: "https://pub.dartlang.org"
297+
source: hosted
298+
version: "3.5.0"
222299
sdks:
223-
dart: ">=2.2.2 <3.0.0"
224-
flutter: ">=1.7.8 <2.0.0"
300+
dart: ">=2.6.0 <3.0.0"
301+
flutter: ">=1.12.13 <2.0.0"

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
sdk: flutter
1313

1414
flutter_form_builder: ^3.8.1
15-
multi_image_picker: ^4.6.4
1615
file_picker: ^1.5.0+2
1716
permission_handler: ^4.4.0+hotfix.2
1817

0 commit comments

Comments
 (0)