easy_stepper icon indicating copy to clipboard operation
easy_stepper copied to clipboard

Flutter Package help you to build easy stepper widget with several customization

Results 15 easy_stepper issues
Sort by recently updated
recently updated
newest added

You can fix it inside this file 'package:easy_stepper/src/core/easy_line.dart'. Inside the build method: margin: EdgeInsets.only( top: lineType == LineType.dotted || lineType == LineType.dashed ? thickness : 0), both the thickness value...

I did custom padding like this. The result is not working.. I made changes to the source code. And the results are good. Maybe it could be a reference to...

Hello @ma7moud3osman, This application there is padding or margin in vertical line its not removed.I tried every single method padding set to zero and everything but its not able to...

it will be more good if we have to aign the text to the right of easystiper

How can I align the Title to the right just like the default flutter stepper? Why is it at the bottom by default for vertical stepper?

Hi, thanks for package. I have a problem with last step as in the pic below. It is not at the same line. ![image](https://github.com/ma7moud3osman/easy_stepper/assets/7978543/6553a4d9-53eb-4dad-ac05-7351dded9eb1)

Want to make the title bold, but looks like its not possible, will be great if we can supply title text style as well.

decleration: I have a list of widgets. Each of these widgets represents exactly one step of the EasyStepper. User interactions take place in each of these widgets. (e.g. entries in...