smart_form_memory 0.0.3
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
SmartFormDropdownto remove the deprecatedvalueproperty, resolving static analysis warnings and improving compatibility with the latest Flutter versions.
0.0.1 #
- Initial release of the
smart_form_memorypackage. - 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, andSmartFormTagField. - Offers a customizable storage solution via the
SmartFormStorageabstract class, with a default implementation usingshared_preferences.