Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with touchpad scrolling gestutre #23

Open
12people opened this issue Sep 2, 2023 · 0 comments
Open

Does not work with touchpad scrolling gestutre #23

12people opened this issue Sep 2, 2023 · 0 comments

Comments

@12people
Copy link

12people commented 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 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.

@12people 12people changed the title Does not work with touchpad Does not work with touchpad scrolling gestutre Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant