flutter_tindercard icon indicating copy to clipboard operation
flutter_tindercard copied to clipboard

Disable Swipe

Open dwikresno opened this issue 5 years ago • 3 comments

Can swipe action disabled?

dwikresno avatar Jan 28 '20 04:01 dwikresno

I need to disable swipe, too

zjamshidi avatar Jul 25 '20 15:07 zjamshidi

same here

aligurelli avatar Aug 04 '20 12:08 aligurelli

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;

zjamshidi avatar Aug 06 '20 05:08 zjamshidi