flutter_form_guard 1.2.0
flutter_form_guard: ^1.2.0 copied to clipboard
A robust, "smart" form management package for Flutter that handles validation, auto-saving (draft restoration), and analytics.
1.2.0 #
- Fix Auto-Save Race Condition: Robust restoration mechanism in
FormControllerto correctly populate data even if UI builds asynchronously. - Refactor:
GuardFieldnow listens directly toFormControllerfor reactive updates. - Example App Enhancement: Added advanced tests and improved stability.
1.1.0 #
- New Validators: Added
numeric,phone,range, andmatchvalidators. - Custom Storage:
SmartFormGuardnow accepts a customFormStorageinstance (e.g., Hive). - Example App: Major overhaul with Basic, Wizard, and Custom Storage screens.
1.0.0 #
- Initial release.
- Core
SmartFormGuardimplementation. GuardFieldwith email and password support.- Auto-save and Basic Analytics.