flutter_form_builder 1.4.0 flutter_form_builder: ^1.4.0 copied to clipboard
Package to build Material Form with components such as TextField (With number, url, email validation), DropDown, TypeAhead, Radios, Checkboxes
[1.4.0] - 29-Jan-2019 #
[1.3.5] - 28-Jan-2019 #
- Fixed bug on Slider where current value not updated on slider & label
[1.3.4] - 19-Jan-2019 #
Bug fix: Imported dart:async
for use of Future
s to be compatible with Dart <2.1
[1.3.2] - 19-Dec-2018 #
- Allow setting of
format
for DatePicker - Fixed bug where
lastDate
andfirstDate
for DatePicker don't work
[1.3.1] - 17-Dec-2018 #
[1.3.0] - 15-Dec-2018 #
- Fixed bug where TypeAhead value reset when other fields are updated
onChanged
function for FormBuilder is now called with current form values (breaking change)- Form reset now works as expected
- Other minor refactorings
[1.2.0] - 23-Nov-2018 #
- New
FormBuilderInput
types:- ChipsInput
- Some bug fixes
- Minor UI improvements
- Some bugs introduced, to be fixed later
[1.1.0] - 19-Nov-2018 #
- Fixed bug where validation not working for fields outside screen (when using ListView) - Flutter Issue #17385
- Added InputDecoration for all custom FormFields
[1.0.2] - 7-Nov-2018 #
- Fixed bug in (un)selecting checkbox list using by clicking its label
[1.0.1] - 3-Nov-2018 #
- Minor improvements to documentation, added known issues section too
[1.0.0] - 3-Nov-2018 #
Features #
- New
FormBuilderInput
types:- Phone
- Stepper
- Rate
- SegmentedControl
min
andmax
validation added to number field and textField- More specialized keyboard types for TextField control types (text, number, url, email, multiline, phone etc)
- Tapping on Label for radio/checkbox changes the control value
- Created new constructors for password and textField inputs
- Added resetButton
Fixes #
- Fixed bug where
TYPE_TEXT
validates asTYPE_EMAIL
- Closes #1 - Fixed initial value setting
FormBuilderInput.checkboxList()
Breaking Changes #
placeholder
attribute of classFormBuilderInput
renamed tohint
- Removed default constructor for
FormBuilderInput
[0.0.1] - 1-Nov-2018. #
- Initial Release
- Input Types:
- Text
- Number
- MultilineText
- Password
- Radio
- CheckboxList
- Checkbox
- Switch
- Slider
- Dropdown
- DatePicker
- TimePicker
- Url
- TypeAhead