ma7moud3osman / easy_stepper

Flutter Package help you to build easy stepper widget with several customization
https://pub.dev/packages/easy_stepper
MIT License
77 stars 38 forks source link

It's currently impossible to set a step border type #3

Closed sethgnavo closed 1 year ago

sethgnavo commented 1 year ago

The default border of steps is dashed and there is no possibility to customize it except for changing its borderThickness and borderColor (unreached, active and finished). In order to conform to different design requirements, it would be interesting to have the option to change the border type of steps.

Example: activeStepBorderType: BorderType.normal | BorderType.dotted unreachedStepBorderType: BorderType.normal | BorderType.dotted finishedStepBorderType: BorderType.normal | BorderType.dotted

Also, it'd be great to enable/disable the border altogether. Example: showStepBorder: false

ma7moud3osman commented 1 year ago

Hi Seth,

Thank you for your feedback. I'm adding it as an enhancement for the next release and will keep you posted!

Warm Regards, Mahmoud Osman

ma7moud3osman commented 1 year ago

The border type feature has been added to Stepper in the latest v0.3.1 version. Please update your dependency and code.

Regards Mahmoud Osman