flutter_wizard library

Classes

DefaultWizardController
Wizard
A widget to create a multi-step wizard with separated state files.
WizardController
WizardControllerImpl
WizardStepController
WizardStepControllerImpl

Mixins

WizardStep

Typedefs

StepCallback = FutureOr<void> Function(int oldIndex, int index)
WizardBuilder = Widget Function(BuildContext context, WizardController controller)
Signature for builder with BuildContext and WizardController arguments.
WizardButtonBuilder = Widget Function(BuildContext context, VoidCallback? onPressed)
Signature for building the Wizard buttons.
WizardStepBuilder = Widget Function(BuildContext context, WizardStep step)
Signature for building the Wizard steps.