bond_form_riverpod library

Classes

AutoDisposeFamilyFormStateNotifier<Success, Failure extends Error, Arg>
AutoDisposeFormStateNotifier is an abstract class that manages the form state. It extends AutoDisposeFamilyNotifier to automatically manage resources and provide argument support. the FormController mixin to provide functionalities related to form management.
AutoDisposeFamilyStepFormStateNotifier<Success, Failure extends Error, Arg>
A state notifier for managing a single step in a multi-step form with automatic disposal.
AutoDisposeFamilyStepperFormStateNotifier<Success, Failure extends Error, Arg>
A state notifier for managing a multi-step form using Riverpod.
AutoDisposeFormStateNotifier<Success, Failure extends Error>
AutoDisposeFormStateNotifier is an abstract class that manages the form state. It extends AutoDisposeNotifier to automatically manage resources and it uses the FormController mixin to provide functionalities related to form management.
AutoDisposeStepFormStateNotifier<Success, Failure extends Error>
A state notifier for managing the state of a single step in a stepper form, with automatic disposal when no longer needed.
AutoDisposeStepperFormStateNotifier<Success, Failure extends Error>
A state notifier for managing a multi-step form using Riverpod.
FamilyFormStateNotifier<Success, Failure extends Error, Arg>
A class to manage form state, extending a notifier to notify its subscribers of changes, and using the FormController mixin for form operations.
FamilyStepFormStateNotifier<Success, Failure extends Error, Arg>
A state notifier for managing the state of a single step in a family-based stepper form, using a parameterized argument and with automatic disposal.
FamilyStepperFormStateNotifier<Success, Failure extends Error, Arg>
A state notifier for managing a multi-step form with family support using Riverpod.
FormStateNotifier<Success, Failure extends Error>
A class to manage form state, extending a notifier to notify its subscribers of changes, and using the FormController mixin for form operations.
StepFormStateNotifier<Success, Failure extends Error>
A state notifier for managing the state of a single step in a stepper form.
StepperFormStateNotifier<Success, Failure extends Error>
A state notifier for managing a multi-step form using Riverpod.