letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.7k stars 581 forks source link

Doesn't work inside a PageView #456

Closed jmgeffroy closed 8 months ago

jmgeffroy commented 8 months ago

I know it's probably not the best UX, but we currently have this widget inside a PageView:

When on the second page, swiping on a Slidable to the left should allow to swipe to the first page of the PageView. Instead, it does nothing, we're stuck on page 2.

I can post a sample project (mine is pretty huge, I need to create a clean one), but maybe the cause of this issue is obvious by design ?

jmgeffroy commented 8 months ago

No need to fix, I changed this poor UX...