forms/form library
Classes
- DraftModeForm
- Thin wrapper around Flutter's Form that wires in DraftMode draft handling.
- DraftModeFormController
- Lightweight draft/value controller reused by DraftModeFormState.
- DraftModeFormState
- Concrete FormState implementation with draft tracking and per-attribute validation orchestration.
- DraftModeFormStateI