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

Handle multiple GestureDetector of ColorPicker #19

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

friebetill
Copy link
Contributor

When using a ColorPicker within a ListView, gestures are not always
correctly assigned to the ColorPicker. Sometimes it is also assigned
to the ListView, resulting in an unpleasant user experience.

With the code changes, a PanGestureRecognizer is added to the
ColorPicker that always wins, which fixes the problem.

When using a `ColorPicker` within a `ListView`, gestures are not always
correctly assigned to the `ColorPicker`. Sometimes it is also assigned
to the `ListView`, resulting in an unpleasant user experience.

With the code changes, a `PanGestureRecognizer` is added to the
`ColorPicker` that always wins, which fixes the problem.
@mchome mchome merged commit cde5861 into mchome:master Apr 16, 2020
@friebetill
Copy link
Contributor Author

Wow, that was fast! Thanks!
Do you have enough time to make a release on pub.dev?

@mchome
Copy link
Owner

mchome commented Apr 16, 2020

v0.3.3 released!

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.

2 participants