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
612 stars 202 forks source link

MasonryGridView addition #263

Closed ugurberkecan closed 11 months ago

ugurberkecan commented 1 year ago

I want to use it with MasonryGridView, could you give me some advice about it ?

davidoort commented 1 year ago

I was also wondering if a paginated StaggeredView is possible with this package. Thanks @EdsonBueno !

EdsonBueno commented 11 months ago

This is now in version 4.0.0 as PagedMasonryGridView.