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
233 stars 80 forks source link

Add onPanEnd gesture callback #37

Closed WillowWisp closed 3 years ago

WillowWisp commented 3 years ago

Since we already have onPanStart, onPanUpdate etc, I think onPanEnd would be useful in many cases (including mine).

teabyii commented 2 years ago

Why close?