flutter_fast_forms 0.6.0
flutter_fast_forms: ^0.6.0 copied to clipboard
Enhances Flutter SDK with framework-compliant form fields and a lightweight meta form widget layer to speed up form development
Flutter Fast Forms #
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-inTexFormField/DropdownButtonFormFieldfor all remaining Material input / selection components that provide platform-specificFormFieldBuilder<T>when appropriate - a lightweight meta layer of adaptive form widgets that allow for custom validation states beyond
AutovalidateModeand populating field values onFormchanges - a collection of common
FormFieldValidator<T>functions and aTextInputFormatterto mask text fields