-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (39 loc) · 1.31 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: flutter_form_builder
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
version: 6.0.0-nullsafety.1
homepage: https://github.com/danvick/flutter_form_builder
environment:
sdk: ">=2.10.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
datetime_picker_formfield: ^2.0.0
dropdown_search: ^0.5.0
flutter_colorpicker: ^0.4.0
flutter_chips_input: ^1.9.5
flutter_datetime_picker: ^1.5.0
flutter_touch_spin: ^2.0.0-nullsafety.1
flutter_typeahead: ^3.1.0
intl: ^0.17.0
rating_bar: ^0.2.0
##### zzzz signature: ^3.2.1
signature: ^4.0.2
# validators: ^2.0.1
# validators: 2.1.0
validators:
git:
url: https://github.com/dart-league/validators.git
# ref: patch-1
# dependency_overrides:
# intl: ^0.17.0
dev_dependencies:
flutter_test:
sdk: flutter
# flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization/form_builder_localizations.dart
# 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
intl_translation: ^0.17.10+1
pedantic: ^1.11.0
flutter: