letsar / flutter_staggered_grid_view

A Flutter staggered grid view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrolling issues with two SliverMasonryGrid.count in the same CustomScrollView

moisesbinzie opened this issue · comments

There are scrolling issues when you add two SliverMasonryGrid.count in the same CustomScrollView Widget

Did you found any solution for this?

I used another package https://pub.dev/packages/masonry_grid.
It's has some performance issues but scrolling working properly.