flutter_fast_forms 9.0.1
flutter_fast_forms: ^9.0.1 copied to clipboard
Flutter Fast Forms is the only Dart package you'll ever need to build Flutter forms fast.
9.0.1 01/24/2023 #
- upgrades
intlto0.18.0
9.0.0 11/04/2022 #
FastChipsInputnow supports removal of single chips via backspace according to Material Design spec- adds
chipIndexparameter toFastChipsInputChipBuilder
8.1.0 30/10/2022 #
- adds compatibility for Flutter
3.3.5 - adds
mouseCursor,onFieldSubmitted,onEditingCompleteandonTaptoFastTextField
8.0.0 03/09/2022 #
- adds compatibility for Flutter
3.3.0 - adds
reorderableproperty toFastFormArray - renames
FastInputChipstoFastChipsInput - removes
reorderableFormArrayBuilder
7.2.1 06/12/2022 #
- resets
FastFormArrayproperly
7.2.0 06/11/2022 #
- adds new
FastFormArraywidget (see example for usage and implementingFastFormArrayitems)
7.1.0 06/04/2022 #
- adds missing properties to
FastFormFieldwidgets - uses
defaultTargetPlatforminstead ofTheme.of(context).platform - improves typing
7.0.0 05/13/2022 #
- update to Flutter
3.0.0and Dart2.17.0 - removes
autofocusproperty fromFastFormField - adds
autofocusproperty toFastCheckbox,FastSwitch,FastDropdown,FastChoiceChips,FastSliderandFastTextField - uses Dart
2.17.0super-initializer parameters now wherever possible
6.0.0 04/24/2022 #
onChangednow works on anyFastFormField
5.0.0 02/04/2022 #
- widgets now correctly expose
contentPaddingproperty - renames
labelproperty ofFastFormFieldtolabelText - renames
titleproperty ofFastCheckboxtotitleText - renames
willAddOptionproperty ofFastAutocompletetowillDisplayOption - renames
optionsMatcherproperty ofFastInputChipstowillDisplayOption - renames
updateValues()method ofFastFormStatetoonChanged() - removes
namegetter fromFastFormField - moves
static FastFormState? of(BuildContext context)toFastForm - adds
formgetter toFastFormFieldState - simplifies creation of
InputDecorationviadecorationgetter ofFastFormFieldState _FastFormScopenow follows internal_FormScope
4.0.1 01/18/2022 #
- fixes bug in
FastInputChipswrap run extent calculation
4.0.0 01/14/2022 #
FastChoiceChipsnow exposes its value asList<String>FastInputChipscan now scroll horizontally viawrapproperty- renames
optionsMatcherproperty ofFastAutocompletetowillAddOption FastFormFieldState<T>is nowabstractand its widget getter@protected
3.0.0 01/03/2022 #
- renames
idproperty ofFastFormFieldtoname - improves
FastInputChips - adds Dart
2.15tear-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
buildersconfig fromFormScope
1.1.0 10/16/2021 #
- introduces
FastAutocomplete<T>widget - introduces
FastChoiceChipswidget
1.0.1 10/14/2021 #
- internal
FastFormFieldState<T>refactoring
1.0.0 10/13/2021 #
- migration to Flutter
2.5
0.9.0 03/21/2021 #
- removes
mask_text_input_formatterdependency
0.9.0-nullsafety.2 03/06/2021 #
- resets Flutter SDK version to 2.0.0
0.9.0-nullsafety.1 03/06/2021 #
- migration to Flutter 2.0.1
0.8.0-nullsafety.1 12/31/2020 #
- adaptive form controls
0.7.0-nullsafety.1 12/29/2020 #
- migration to null safety
0.6.0 12/28/2020 #
- rewrite of
FastFormState
0.5.0 12/27/2020 #
- pre-release
0.1.0 08/12/2020 #
- beta release
0.0.1 07/30/2020 #
- initial release