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
623 stars 210 forks source link

Remove staggered_grid_view again #209

Closed clragon closed 1 year ago

clragon commented 2 years ago

The flutter_staggered_grid_view package has been starkly rewritten since there was an attempt at integrating it here. the StaggeredGridView doesnt actually exist anymore.

The package now provides different delegates for the normal gridview as well as some extra special gridviews. I therefore propose removing it from the development branch for now so that version 4.0 could be published.

Whether it would be worthwhile to provide an integration for the special types of grids that flutter_staggered_grid_view provides now, like the Masonry or Aligned grid, could be determined in a later version.

clragon commented 2 years ago

are you still alive @edson-mgm ?

clragon commented 1 year ago

while not communicating with us directly, I think edson is still alive and working on this project, looking at the development branch. this is great news. I will close this PR as it seems they have already taken steps for migrating to the newest staggered grid version. thank you for your work, edson.