Romain Rastel
Romain Rastel
Can you give me a way to reproduce it? Which flutter version do you use?
Hi, I can reproduce. It happens when there is something after a `SliverMasonryGrid`. I'll try to fix this. In the meantime, if the first grid is finite, maybe you use...
For the issue with the multi slivers, I'm not sure this is something simple to fix, at least not completely. The issue we have here is because of this part...
Hi, I think I fixed the issue, can you test on this branch to see if it's also ok for you: https://github.com/letsar/flutter_staggered_grid_view/tree/feature/masonry_cache ?
Thanks for trying this branch. I can try to pinpoint the issue, but if you have a reproducible code it would help me a lot.
Hi, I can't reproduce with the above example. I'll try to find a layout which causes this, but it won't be easy
Can you send me the actual size of the `CustomScrollView` in the first video, along with the heights of each elements in the `Sliver` so that I can try to...
What to you do exactly? If you use the quilted layout, you'll always have a quilted layout. If you remove an item the layout will be the same but the...
On which version of Flutter?
Do you have only one item taking the whole width? If it's the case I would split it into two widgets, the first one being a simple `SliverToBoxAdapter` wrapping the...