Skip to content

Commit 1e50989

Browse files
committed
Removed double spacing, added explicit version for intl_translation, and removed test:any.
1 parent 53e5bca commit 1e50989

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

pubspec.yaml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 4.0.0-pre.5
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
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"
99

1010
dependencies:
1111
flutter:
@@ -14,47 +14,26 @@ dependencies:
1414
sdk: flutter
1515

1616
after_init: ^0.1.2
17-
1817
community_material_icon: ^5.4.55
19-
2018
# country_code_picker: ^1.6.2
21-
2219
country_pickers: ^1.3.0
23-
2420
date_range_picker: ^1.0.6
25-
2621
datetime_picker_formfield: ^1.0.0
27-
2822
dropdown_search: ^0.4.6
29-
3023
file_picker: ^2.0.11
31-
3224
flutter_colorpicker: ^0.3.4
33-
3425
flutter_chips_input: ^1.9.4
35-
3626
flutter_datetime_picker: ^1.4.0
37-
3827
flutter_touch_spin: ^1.0.1
39-
4028
flutter_typeahead: ^1.8.8
41-
4229
google_maps_flutter: ^1.0.5
43-
4430
image_picker: ^0.6.7+12
45-
4631
image_picker_for_web: ^0.1.0+2
47-
4832
intl: ^0.16.1
49-
5033
permission_handler: ^5.0.1+1
51-
5234
phone_number: ^0.8.0
53-
5435
rating_bar: ^0.2.0
55-
5636
signature: ^3.2.0
57-
5837
validators: ^2.0.1
5938

6039
dev_dependencies:
@@ -63,10 +42,7 @@ dev_dependencies:
6342

6443
# flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization/form_builder_localizations.dart
6544
# 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
6846
pedantic: ^1.9.2
6947

70-
test: any
71-
7248
flutter:

0 commit comments

Comments
 (0)