flutter_improved_scrolling
flutter_improved_scrolling copied to clipboard
Attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling.
This PR brings: - fix: scroll becomes slow when scroll quickly (scroll multiple times in seconds). - feat: add trackpad support. currently trackpad not working when use custom scroll. BREAKING...
When focus in text form field and use space to make a space in the field it scroll.
I've just implemented this package in my app. Mouse wheel scrolling works great, however now clicking and draging on the scrollbar does not work, it simply stays in place and...
Is it possible not to request focus on hover over the scrollable widget? There are many scenarios where you have a part of the screen be scrollable and a widget...