You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,25 +363,18 @@ Just add the `FormBuilderLocalizations.delegate` in the list of your app's `
363
363
## Input widgets
364
364
The currently supported fields include:
365
365
*`FormBuilderCheckbox` - Single Checkbox field
366
-
*`FormBuilderCheckboxList` - List of Checkboxes for multiple selection
367
-
*`FormBuilderChipsInput` - Takes a list of `Chip`s as input and suggests more options on typing
366
+
*`FormBuilderCheckboxGroup` - List of Checkboxes for multiple selection
368
367
*`FormBuilderChoiceChip` - Creates a chip that acts like a radio button.
369
-
*`FormBuilderColorPicker` - For `Color` input selection
370
368
*`FormBuilderDateRangePicker` - For selection of a range of dates
371
369
*`FormBuilderDateTimePicker` - For `Date`, `Time` and `DateTime` input
372
370
*`FormBuilderDropdown` - Used to select one value from a list as a Dropdown
373
371
*`FormBuilderFilterChip` - Creates a chip that acts like a checkbox.
374
-
*`FormBuilderRadioGroup` - Used to select one value from a list of Radio Widgets
372
+
*`FormBuilderRadioGroup` - Used to select one value from a list of Radio Widgets
375
373
*`FormBuilderRangeSlider` - Used to select a range from a range of values
376
-
*`FormBuilderRating` - For selection of a numerical value as a rating
377
-
*`FormBuilderSearchableDropdown` - Field for selecting value(s) from a searchable list
378
374
*`FormBuilderSegmentedControl` - For selection of a value from the `CupertinoSegmentedControl` as an input
379
-
*`FormBuilderSignaturePad` - Field with drawing pad on which user can doodle
380
375
*`FormBuilderSlider` - For selection of a numerical value on a slider
381
376
*`FormBuilderSwitch` - On/Off switch field
382
377
*`FormBuilderTextField` - A Material Design text field input.
383
-
*`FormBuilderTouchSpin` - Selection of a number by tapping on a plus or minus icon
384
-
*`FormBuilderTypeAhead` - Auto-completes user input from a list of items
385
378
386
379
In order to create an input field in the form, along with the label, and any applicable validation, there are several attributes that are supported by all types of inputs namely:
Copy file name to clipboardExpand all lines: pubspec.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: flutter_form_builder
2
2
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.
0 commit comments