smart_form_memory 0.0.3 copy "smart_form_memory: ^0.0.3" to clipboard
smart_form_memory: ^0.0.3 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.3 #

  • Docs: Updated documentation.

0.0.2 #

  • Fix: Refactored SmartFormDropdown to remove the deprecated value property, resolving static analysis warnings and improving compatibility with the latest Flutter versions.

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
160
points
88
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on smart_form_memory