extended_forms 0.0.6 copy "extended_forms: ^0.0.6" to clipboard
extended_forms: ^0.0.6 copied to clipboard

outdated

Adds extended functionality to Flutter form widgets.

NOTE: This project is still very much work in progress.

Extends functionality to standard flutter form Widgets: Currently only adds extended functionality to TextFormField.

Global Features #

  • Advanced Async/sync validation.
  • Firestore integration (WIP).
  • Debounce timers.
  • Convinient static field titles.

Firestore integration features (WIP) #

  • Use firestore value as initial value
  • Automatically set value in firestore with Debounce timer.
  • Trigger set value in firestore with on submit.

TextFormField features #

  • Suffix actions - Show multiple suffix icons (with callbacks) based on validation status.
  • Progress indicator - Optionally provide a custom progress widget to display when validation is in progress.
  • Submit suffix action - Optionally provide a custom 'submit' widget when validation qualifies.
  • Clear suffix action - Optionally provide a custom 'clear' widget when validation does not qualify.

Getting started #

Usage #

Additional information #

Direct contributions, issues and suggestions => here.

Author: Paurini Wiringi

2
likes
0
pub points
13%
popularity

Publisher

unverified uploader

Adds extended functionality to Flutter form widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter

More

Packages that depend on extended_forms