Skip to content

Commit b81d37c

Browse files
build: Config dependencies
1 parent 2008392 commit b81d37c

File tree

3 files changed

+33
-58
lines changed

3 files changed

+33
-58
lines changed

example/pubspec.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.2"
10+
version: "3.1.6"
1111
async:
1212
dependency: transitive
1313
description:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.1"
17+
version: "2.8.2"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -94,7 +94,7 @@ packages:
9494
name: flutter_form_builder
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "7.0.0"
97+
version: "7.1.1"
9898
flutter_lints:
9999
dependency: "direct dev"
100100
description:
@@ -198,7 +198,14 @@ packages:
198198
name: matcher
199199
url: "https://pub.dartlang.org"
200200
source: hosted
201-
version: "0.12.10"
201+
version: "0.12.11"
202+
material_color_utilities:
203+
dependency: transitive
204+
description:
205+
name: material_color_utilities
206+
url: "https://pub.dartlang.org"
207+
source: hosted
208+
version: "0.1.3"
202209
meta:
203210
dependency: transitive
204211
description:
@@ -219,7 +226,7 @@ packages:
219226
name: platform
220227
url: "https://pub.dartlang.org"
221228
source: hosted
222-
version: "3.0.0"
229+
version: "3.1.0"
223230
plugin_platform_interface:
224231
dependency: transitive
225232
description:
@@ -233,7 +240,7 @@ packages:
233240
name: process
234241
url: "https://pub.dartlang.org"
235242
source: hosted
236-
version: "4.2.3"
243+
version: "4.2.4"
237244
sky_engine:
238245
dependency: transitive
239246
description: flutter
@@ -287,7 +294,7 @@ packages:
287294
name: test_api
288295
url: "https://pub.dartlang.org"
289296
source: hosted
290-
version: "0.4.2"
297+
version: "0.4.8"
291298
typed_data:
292299
dependency: transitive
293300
description:
@@ -301,14 +308,14 @@ packages:
301308
name: vector_math
302309
url: "https://pub.dartlang.org"
303310
source: hosted
304-
version: "2.1.0"
311+
version: "2.1.1"
305312
vm_service:
306313
dependency: transitive
307314
description:
308315
name: vm_service
309316
url: "https://pub.dartlang.org"
310317
source: hosted
311-
version: "7.1.1"
318+
version: "7.5.0"
312319
webdriver:
313320
dependency: transitive
314321
description:

pubspec.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -68,7 +68,7 @@ packages:
6868
name: flutter_form_builder
6969
url: "https://pub.dartlang.org"
7070
source: hosted
71-
version: "7.0.0"
71+
version: "7.1.1"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:
@@ -155,7 +155,14 @@ packages:
155155
name: matcher
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.12.10"
158+
version: "0.12.11"
159+
material_color_utilities:
160+
dependency: transitive
161+
description:
162+
name: material_color_utilities
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "0.1.3"
159166
meta:
160167
dependency: transitive
161168
description:
@@ -223,7 +230,7 @@ packages:
223230
name: test_api
224231
url: "https://pub.dartlang.org"
225232
source: hosted
226-
version: "0.4.2"
233+
version: "0.4.8"
227234
typed_data:
228235
dependency: transitive
229236
description:
@@ -237,7 +244,7 @@ packages:
237244
name: vector_math
238245
url: "https://pub.dartlang.org"
239246
source: hosted
240-
version: "2.1.0"
247+
version: "2.1.1"
241248
sdks:
242249
dart: ">=2.14.0 <3.0.0"
243250
flutter: ">=2.5.0"

pubspec.yaml

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,15 @@ homepage: https://github.com/danvick/form_builder_image_picker
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ">=1.17.0"
8+
flutter: ">=1.17.0 <3.0.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_form_builder: ^7.0.0
14-
image_picker: ^0.8.4+4
15-
16-
# http: ^0.13.1
13+
flutter_form_builder: 7.1.1
14+
image_picker: 0.8.4+4
1715

1816
dev_dependencies:
1917
flutter_lints: ^1.0.4
2018
flutter_test:
2119
sdk: flutter
22-
23-
# For information on the generic Dart part of this file, see the
24-
# following page: https://dart.dev/tools/pub/pubspec
25-
26-
# The following section is specific to Flutter.
27-
flutter:
28-
29-
# To add assets to your package, add an assets section, like this:
30-
# assets:
31-
# - images/a_dot_burr.jpeg
32-
# - images/a_dot_ham.jpeg
33-
#
34-
# For details regarding assets in packages, see
35-
# https://flutter.dev/assets-and-images/#from-packages
36-
#
37-
# An image asset can refer to one or more resolution-specific "variants", see
38-
# https://flutter.dev/assets-and-images/#resolution-aware.
39-
40-
# To add custom fonts to your package, add a fonts section here,
41-
# in this "flutter" section. Each entry in this list should have a
42-
# "family" key with the font family name, and a "fonts" key with a
43-
# list giving the asset and other descriptors for the font. For
44-
# example:
45-
# fonts:
46-
# - family: Schyler
47-
# fonts:
48-
# - asset: fonts/Schyler-Regular.ttf
49-
# - asset: fonts/Schyler-Italic.ttf
50-
# style: italic
51-
# - family: Trajan Pro
52-
# fonts:
53-
# - asset: fonts/TrajanPro.ttf
54-
# - asset: fonts/TrajanPro_Bold.ttf
55-
# weight: 700
56-
#
57-
# For details regarding fonts in packages, see
58-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)