flutter-fast-forms

Flutter Fast Forms is a Dart package for building Flutter forms fast

MIT License

Stars
39

Bot releases are hidden (Show)

flutter-fast-forms - v6.0.0

Published by udos86 over 2 years ago

  • onChanged now works on any FastFormField
flutter-fast-forms - v5.0.0

Published by udos86 over 2 years ago

  • 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
flutter-fast-forms - v4.0.1

Published by udos86 almost 3 years ago

  • fixes bug in FastInputChips wrap run extent calculation
flutter-fast-forms - v4.0.0

Published by udos86 almost 3 years ago

  • 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
flutter-fast-forms - v3.0.0

Published by udos86 almost 3 years ago

  • renames id property of FastFormField to name
  • improves FastInputChips
  • adds Dart 2.15 tear-offs
flutter-fast-forms - v2.1.0

Published by udos86 almost 3 years ago

  • introduces FastInputChips
flutter-fast-forms - v2.0.0

Published by udos86 almost 3 years ago

  • introduces typed validators
  • prefixes typedefs with Fast
  • improves typing of option form fields
  • removes buildersconfig from FormScope
flutter-fast-forms - v1.1.0

Published by udos86 about 3 years ago

  • introduces FastAutocomplete<T>
  • introduces FastChoiceChips
  • fixes type bug in FastRadioGroup<T>
flutter-fast-forms - v1.0.1

Published by udos86 about 3 years ago

  • internal FastFormFieldState<T> refactoring
flutter-fast-forms - v1.0.0

Published by udos86 about 3 years ago

  • migration to Flutter 2.5
flutter-fast-forms - v0.9.0

Published by udos86 over 3 years ago

  • removes mask_text_input_formatter dependency
flutter-fast-forms - v0.9.0-nullsafety.2

Published by udos86 over 3 years ago

  • resets Flutter SDK version to 2.0.0
flutter-fast-forms - v0.9.0-nullsafety.1

Published by udos86 over 3 years ago

  • migration to Flutter 2
flutter-fast-forms - v0.8.0-nullsafety.1

Published by udos86 almost 4 years ago

  • adaptive form controls
flutter-fast-forms - v0.7.0-nullsafety.1

Published by udos86 almost 4 years ago

  • migration to null safety
flutter-fast-forms - v0.6.0

Published by udos86 almost 4 years ago

  • rewrite of FastFormState
flutter-fast-forms - v0.5.0

Published by udos86 almost 4 years ago

  • pre-release
flutter-fast-forms - v0.1.0

Published by udos86 about 4 years ago

  • beta release
flutter-fast-forms -

Published by udos86 about 4 years ago

  • initial release
Package Rankings
Top 13.74% on Pub.dev
Badges
Extracted from project README
CI Pub Version codecov
Related Projects