stepwise 1.0.4
stepwise: ^1.0.4 copied to clipboard
A beautiful and customizable stepper widget for Flutter applications that provides a flexible way to show progress through a series of steps with customizable colors, sizes, and text styles.
Changelog #
All notable changes to the StepWise package will be documented in this file.
1.0.4 - 2024-04-18 #
Fixed #
- Replaced deprecated
withOpacitymethod withwithAlphato 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