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
/DropdownButtonFormField
for 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
AutovalidateMode
and populating field values onForm
changes - a collection of common
FormFieldValidator<T>
functions and aTextInputFormatter
to mask text fields