flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

Fixed slidable action displaying out of the parent widget

Open altotunchitoo opened this issue 2 years ago • 6 comments

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.

before

After : Fixed 💯

after

altotunchitoo avatar Sep 30 '22 05:09 altotunchitoo

thank you, @altotunchitoo !

eliasmelgaco avatar Dec 05 '22 21:12 eliasmelgaco

Please merge!

alexrabin avatar Jan 30 '23 03:01 alexrabin

The problem persists, I believe it has not been merged.

dannmf avatar May 22 '24 14:05 dannmf

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

altotunchitoo avatar May 22 '24 14:05 altotunchitoo