flutter_slidable
flutter_slidable copied to clipboard
A Flutter implementation of slidable list item with directional slide actions.
How to close all slidables?
A fix was recently implemented in 1.3.2 to remove clipBehavior: value == 1 ? Clip.none : Clip.hardEdge But this has now resulted in the tile overflowing on the left when...
Previously you could only place the label below the icon. Adding this field allows the label to be placed above the icon. The default is the same, at the bottom...
I want to open slidable using an onPressed by implementing a gestureDetector as the child of Slidable. I am doing this because sometimes the "Slidable" action is not apparent to...
Is it possible to have the actions behind the slidable and other actions when using curved corners like below:  As far as I can tell, the slidable doesn't have...
When a block is removed with a swipe, it is removed smoothly. But if you remove it with a simple click, then the removal effect is instant. What do I...
It seems many people are running into this issue that is hard to figure out: Getting the slideaction to dismiss programmatically: https://github.com/letsar/flutter_slidable/issues/31#issuecomment-880840889 this commenet does not work, can @letsar you...
Like this https://prnt.sc/wN_iiOXyUewt
Thank you for your widget, may I ask how to set the width of the SlidableAction? When only one is set, too wide affects the user experience. Or can the...