steps_indicator 1.3.0 steps_indicator: ^1.3.0 copied to clipboard
Flutter plugin to display a simple steps indicator line widget.
1.3.0 - 2021-03-04 #
- Null safety
- Tested on Flutter 2.0 it's working on every platform
[1.2.0] - 2021-02-17 #
- You can now activate animations (
enableStepAnimation
&enableLineAnimation
) for a more dynamic and prettier rendering.
By default the animation is disabled
[1.1.0] - 2020-09-22 #
Add custom line thickness & borderSize
BREAKING CHANGES:
lineThickness
-->doneLineThickness
&undoneLineThickness
unselectedStepColor
-->unselectedStepColorOut
&unselectedStepColorIn
[1.0.1] - 2020-06-27 #
* You can now activate animations (`enableStepAnimation` & `enableLineAnimation`) for a more dynamic and prettier rendering.
1.0.1 #
* You are now able to add multiple steps indicator
1.0.0 #
* Custom line length between steps
0.3.1 #
* Fix issue
0.3.0 #
* 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.
0.2.2 #
* Line thickness param is now available
0.2.1 #
* New params available
0.2.0 #
* Vertical steps indicator now available