flutter_fast_forms 7.0.0 flutter_fast_forms: ^7.0.0 copied to clipboard
Enhances the Flutter SDK with adaptive form field wrapper widgets and validation states to speed up building forms.
[7.0.0] - 05/13/2022 #
- update to Flutter
3.0.0
and Dart2.17.0
- removes
autofocus
property fromFastFormField
- adds
autofocus
property toFastCheckbox
,FastSwitch
,FastDropdown
,FastChoiceChips
,FastSlider
andFastTextField
- uses Dart
2.17.0
super-initializer parameters now wherever possible
[6.0.0] - 04/24/2022 #
onChanged
now works on anyFastFormField
[5.0.0] - 02/04/2022 #
- widgets now correctly expose
contentPadding
property - renames
label
property ofFastFormField
tolabelText
- renames
title
property ofFastCheckbox
totitleText
- renames
willAddOption
property ofFastAutocomplete
towillDisplayOption
- renames
optionsMatcher
property ofFastInputChips
towillDisplayOption
- renames
updateValues()
method ofFastFormState
toonChanged()
- removes
name
getter fromFastFormField
- moves
static FastFormState? of(BuildContext context)
toFastForm
- adds
form
getter toFastFormFieldState
- simplifies creation of
InputDecoration
viadecoration
getter ofFastFormFieldState
_FastFormScope
now follows internal_FormScope
[4.0.1] - 01/18/2022 #
- fixes bug in
FastInputChips
wrap run extent calculation
[4.0.0] - 01/14/2022 #
FastChoiceChips
now exposes its value asList<String>
FastInputChips
can now scroll horizontally viawrap
property- renames
optionsMatcher
property ofFastAutocomplete
towillAddOption
FastFormFieldState<T>
is nowabstract
and its widget getter@protected
[3.0.0] - 01/03/2022 #
- renames
id
property ofFastFormField
toname
- improves
FastInputChips
- adds Dart
2.15
tear-offs
[2.1.0] - 11/17/2021 #
- introduces
FastInputChips
[2.0.0] - 10/24/2021 #
- introduces typed validators
- prefixes typedefs with
Fast
- improves typing of option form fields
- removes
builders
config fromFormScope
[v1.1.0] - 10/16/2021 #
- introduces
FastAutocomplete<T>
widget - introduces
FastChoiceChips
widget
[v1.0.1] - 10/14/2021 #
- internal
FastFormFieldState<T>
refactoring
[v1.0.0] - 10/13/2021 #
- migration to Flutter
2.5
[v0.9.0] - 03/21/2021 #
- removes
mask_text_input_formatter
dependency
[v0.9.0-nullsafety.2] - 03/06/2021 #
- resets Flutter SDK version to 2.0.0
[v0.9.0-nullsafety.1] - 03/06/2021 #
- migration to Flutter 2.0.1
[v0.8.0-nullsafety.1] - 12/31/2020 #
- adaptive form controls
[v0.7.0-nullsafety.1] - 12/29/2020 #
- migration to null safety
[v0.6.0] - 12/28/2020 #
- rewrite of
FastFormState
[v0.5.0] - 12/27/2020 #
- pre-release
[v0.1.0] - 08/12/2020 #
- beta release
[v0.0.1] - 07/30/2020 #
- initial release