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
roundedEdges
with only one step (#12) - Added more widget tests
Version 0.2.4+7
- Added
roundedCap
property toCircularStepProgressIndicator
(#7) - Added
gradientColor
property toCircularStepProgressIndicator
, andgradientColor
,selectedGradientColor
andunselectedGradientColor
toStepProgressIndicator
(#8) - Fixed
customStepSize
whencircularDirection
isCircularDirection.counterclockwise
: now the step indexes start at 0 from the left to the right as expected - Added
isSelected
bool 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
roundedEdges
property 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
padding
to 0 and not using custom attributes) - Added more attributes
customSize
selectedSize
unselectedSize
fallbackLength
- 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