I use flutter_bloc for helping appendPage and no problem with it at all. But SliverList keep returning unbounded height error when place PagedMasonryGridView inside.
I also tried wrapped PagedMasonryGridView with SliverFillRemaining.
It's works now but created new issue, when scroll physic set to NeverScrollableScrollPhysics it don't allow to scroll to bottom and stuck at the middle of the list.
But when set to ClampingScrollPhysics or scroll physics that allow you to scrolling, then it allow you to scroll until end of the list but it create 2 scroll viewport.
I use flutter_bloc for helping appendPage and no problem with it at all. But
SliverList
keep returning unbounded height error when place PagedMasonryGridView inside.I also tried wrapped
PagedMasonryGridView
withSliverFillRemaining
.It's works now but created new issue, when scroll physic set to
NeverScrollableScrollPhysics
it don't allow to scroll to bottom and stuck at the middle of the list.But when set to
ClampingScrollPhysics
or scroll physics that allow you to scrolling, then it allow you to scroll until end of the list but it create 2 scroll viewport.I was expect able to scroll until the end of the list without having multiple scroll viewport.
I really hope for your help, many thanks
infinite_scroll_pagination: ^4.0.0 flutter v3.13.3 (stable)