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

Add example of how to use PagedSliverBuilder with flutter_staggered_grid_view #253

Closed erf closed 11 months ago

erf commented 1 year ago

I would love to see an example on how to use flutter_staggered_grid_view with PagedSliverBuilder

clragon commented 1 year ago

If AppendedSliverGrid was exported, maybe under a different library path, it would be alot easier to add custom grids on the fly. The same goes for AppendedSliverChildBuilderDelegate, making it easier to pagify custom lists. I think this package might have inbuilt support for flutter_staggered_grid_view at some point, considering current developments, but it would still be beneficial to export those tools I believe. What do you think @EdsonBueno?

davidoort commented 1 year ago

I'm super interested in any developments in this direction, please share an update if you add this example!

EdsonBueno commented 11 months ago

Version 4.0.0 now has a PagedMasonryGridView class.