Skip to content

Releases: flutter-form-builder-ecosystem/flutter_form_builder

Form Builder Validators 7.5.0

17 Feb 11:46
Compare
Choose a tag to compare
  • Added Lao (lo) language support
  • Added Dutch (nl) language support

Form Builder 7.1.1

17 Feb 11:48
Compare
Choose a tag to compare
  • More improvements to focus handling
  • Other minor fixes

Form Builder Validators 7.4.0

31 Jan 18:23
Compare
Choose a tag to compare
  • Added Russian (ru) language support

Form Builder Extra Fields 7.1.0

31 Jan 18:24
Compare
Choose a tag to compare
  • Use flutter_datetime_picker_bdaya instead of the unmaintained flutter_datetime_picker
  • TypeAhead onReset uses valueTransformer
  • Export the class TextFieldProps - prevents importing from transitive dependency dropdown_search

Form Builder 7.1.0

31 Jan 18:13
Compare
Choose a tag to compare
  • Added silent validation to the FormBuilder widget
  • Implemented shouldChipRequestFocus feature - fixes request focus for non-test based fields
  • Improved field replacement logic
  • Documentation fixes

Form Builder Validators 7.3.0

10 Jan 18:23
Compare
Choose a tag to compare
  • Added support for Slovenian (sl)
  • Added Chinese language support - both traditional (zh_Hant) and simplified (zh_Hans)

Form Builder Validators 7.2.0

11 Nov 13:54
Compare
Choose a tag to compare
  • Added language support for Indonesian (id)

7.0.0

27 Oct 19:10
Compare
Choose a tag to compare

BREAKING CHANGE:

  • For ease of maintainability, validation functionality has been broken up into a separate package: form_builder_validators

6.2.1

27 Oct 17:32
Compare
Choose a tag to compare
  • Fixed bug where didChange and reset on FormBuilderCheckboxGroup has no visible effect

6.1.0

01 Sep 19:40
Compare
Choose a tag to compare
  • When form validation fails, automatically scroll to first error
  • New way to programmatically induce custom errors by calling GlobalKey<FormBuilderState>.invalidateField() or GlobalKey<FormBuilderFieldState>.invalidate()
  • Added Arabic and Persian/Farsi locales
  • Made maxLines property nullable and added assertions
  • Remove field from internal value map on when a field is unregistered
  • Fix checkbox issue with null values