Add feature to do some function onSlide trigger and dont hold the slide condition
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
I also need this feature! Can someone help?
Interesting feature. Will be possible with the in-progress refactoring.
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.
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
i also need this feature, onSlideStart: