File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version: 4.0.0-pre.5
4
4
homepage : https://github.com/danvick/flutter_form_builder
5
5
6
6
environment :
7
- sdk : ' >=2.6.0 <3.0.0'
8
- flutter : ' >=1.22.0'
7
+ sdk : " >=2.6.0 <3.0.0"
8
+ flutter : " >=1.22.0"
9
9
10
10
dependencies :
11
11
flutter :
@@ -14,47 +14,26 @@ dependencies:
14
14
sdk : flutter
15
15
16
16
after_init : ^0.1.2
17
-
18
17
community_material_icon : ^5.4.55
19
-
20
18
# country_code_picker: ^1.6.2
21
-
22
19
country_pickers : ^1.3.0
23
-
24
20
date_range_picker : ^1.0.6
25
-
26
21
datetime_picker_formfield : ^1.0.0
27
-
28
22
dropdown_search : ^0.4.6
29
-
30
23
file_picker : ^2.0.11
31
-
32
24
flutter_colorpicker : ^0.3.4
33
-
34
25
flutter_chips_input : ^1.9.4
35
-
36
26
flutter_datetime_picker : ^1.4.0
37
-
38
27
flutter_touch_spin : ^1.0.1
39
-
40
28
flutter_typeahead : ^1.8.8
41
-
42
29
google_maps_flutter : ^1.0.5
43
-
44
30
image_picker : ^0.6.7+12
45
-
46
31
image_picker_for_web : ^0.1.0+2
47
-
48
32
intl : ^0.16.1
49
-
50
33
permission_handler : ^5.0.1+1
51
-
52
34
phone_number : ^0.8.0
53
-
54
35
rating_bar : ^0.2.0
55
-
56
36
signature : ^3.2.0
57
-
58
37
validators : ^2.0.1
59
38
60
39
dev_dependencies :
@@ -63,10 +42,7 @@ dev_dependencies:
63
42
64
43
# flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization/form_builder_localizations.dart
65
44
# flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/localization/form_builder_localizations.dart lib/l10n/intl_*.arb
66
- intl_translation : any
67
-
45
+ intl_translation : ^0.17.10+1
68
46
pedantic : ^1.9.2
69
47
70
- test : any
71
-
72
48
flutter :
You can’t perform that action at this time.
0 commit comments