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
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.
The text was updated successfully, but these errors were encountered:
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.)
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.
The text was updated successfully, but these errors were encountered: