EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
626 stars 213 forks source link

why don't use SliverAlignedGrid to make height of gridView depend on height of children #284

Closed fahmyabada closed 7 months ago

fahmyabada commented 1 year ago

if i have dynamic height to child and i not want use Staggered Grid View but i want to height of first child equal height second child if first greater than second then height of second child equal height first child

fahmyabada commented 1 year ago

PagedSliverBuilder in custom layout in example package not defined

CHPisces commented 7 months ago

The height of each of my grid is dynamic,what should i do.