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
WizardWidget
main wizard container with step managementWizardStep
individual step widget with customizable contentWizardController
for comprehensive state management and navigationWizardProgress
with multiple styles (linear, circular, steps)WizardNavigation
with previous, next, skip, and complete buttonsWizardData
model 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