Skip to content

Releases: udos86/flutter-fast-forms

v7.0.0

13 May 07:39
8f7b16b
Compare
Choose a tag to compare
  • update to Flutter 3.0.0 and Dart 2.17.0
  • removes autofocus property from FastFormField
  • adds autofocus property to FastCheckbox, FastSwitch, FastDropdown, FastChoiceChips, FastSlider and FastTextField
  • uses Dart 2.17.0 super-initializer parameters now wherever possible

v6.0.0

24 Apr 17:45
44ab856
Compare
Choose a tag to compare
  • onChanged now works on any FastFormField

v5.0.0

03 Feb 22:01
a234b4d
Compare
Choose a tag to compare
  • widgets now correctly expose contentPadding property
  • renames label property of FastFormField to labelText
  • renames title property of FastCheckbox to titleText
  • renames willAddOption property of FastAutocomplete to willDisplayOption
  • renames optionsMatcher property of FastInputChips to willDisplayOption
  • renames updateValues() method of FastFormState to onChanged()
  • removes name getter from FastFormField
  • moves static FastFormState? of(BuildContext context) to FastForm
  • adds form getter to FastFormFieldState
  • simplifies creation of InputDecoration via decoration getter of FastFormFieldState
  • _FastFormScope now follows internal _FormScope

v4.0.1

17 Jan 22:04
76b987f
Compare
Choose a tag to compare
  • fixes bug in FastInputChips wrap run extent calculation

v4.0.0

14 Jan 08:54
dae5c35
Compare
Choose a tag to compare
  • FastChoiceChips now exposes its value as List<String>
  • FastInputChips can now scroll horizontally via wrap property
  • renames optionsMatcher property of FastAutocomplete to willAddOption
  • FastFormFieldState<T> is now abstract and its widget getter @protected

v3.0.0

03 Jan 10:02
5f1d3c9
Compare
Choose a tag to compare
  • renames id property of FastFormField to name
  • improves FastInputChips
  • adds Dart 2.15 tear-offs

v2.1.0

17 Nov 20:45
3223054
Compare
Choose a tag to compare
  • introduces FastInputChips

v2.0.0

25 Oct 18:43
7e676f3
Compare
Choose a tag to compare
  • introduces typed validators
  • prefixes typedefs with Fast
  • improves typing of option form fields
  • removes buildersconfig from FormScope

v1.1.0

16 Oct 07:25
614d506
Compare
Choose a tag to compare
  • introduces FastAutocomplete<T>
  • introduces FastChoiceChips
  • fixes type bug in FastRadioGroup<T>

v1.0.1

14 Oct 13:24
bdf0860
Compare
Choose a tag to compare
  • internal FastFormFieldState<T> refactoring