nateshmbhat / touchable

The only flutter library to add gestures and animations to custom shapes you draw on your canvas.
https://pub.dev/packages/touchable
Mozilla Public License 2.0
234 stars 80 forks source link

Incorrect GestureDetector arguments. #55

Open markbulingit opened 1 year ago

markbulingit commented 1 year ago

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.

dagovalsusa commented 1 year ago

this solve => https://github.com/nateshmbhat/touchable/issues/47