wizard_stepper 0.0.10
wizard_stepper: ^0.0.10 copied to clipboard
A simple, customizable and easy-to-use wizard stepper widget for Flutter. Guide users through multi-step processes with clear progress indication and control.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.0.10 #
- Add pub and license badges.
0.0.9 #
- Fixed formatting.
0.0.8 #
- Fixed sample implementation screenshots.
0.0.7 #
- Added pagination capabilities via the
usePageView
property, which uses a ```PageView`` widget under the hood.
0.0.6 #
- Fixed typo in the README.md. Added default values to the
WizardStepperThemeData
theme class.
0.0.5 #
- Added theming capabilities through the
WizardStepperThemeData
class. The user can set bothlightTheme
anddarkTheme
through the providedWizardStepperController
properties.
0.0.4 #
- Fixed Changelog format.
0.0.3 #
- Expose additional methods available in the
WizardStepperController
; added guards to the navigation methods.
0.0.2 #
- Fix Scores.
0.0.1 #
- Initial release.