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.
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.
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.
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.