Romain Rastel
Romain Rastel
Hello! Oh ok I see. The easiest way is to have a `SlidableNotificationListener` as explained [here](https://github.com/letsar/flutter_slidable/wiki/FAQ#how-to-keep-only-one-slidable-open) and to dispatch a `SlidableRatioNotification` inside the tap callback of your `GestureDetector`: ``` dart...
Yes I should add a better way to do this. I have an idea, but it will possibly deprecate the whole SlidableNotificationListener and thus making a 2.0 release, if only...
I will soon release a new version and you'll need two things: - Instead of SlidableNotificationListener, you can now use SlidableAutoCloseBehavior - Dispatch a SlidableAutoClose from your GestureDetector to make...
Oh ok. So this is very specific I think, we can totally do this with the API but it will require extra work. The idea is to have a parent...
In 0.6 the controller wasn't really a controller, I redesigned this package with in mind having a real controller capable to act on the `Slidable`. But I see what you...
You convinced me, it's indeed the default behavior in iOS (in Reminder app also). I'll see how I can make it easy!
Hi @mathschy, I pushed this feature on master. From your side, you just have to add `SlidableAutoCloseBehavior` above the `Slidable` widgets (see main_demo.dart) and the feature you requested will be...
Thanks @mathschy. I'll make a new release soon then :-)
Can you try with 1.0 version and give a code sample to reproduce this issue if it's still here?
Is this is fixed?