flutter_fast_forms 0.5.0 copy "flutter_fast_forms: ^0.5.0" to clipboard
flutter_fast_forms: ^0.5.0 copied to clipboard

outdated

A package for building Flutter forms fast

Flutter Fast Forms #

CI Pub Version codecov

Flutter Fast Forms is a package for building Flutter forms fast - and probably the only dependency you'll ever need again to do so.

The library is fully in line with the Flutter core framework and adds major enhancements to it:

  • FormField<T> extensions for all Material input & selection components
  • Platform-specific FormFieldBuilder<T> and adaptive form field widgets
  • Validation states for displaying error texts beyond AutovalidateMode