smart_form_memory 0.0.1 copy "smart_form_memory: ^0.0.1" to clipboard
smart_form_memory: ^0.0.1 copied to clipboard

A smart Flutter form that remembers user input. Features include autosaving, history suggestions, and non-destructive autofill for a seamless user experience.

0.0.1 #

  • Initial release of the smart_form_memory package.
  • Introduces SmartForm, a widget that manages form state and persists data automatically.
  • Includes SmartFormTextField, a text field that provides history suggestions and autofill capabilities based on a unique field.
  • Provides additional form field widgets: SmartFormDropdown, SmartFormRadio, and SmartFormTagField.
  • Offers a customizable storage solution via the SmartFormStorage abstract class, with a default implementation using shared_preferences.
2
likes
0
points
120
downloads

Publisher

unverified uploader

Weekly Downloads

A smart Flutter form that remembers user input. Features include autosaving, history suggestions, and non-destructive autofill for a seamless user experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on smart_form_memory