You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bottom_sheet_bar works great on touch devices. However, on desktop devices, it only works with the click-and-drag gestures — trackpad scrolling is not supported.
This is because, as of version 3.3.0, Listener has had new PointerEvents introduced specifically for trackpads and the older events no longer work with them — see the Flutter documentation.
It'd be great if the bottom sheet could be shown via an upward scroll gesture even in newer Flutter versions.
The text was updated successfully, but these errors were encountered:
12people
changed the title
Does not work with touchpad
Does not work with touchpad scrolling gestutre
Sep 2, 2023
bottom_sheet_bar
works great on touch devices. However, on desktop devices, it only works with the click-and-drag gestures — trackpad scrolling is not supported.This is because, as of version 3.3.0,
Listener
has had newPointerEvents
introduced specifically for trackpads and the older events no longer work with them — see the Flutter documentation.It'd be great if the bottom sheet could be shown via an upward scroll gesture even in newer Flutter versions.
The text was updated successfully, but these errors were encountered: