touchable icon indicating copy to clipboard operation
touchable copied to clipboard

Incorrect GestureDetector arguments: pan gesture and a scale gesture recognizers

Open erickib opened this issue 4 months ago • 1 comments

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.

erickib avatar Oct 14 '24 22:10 erickib