flutter_slidable
flutter_slidable copied to clipboard
SlidableView appears and overlaps another view
Hello @letsar , when I use flutter_slidable for my ipad app, I get an error like this:
On the right side of the screen is an item and I use flutter_slidable for it. when i slide flutter_slidable to the left, that view reappears and overlaps another view
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.2, on macOS 13.3.1 22E261 darwin-arm64, locale en-VN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.78.2)
[✓] Connected device (3 available)
[✓] Network resources
Hi! A Clip is needed somewhere it seems. Add it from your side above the Slidable widget for the moment while I find how to add it from this package's side.
I know there was an issue about a Clip and I fixed it by removing it, but I need to look at it further.
@letsar
Thank you for your reply. I wrapped it with ClipRect
, and flutter_slidable
is working well now.