forms/common
library
Classes
-
AsyncFormData<Request, Response>
-
Represents the data state of a form.
-
AsyncFormError<Request, Response>
-
Represents the error state of a form.
-
AsyncFormIdle<Request, Response>
-
Represents the idle state of a form (initial state, not yet submitted).
-
AsyncFormLoading<Request, Response>
-
Represents the loading state of a form.
-
AsyncFormValue<Request, Response>
-
A class that represents the state of a form, inspired by
AsyncValue from Riverpod.