circular_progress_button 0.0.4
circular_progress_button: ^0.0.4 copied to clipboard
A Flutter package providing a customizable circular progress button that fills in three steps.
0.0.4 #
-
Bug Fixes:
- Removed redundant null checks for non-nullable currentStep parameter
-
Features:
- Added iconWidget support to allow SVG icons
- Made icon parameter optional when iconWidget is provided
- Updated theme configuration to handle both IconData and Widget icons
-
Breaking Changes:
- ProgressButtonTheme constructor now requires either icon or iconWidget
-
0.0.3 #
-
Fixed bug where currentStep did not initialize the start animation.
-
Resolved issue where currentStep was incorrectly equal to totalStep.
0.0.2 #
- Update pubspec
0.0.1 #
- Initial release