-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
30 lines (25 loc) · 854 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
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.8.2
author: Danvick Miller <[email protected]>
homepage: https://github.com/danvick/flutter_form_builder
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_typeahead: ^1.8.0
intl: ^0.16.1
sy_flutter_widgets: ^0.1.4
flutter_chips_input: ^1.7.0
datetime_picker_formfield: ^1.0.0
flutter_colorpicker: ^0.3.2
# signature: ^2.0.0 - Doesn't implement onChanged, submitted PR. Meanwhile using local clone with onChanged
validators: ^2.0.0+1
date_range_picker: ^1.0.6
flutter_touch_spin: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.5.3
flutter: