2
2
3
3
FormBuilder Extra Fields provides common ready-made form input fields for [ flutter_form_builder] ( https://pub.dev/packages/flutter_form_builder ) package. The package gives you a convenient way of adding common ready-made input fields instead of creating your own FormBuilderField from scratch.
4
4
5
-
6
5
[ ![ Pub Version] ( https://img.shields.io/pub/v/form_builder_extra_fields?logo=flutter&style=for-the-badge )] ( https://pub.dev/packages/form_builder_extra_fields )
7
6
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/flutter-form-builder-ecosystem/form_builder_extra_fields/Base?logo=github&style=for-the-badge )] ( https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/actions/workflows/base.yaml )
8
7
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_extra_fields?logo=codecov&style=for-the-badge )] ( https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_extra_fields/ )
9
8
[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_extra_fields?logo=codefactor&style=for-the-badge )] ( https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_extra_fields )
10
9
___
11
10
12
11
- [ Features] ( #features )
13
- - [ Inputs] ( #inpus )
14
- - [ Parameters] ( #parameters )
15
- - [ Dependency parameters] ( #dependency-parameters )
12
+ - [ Inputs] ( #inputs )
13
+ - [ Parameters] ( #parameters )
14
+ - [ Dependency parameters] ( #dependency-parameters )
16
15
- [ Use] ( #use )
17
- - [ Setup] ( #setup )
18
- - [ Basic use] ( #basic-use )
16
+ - [ Setup] ( #setup )
17
+ - [ Basic use] ( #basic-use )
19
18
- [ Support] ( #support )
20
- - [ Contribute] ( #contribute )
21
- - [ Questions and answers] ( #questions-and-answers )
22
- - [ Donations] ( #donations )
19
+ - [ Contribute] ( #contribute )
20
+ - [ Questions and answers] ( #questions-and-answers )
21
+ - [ Donations] ( #donations )
23
22
- [ Roadmap] ( #roadmap )
24
23
- [ Ecosystem] ( #ecosystem )
25
24
- [ Thanks to] ( #thanks-to )
26
- - [ Contributors] ( #contributors )
25
+ - [ Contributors] ( #contributors )
27
26
28
27
## Features
29
28
33
32
34
33
The currently supported fields include:
35
34
36
- * ` FormBuilderChipsInput ` - Takes a list of ` Chip ` s as input and suggests more options on typing
37
- * ` FormBuilderColorPicker ` - Input for ` Color ` selection
38
- * ` FormBuilderCupertinoDateTimePicker ` - For ` Date ` , ` Time ` and ` DateTime ` input using a Cupertino-style picker
39
- * ` FormBuilderRating ` - For selection of a numerical value as a rating
40
- * ` FormBuilderSearchableDropdown ` - Field for selecting value(s) from a searchable list
41
- * ` FormBuilderSignaturePad ` - Field with drawing pad on which user can doodle
42
- * ` FormBuilderTouchSpin ` - Selection of a number by tapping on a plus or minus icon
43
- * ` FormBuilderTypeAhead ` - Auto-completes user input from a list of items
35
+ - ` FormBuilderChipsInput ` - Takes a list of ` Chip ` s as input and suggests more options on typing
36
+ - ` FormBuilderColorPicker ` - Input for ` Color ` selection
37
+ - ` FormBuilderCupertinoDateTimePicker ` - For ` Date ` , ` Time ` and ` DateTime ` input using a Cupertino-style picker
38
+ - ` FormBuilderRating ` - For selection of a numerical value as a rating
39
+ - ` FormBuilderSearchableDropdown ` - Field for selecting value(s) from a searchable list
40
+ - ` FormBuilderSignaturePad ` - Field with drawing pad on which user can doodle
41
+ - ` FormBuilderTouchSpin ` - Selection of a number by tapping on a plus or minus icon
42
+ - ` FormBuilderTypeAhead ` - Auto-completes user input from a list of items
44
43
45
44
### Parameters
46
45
@@ -61,7 +60,6 @@ The rest of the attributes will be determined by the type of Widget being used.
61
60
62
61
Each field has a dependency with your own configurations. Take a look on dependencies repositories to understand the behaviour and properties:
63
62
64
-
65
63
| Field | Dependency |
66
64
| -------| ------------|
67
65
| ` FormBuilderChipsInput ` | No dependency|
@@ -102,9 +100,9 @@ For more instructions about `FormBuilder`, see [flutter_form_builder](https://pu
102
100
103
101
You have some ways to contribute to this packages
104
102
105
- - Beginner: Reporting bugs or request new features
106
- - Intermediate: Implement new features (from issues or not) and created pull requests
107
- - Advanced: Join to [ organization] ( #ecosystem ) like a member and help coding, manage issues, dicuss new features and other things
103
+ - Beginner: Reporting bugs or request new features
104
+ - Intermediate: Implement new features (from issues or not) and created pull requests
105
+ - Advanced: Join to [ organization] ( #ecosystem ) like a member and help coding, manage issues, dicuss new features and other things
108
106
109
107
See [ contribution file] ( https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md ) for more details
110
108
0 commit comments