How to make stepper in flutter like this - flutter

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?

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.

Related

How to make a stepper like in image in flutter

How can I achieve this kind of stepper as shown in the image? I have tried the stepper widget and some packages but was unable to achieve that
You can use package status_change 2.0.0 to achive this view
Here is the example for horizontal view

How can I make widgets move from right to left on scroll using Flutter?

I would like to know if there is a way to do something like this with Flutter. I need to get the widgets move from right to left on scroll. Please see the following GIF
https://ibb.co/9s3SgkW
It wouldn't be an exact behavior match, but you could try my package Entry, and more precisely Entry.offset(xOffset)

Flutter Custom Horizontal Slider

I want to make a Slider with customized lines with Flutter.
In a section where users choose distance,
It should have lines 0-15-50-500. Is there a way to this?

Centered carousel without snapping in flutter

I'm trying to make a carousel-like view here using SingleChildScrollView, I want the item to snap in the middle of the screen when scrolling, one item at a time.
I would personally recommend using the carousel_slider package, which provides a lot of flexibility: You can use custom widgets and views, and create both horizontal and vertical carousels.
Pub link: https://pub.dev/packages/carousel_slider
Alternatively, if you'd want to create it yourself, I think you'd have to try around working with custom ScrollControllers. Maybe take a look at the source code of the aforementioned package for some pointers.

how to add Alternate labels in Flutter Stepper?

Is there a way to add alternate labels to the stepper in flutter, as shown below.
https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steppers