just_ui_forms library
Classes
- FieldErrorInfo
- JustForm
- Widget container for form, controlled by JustFormController. Provides the controller to child widgets via InheritedWidget.
- JustFormController
-
Controller for managing the state of
JustForm
. Provides API for validation, saving, resetting the form and accessing values and errors of form fields by ID. -
JustFormFieldState<
T> - Interface for all JustForm field states. Defines the contract between JustFormController and the fields.