Romain Rastel
Romain Rastel
Hello! Thanks for the kind words. 1. Some widgets have been renamed: look at https://github.com/letsar/flutter_slidable/wiki/Migration-from-version-0.6.0-to-version-1.0.0#actions for the new name. 2. You can get a real controller now from any Slidable's...
@imtoori, @searchy2 you can use `CustomSlidableAction` for that ;-). @gopibathini you would need to the get the controller of the enclosing Slidable and provide it to the parent if you...
My in-progress refactoring should allow this.
What do you mean by full swiping?
Ok, you just have to not provide a `dismissible` widget to the `ActionPane` for that.
Can you set `autoClose` to false on the `SlidableAction`?
Yeah the API to dismiss programmatically is not ideal, I should work on something.
Can you provide more details?
Set the ExtentRatio of the ActionPane with what you want.
What do you mean?