Skip to content

Releases: flutter-form-builder-ecosystem/flutter_form_builder

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

6.0.1

19 May 08:43
Compare
Choose a tag to compare
  • Add whitespace check for required validator
  • Null-safety and type fixes
  • Dispose of registered listeners (#799)

6.0.0

20 Apr 15:22
Compare
Choose a tag to compare
  • Started working on null-safety
    BREAKING CHANGES:
  • Removed fields that depend on external dependencies incuding: FormBuilderChipsInput, FormBuilderColorPicker, FormBuilderRating, FormBuilderSearchableDropdown, FormBuilderSignaturePad, FormBuilderTouchSpin, FormBuilderTypeAhead
  • Changes to FormBuilderDateTimePicker

4.2.0

29 Dec 20:20
Compare
Choose a tag to compare
  • Added support for Slovak (sk) - @cek-cek

BREAKING CHANGES:

4.1.0

18 Dec 07:37
Compare
Choose a tag to compare
  • Added support for Portuguese (pt)
  • Added support for Japanese (ja)
  • Added FormBuilderValidators.notEqual validator
  • Fix bug in RadioGroup where reset and didChange doesnt affect UI. Fixes #646, Fixes #647
  • Image picker fix: Added null-safe spread operator for field.value. Fixes #607
  • Fixed focus issue in ChipsInput
  • Fixed bug SearchableDropdown where setting value programmatically does not update UI. Fixes #627
  • Upgraded flutter_typeahead to 1.9.1.

4.0.2

28 Nov 10:34
Compare
Choose a tag to compare
  • Fixed issue in Typeahead field where didChange not call and onChanged fired. Closes #595
  • Fixed issue where French not included in list of supported languages & translations not working. Closes #561