Releases: flutter-form-builder-ecosystem/flutter_form_builder
Releases · flutter-form-builder-ecosystem/flutter_form_builder
4.0.0-pre.8
- Added enabled attribute to FormBuilder to allow disabling the whole form
- Passed FocusNode through to super class. Also removed listeners when added.
v3.13.6
- Fixed bug in DateRangePicker where user can just pick one date. Closes #434
- Fix bug where FormBuilderCheckboxGroup value set to widget.initialValue. Closes #467
- Prevent events from happening while picking image with ImagePicker
- Added null check for val in onSaved and validator
- Fix
GroupedCheckbox
not disabled when read only - Added phone validation and fixed
initialValue
parsing - Fix
Image.memory
throwing error when value isnull
v3.13.5
v3.13.4
v3.13.3
v3.13.2
- Added
defaultImage
attribute toFormBuilderImagePicker
, acts as placeholder. Courtesy luwenbin8023 - Fix bug in
FormBuilderCheckboxGroup
whereInputDecoration
isn't enabled. Closes #405 - Fix issue where form's initialValue would potentially be ignored. Fixes #341
v4.0.0-beta.1
- Flutter v1.20 improvements
- Fix bug in
FormBuilderValidators.numeric
if valueCandidate isnull
- Renamed
pattern
validator tomatch
. - Rename
requireTrue
validator toequal
to allow equality check with other types. Closes #397 - Fix bug in parsing phone number from
FormBuilderPhoneField.initialValue