forms library

Classes

FormBuilder<T extends FormStateHelper>
FormBuilderState<T extends FormStateHelper>
FormStateHelper
PixlValidator
PixlValidatorState
SubmitResult
UIField
Describes an entry field on the form that takes text
UIForm
UIFormBuilder<T extends FormStateHelper>
UIFormEvent
UIFormFieldState
UIFormFormField
Describes a form field to be generated
UIFormState

Functions

useForm<T>(BuildContext context, {bool listen = true}) → T

Typedefs

FormSubmitCompleted = void Function(dynamic result)
FormSubmitError = void Function(Object? error)
FormValue = Map<String, dynamic>
SubtmiHandlerFn = Future Function(SubmitResult result)
ValidatorFn = String? Function(String?)