flutter_slidable
flutter_slidable copied to clipboard
Fixed slidable action displaying out of the parent widget
I've clipped the SlidableAction widget child to prevent displaying it out of the parent widget boundary. This is also the solution for the issue #337. You can see what is the problem of not clipping the widget, from the following screen record gifs.
Before : The Slidable widget is displaying out of the parent widget. So the problem occurs when the slidable is opened and it pops the navigator.
After : Fixed 💯
thank you, @altotunchitoo !
Please merge!
The problem persists, I believe it has not been merged.
I've fixed the issue and it has not been merged. Meanwhile, you can use the pub from my repo.
flutter_slidable:
git:
url: https://github.com/altotunchitoo/flutter_slidable
ref: master