Releases: SandroMaglione/step-progress-indicator
Releases · SandroMaglione/step-progress-indicator
v1.0.2
v1.0.1
Version 0.2.5+8
- Fixed issue when adding
roundedEdgeswith only one step (#12) - Added more widget tests
Version 0.2.4+7
- Added
roundedCapproperty toCircularStepProgressIndicator(#7) - Added
gradientColorproperty toCircularStepProgressIndicator, andgradientColor,selectedGradientColorandunselectedGradientColortoStepProgressIndicator(#8) - Fixed
customStepSizewhencircularDirectionisCircularDirection.counterclockwise: now the step indexes start at 0 from the left to the right as expected - Added
isSelectedbool parameter tocustomStepSize, used to change the step size based on the selected/unselected status of the current step (breaking change) - Updated and expanded documentation examples
- Fixed documentations updates
Version 0.2.2+5
- Added material ripple effect on step tap (Thanks to @rodineijf for his contribution (#1))
- Implemented
roundedEdgesproperty to add rounded edge corners to first and last step of the indicator (#2) - Updated and improved documentation and examples
Version 0.2.1+4
- Updated LICENSE, from GPL3 to MIT
Version 0.2.0+3
- Added CircularStepProgressIndicator
- Added optimized support for Continuous Progress Indicators (by setting
paddingto 0 and not using custom attributes) - Added more attributes
customSizeselectedSizeunselectedSizefallbackLength
- Made indicator custom attributes (
customStep,customColor,onTap,customSize) zero-based (breaking change) - Added more examples
- Updated the documentation with more screens and detailed examples
- Added CircularStepProgressIndicator animation example
- Bug fixing
Version 0.1.1+2
Initial public version.
Full package tutorial: Step Progress Indicator | Flutter Package Tutorial
Package on pub.dev: step_progress_indicator