flutter_tindercard
flutter_tindercard copied to clipboard
Disable Swipe
Can swipe action disabled?
I need to disable swipe, too
same here
For now, I copied their implementation and added a flag to enable/disable the widget. Then I added the following line at the beginning of onPanUpdate callback
if (!widget.enable) return;