stavgafny / wheel_picker

Flutter Package for input scroll wheels
https://pub.dev/packages/wheel_picker
MIT License
12 stars 3 forks source link

Horizontal scroll direction and limited width #7

Open alexandre-schulter opened 1 week ago

alexandre-schulter commented 1 week ago

Hi there!

I made vertical wheel which is very tall, occupying almost all of the screen height. But then I've changed my mind and what I actually need a horizontal scrolling wheel which takes all of the available screen width.

I've tried putting the wheel inside a SizedBox and Container, but no matter what the wheel stays at a fixed width of about 150px.

stavgafny commented 1 week ago

Hey @alexandre-schulter,

Sorry to hear about the issues with horizontal scrolling. It was added quickly with limited testing, so there might be some bugs.

Could you share a minimal code example? I'll check it out and try to help—this might need a fix in a future update. Thanks for using the package and raising this issue!