flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

Add feature to do some function onSlide trigger and dont hold the slide condition

Open Musaddiq625 opened this issue 3 years ago • 5 comments

Can we add a feature when user slides - trigger some function and dont hold the slided listTile just show the widget on left or right and perform some action (some function) and then slide listTile to its original position

can add this function like: Example: holdSlide: true

Musaddiq625 avatar Sep 15 '20 18:09 Musaddiq625

I also need this feature! Can someone help?

aleksandar-radivojevic avatar Sep 17 '20 12:09 aleksandar-radivojevic

Interesting feature. Will be possible with the in-progress refactoring.

letsar avatar Nov 08 '20 21:11 letsar

I also just need to run a function once the slidable reaches some amount of sliding. Sort of like a Dismissable, just simpler, as nothing needs to be removed.

esiqveland avatar Apr 29 '21 20:04 esiqveland

Hey, thanks for a great package! Any update on this? Would be cool to have the same functionality as the Dismissable widget in a flutter, struggling to merge them together now, as I just want to implement drag dismiss and close on cancel, without showing delete action. Seems like closeOnCanceled property is not doing much and onResize is firing only when action has already been completed but not on cancellation. Thanks again

Albertbol avatar Aug 08 '21 07:08 Albertbol

i also need this feature, onSlideStart:

daxosorg avatar Sep 15 '21 06:09 daxosorg