stepwise 1.0.6
stepwise: ^1.0.6 copied to clipboard
A customizable stepper widget for Flutter that shows progress through steps with dotted line connectors and customizable styles.
Changelog #
All notable changes to the StepWise package will be documented in this file.
[1.0.5] - 2024-04-18 #
Changed #
- Updated repository URL in pubspec.yaml to use correct GitHub repository path
[1.0.4] - 2024-04-18 #
Fixed #
- Replaced deprecated
withOpacity
method withwithAlpha
to avoid precision loss - Fixed code formatting and removed unnecessary line breaks
[1.0.1] - 2024-04-18 #
Added #
- Initial release of StepWise package
- Beautiful and customizable stepper widget
- Support for customizable colors, sizes, and text styles
- Dotted line connectors between steps
- Responsive layout
- Support for completed, current, and upcoming steps
- Comprehensive example app showcasing different customization options
- MIT license
- Documentation and README
Features #
- Customizable colors for active and inactive states
- Adjustable circle radius and line thickness
- Customizable text styling
- Dotted line connectors between steps
- Responsive layout
- Support for completed, current, and upcoming steps
Example App Features #
- Default, Custom, and Minimal style examples
- Interactive step progression
- Material 3 design
- Tabbed interface for different examples