- Fixed issue with
blendModeandroundedEdges(#32)
StepProgressIndicatorandCircularStepProgressIndicatorconstructors asconst- Added
stepMainAxisAlignmentandstepCrossAxisAlignmentto align single step inStepProgressIndicator(#28)
- Added
removeRoundedCapExtraAngletoCircularStepProgressIndicatorto remove extra angle caused byStrokeCap.buttwhenroundedCapis applied (#20) - Added the option to specify alignment for
StepProgressIndicator(Thanks to @faridg18 for his contribution (#15)) - Added
blendModefor gradient ofStepProgressIndicator(#16) - Fixed issue on
StepProgressIndicatorwhen addingroundedEdgeswithpadding == 0and no steps selected (#23)
- Fixed issue when adding
roundedEdgeswith only one step (#12) - Added more widget tests
- 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
- Added
arcSizeproperty toCircularStepProgressIndicatorthat allows you to draw semi-circle indicators (#3) - Adjusted default
startingAngleto 0 instead of-math.pi / 2(breaking change) - Fixed imports and small issues
- 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
- Updated LICENSE, from GPL3 to MIT
- 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
- Completed documentation
- New tutorial article
Initial release