Skip to content

Version 0.2.4+7

Compare
Choose a tag to compare
@SandroMaglione SandroMaglione released this 25 Aug 06:44
· 14 commits to master since this release
  • Added roundedCap property to CircularStepProgressIndicator (#7)
  • Added gradientColor property to CircularStepProgressIndicator, and gradientColor, selectedGradientColor and unselectedGradientColor to StepProgressIndicator (#8)
  • Fixed customStepSize when circularDirection is CircularDirection.counterclockwise: now the step indexes start at 0 from the left to the right as expected
  • Added isSelected bool parameter to customStepSize, 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