Skip to content

Releases: udos86/flutter-fast-forms

v11.1.0

24 Jun 21:13
9778946
Compare
Choose a tag to compare
  • text property on FastRadioOption is now deprecated

  • adds isThreeLine, secondary, selected. subtitle, title and visualDensity properties to FastRadioOption

  • adds activeColor, controlAffinity, fillColor, hoverColor, materialTapTargetSize, mouseCursor,
    overlayColor, selectedTileColor, shapeBorder, splashRadius, tileColor and toggleable properties to FastRadioGroup

  • adds isError and onFocus properties to FastCheckbox

  • adds onActiveThumbImageError, onFocusChange and onInactiveThumbImageError properties to FastSwitch

  • adds showDayOfWeek property to FastDatePicker

  • adds keyboardType property to FastDateRangePicker

  • adds orientation property to FastTimePicker

  • adds onChangeEnd, onChangeStart and semanticFormatterCallback properties to FastRangeSlider

  • adds onChanged property to FastSlider

  • adds magnifierConfiguration, onTapOutside and spellCheckConfiguration properties to FastTextField

v11.0.0

15 May 14:00
f560869
Compare
Choose a tag to compare
  • upgrades to Flutter 3.10.0
  • upgrades to Dart 3.0.0
  • upgrades sample to Material 3
  • adds adaptiveness to FastCheckbox via CupertinoCheckbox
  • adds all new styling properties to FastCheckbox, FastRangeSlider, FastSlider and FastSwitch
  • adds textStyle property to all date time fields
  • adds inputDecorationTheme property to FastForm
  • fixes styling issues when enabled: true
  • fixes incorrect default content padding on iOS

Breaking Changes

  • reduces the default InputDecoration of FastFormField<T>
  • renames decorator property on FastForm to inputDecorationBuilder and changes its typedef

v10.0.0

28 Jan 13:45
24dfd71
Compare
Choose a tag to compare
  • upgrades to Flutter 3.7.0
  • minimum Dart SDK now is 2.19.0
  • removes toolbarOptions property from FastTextField
  • adds contextMenuBuilder property to FastTextField

v9.0.1

24 Jan 22:34
Compare
Choose a tag to compare
  • upgrades intlto 0.18.0

v9.0.0

04 Nov 12:39
517420e
Compare
Choose a tag to compare
  • FastChipsInput now supports removal of single chips via backspace according to Material Design spec
  • adds chipIndex parameter to FastChipsInputChipBuilder

v8.1.0

30 Oct 16:45
Compare
Choose a tag to compare
  • adds compatibility for Flutter 3.3.5
  • adds mouseCursor, onFieldSubmitted, onEditingComplete and onTap to FastTextField

v8.0.0

02 Sep 21:40
c90b0f7
Compare
Choose a tag to compare
  • adds compatibility for Flutter 3.3.0
  • adds reorderable property to FastFormArray
  • renames FastInputChips to FastChipsInput
  • removes reorderableFormArrayBuilder

v7.2.1

12 Jun 09:03
b5fb157
Compare
Choose a tag to compare
  • resets FastFormArray properly

v7.2.0

11 Jun 08:49
c9f94bb
Compare
Choose a tag to compare
  • adds new FastFormArray widget (see example for usage and implementing FastFormArray items)

v7.1.0

03 Jun 21:19
09c0725
Compare
Choose a tag to compare
  • adds missing properties to FastFormField widgets
  • uses defaultTargetPlatform instead of Theme.of(context).platform
  • improves typing