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

Wrap EasyStepper with Scrollbar on web #23

Closed SeriousMonk closed 1 year ago

SeriousMonk commented 1 year ago

Hi, awesome package!

I would like to wrap the EasyStepper widget with a ScrollBar widget so that the stepper can be easily scrolled on web too. Currently it can be swiped to scroll, but on web this is not a very intuitive behavior.

It would be nice if this could be integrated, otherwise if you could add the possibility to pass a ScrollController to the EasyStepper so that I can wrap the stepper with a ScrollBar manually :)

ma7moud3osman commented 1 year ago

Hi @SeriousMonk , Thank you for your feedback ,

We override the default scroll behavior and add mouse to the dragDevices and now stepper can be scrolled on web or desktop apps. also we add the scrollbar for web & desktop and you can control it whether to show or hide it.

best regards, Mahmoud Osman.