flutter_wizard_kit 1.0.0
flutter_wizard_kit: ^1.0.0 copied to clipboard
A comprehensive Flutter package for multi-step form wizards with customizable steps, validation, and navigation controls.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-07-09 #
Added #
- Initial release of Flutter Wizard Kit
WizardWidgetmain wizard container with step managementWizardStepindividual step widget with customizable contentWizardControllerfor comprehensive state management and navigationWizardProgresswith multiple styles (linear, circular, steps)WizardNavigationwith previous, next, skip, and complete buttonsWizardDatamodel for step information and state- Comprehensive customization options for all widgets
- Platform-adaptive styling for iOS and Android
- Built-in validation system with error handling
- Step completion tracking and progress calculation
- Skip functionality for optional steps
- Accessibility support and semantic structure
- Smooth animations and transitions
- Comprehensive documentation and examples