-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (29 loc) · 827 Bytes
/
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
name: flutter_form_builder
description: Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
version: 3.12.0
homepage: https://github.com/danvick/flutter_form_builder
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_typeahead: ^1.8.6
intl: ^0.16.1
flutter_chips_input: ^1.8.3
datetime_picker_formfield: ^1.0.0
flutter_colorpicker: ^0.3.4
signature: ^3.2.0
validators: ^2.0.1
date_range_picker: ^1.0.6
flutter_touch_spin: ^1.0.1
image_picker: ^0.6.7+4
image_picker_for_web: ^0.1.0+1
rating_bar: ^0.2.0
country_pickers: ^1.3.0
phone_number: ^0.6.2+4
dev_dependencies:
flutter_test:
sdk: flutter
test:
pedantic: ^1.9.0
flutter: