flutter_fast_forms 0.7.0-nullsafety.1 copy "flutter_fast_forms: ^0.7.0-nullsafety.1" to clipboard
flutter_fast_forms: ^0.7.0-nullsafety.1 copied to clipboard

outdated

Enhances Flutter SDK with framework-compliant form fields and a lightweight meta form widget layer to speed up form development

Flutter Fast Forms #

CI Pub Version codecov

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

It enhances the Flutter SDK with

  • a set of FormField<T> wrappers modeled on built-in TexFormField / DropdownButtonFormField for all remaining Material input / selection components that provide platform-specific FormFieldBuilder<T> when appropriate
  • a lightweight meta layer of adaptive form widgets that allow for custom validation states beyond AutovalidateMode and populating field values on Form changes
  • a collection of common FormFieldValidator<T> functions and a TextInputFormatter to mask text fields
70
likes
0
pub points
86%
popularity

Publisher

verified publisherudos86.de

Enhances Flutter SDK with framework-compliant form fields and a lightweight meta form widget layer to speed up form development

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl, mask_text_input_formatter

More

Packages that depend on flutter_fast_forms