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

Add pointer events #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parnic
Copy link

@parnic parnic commented Nov 7, 2021

This exists to work around a conflict in the Flutter engine where
multiple Listeners at different levels in the widget hierarchy cannot
work together.

See flutter/flutter#76525 et al

This exists to work around a conflict in the Flutter engine where
multiple Listeners at different levels in the widget hierarchy cannot
work together.

See flutter/flutter#76525 et al
@parnic
Copy link
Author

parnic commented Nov 7, 2021

I was trying to hook up the ability to drag an item outside of the DragAndDropLists widget and still be able to scroll the outer scrollview around (in my case, the DragAndDropLists widget is embedded in a page that's doing a lot of other things as well, so the ability to scroll the entire page while dragging was critical). It would be nice to remove this after the Flutter team fixes the fundamental issue with multiple listeners not cooperating.

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

Successfully merging this pull request may close these issues.

1 participant