Home > front end >  How to make stepper in flutter like this
How to make stepper in flutter like this

Time:01-19

enter image description here

I want to make a stepper similar to the above. However, Flutter doesn't have padding or margin to set position. How can I make such a stepper?

CodePudding user response:

You can use this package: another_stepper

You can create a list of your steps and then you can directly make stepper in horizontal and vertical direction with ease.

CodePudding user response:

You can use this package TimeLine. and TimeLineLite .

  • Related