- Null safety
- Tested on Flutter 2.0 it's working on every platform
- You can now activate animations (
enableStepAnimation
&enableLineAnimation
) for a more dynamic and prettier rendering.
By default the animation is disabled
Add custom line thickness & borderSize
BREAKING CHANGES:
lineThickness
-->doneLineThickness
&undoneLineThickness
unselectedStepColor
-->unselectedStepColorOut
&unselectedStepColorIn
* You can now activate animations (`enableStepAnimation` & `enableLineAnimation`) for a more dynamic and prettier rendering.
* You are now able to add multiple steps indicator
* Custom line length between steps
* Fix issue
* Use your own widget to design the step (done, selected, unselected) widget.
* Fix issue with custom step size.
* Set your own selected step border size.
* Line thickness param is now available
* New params available
* Vertical steps indicator now available