@@ -5,54 +5,15 @@ homepage: https://github.com/danvick/form_builder_image_picker
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
- flutter : " >=1.17.0"
8
+ flutter : " >=1.17.0 <3.0.0 "
9
9
10
10
dependencies :
11
11
flutter :
12
12
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
17
15
18
16
dev_dependencies :
19
17
flutter_lints : ^1.0.4
20
18
flutter_test :
21
19
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