Releases: udos86/flutter-fast-forms
v11.1.0
-
text
property onFastRadioOption
is now deprecated -
adds
isThreeLine
,secondary
,selected
.subtitle
,title
andvisualDensity
properties toFastRadioOption
-
adds
activeColor
,controlAffinity
,fillColor
,hoverColor
,materialTapTargetSize
,mouseCursor
,
overlayColor
,selectedTileColor
,shapeBorder
,splashRadius
,tileColor
andtoggleable
properties toFastRadioGroup
-
adds
isError
andonFocus
properties toFastCheckbox
-
adds
onActiveThumbImageError
,onFocusChange
andonInactiveThumbImageError
properties toFastSwitch
-
adds
showDayOfWeek
property toFastDatePicker
-
adds
keyboardType
property toFastDateRangePicker
-
adds
orientation
property toFastTimePicker
-
adds
onChangeEnd
,onChangeStart
andsemanticFormatterCallback
properties toFastRangeSlider
-
adds
onChanged
property toFastSlider
-
adds
magnifierConfiguration
,onTapOutside
andspellCheckConfiguration
properties toFastTextField
v11.0.0
- upgrades to Flutter
3.10.0
- upgrades to Dart
3.0.0
- upgrades sample to Material 3
- adds adaptiveness to
FastCheckbox
viaCupertinoCheckbox
- adds all new styling properties to
FastCheckbox
,FastRangeSlider
,FastSlider
andFastSwitch
- adds
textStyle
property to all date time fields - adds
inputDecorationTheme
property toFastForm
- fixes styling issues when
enabled: true
- fixes incorrect default content padding on iOS
Breaking Changes
- reduces the default
InputDecoration
ofFastFormField<T>
- renames
decorator
property onFastForm
toinputDecorationBuilder
and changes its typedef