flutter_form_guard library

A robust form management package for Flutter.

Handles validation, auto-saving, and analytics.

See SmartFormGuard and GuardField for usage.

Classes

AnalyticsEngine
AnalyticsReport
FieldState<T>
FormController
Manages the state, validation, and persistence of a form.
FormStorage
GuardField
A smart form field that automatically registers with SmartFormGuard.
SharedPrefsFormStorage
SmartFormGuard
A smart wrapper widget that provides form state management to its descendants.
Validators
A collection of reusable validators for form fields.