ma7moud3osman / easy_stepper

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

Large title not showing correctly in vertical stepper. #19

Closed basemosama closed 1 year ago

basemosama commented 1 year ago

When trying to show a large title in vertical stepper the title isn't centered and is shown moving to the left of the step as below.

This happens when trying to set vertical stepper line length to a small length which if i used in horizontal stepper will have conflict with next step. When using bigger line length it works as expected as below.

I think title position should depend on line legnth only on horizontal stepper.

Also, If we can have a content widget next to each step will be great. Thanks.

ma7moud3osman commented 1 year ago

Hi @basemosama Thanks for your contribution We Fix large title not showing correctly in the vertical stepper & it not depending on the line length any more you can check it work as expected in v.0.6.0 . We will add content widget for horizontal & vertical stepper & other more features in the future releases . best regards, Mahmoud