Romain Rastel
Romain Rastel
Can you explain?
You can wrap the Slidable into a Container with the right shape and clip I think.
You just have to not set startActionPane :-)
It seems to be fixed in the latest version. Can you retry?
I would be a good feature indeed. We can do it by having a widget which launches an animation on initState and we would put this widget as the child...
You need to have a different keys for each Slidable otherwise you will have strange results. If your `rang` property is unique, you could use it with a ValueKey for...
Can you provide a sample code, I could run so that I can see what's going on?
Oh ok, this is not an issue of the package but you need to set the Key to `key: ValueKey(itemEnCours),` and also set the `findChildIndexCallback` of the `ListView` as is:...
I don't understand what you want. Please use `CustomSlidableAction`, for any custom feature with `SlidableAction`.
Interesting feature. Will be possible with the in-progress refactoring.