You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)