abstract_form/widgets/abstract_form_builder library

Classes

AbstractFormBuilder<B extends StateStreamableSource<S>, S extends AbstractFormBaseState>
A widget for building forms with state management and event handling. This widget integrates with AbstractFormBaseState and provides callbacks for initialization, submission, success, and error handling.