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

Incorrect GestureDetector arguments: pan gesture and a scale gesture recognizers #62

Open
erickib opened this issue Oct 14, 2024 · 2 comments

Comments

@erickib
Copy link

erickib commented Oct 14, 2024

I'm trying to run the example on a clean project but I get this error:

Exception has occurred.
FlutterError (Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a superset of pan.
Just use the scale gesture recognizer.)

Is this package still active? Also compiler warns about outdated pkgs.

@nateshmbhat
Copy link
Owner

Yes package is alive. Do u mind sending a PR for this?

@ali-sina100
Copy link

I am getting the same error

Exception has occurred. FlutterError (Incorrect GestureDetector arguments. Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a superset of pan. Just use the scale gesture recognizer.)

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

4 participants
@erickib @nateshmbhat @ali-sina100 and others