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

Custom padding doesn't work #45

Open Abdan009 opened 2 months ago

Abdan009 commented 2 months ago

I did custom padding like this. The result is not working..

Screenshot 2024-05-07 095526

I made changes to the source code. And the results are good. Maybe it could be a reference to fix this issue..

Before:

Screenshot 2024-05-07 095732

After:

Screenshot 2024-05-07 095801
thfr69 commented 3 days ago

I have noticed the same behavior since upgrading from version 0.8.3 to version 0.8.5. Custom padding doesn't work, so in my project the previous horizontal stepper has suddenly moved up to the appbar. Similar behavior with the vertical stepper, where the step titles are suddenly above the step icons.