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
632 stars 214 forks source link

How to add flutter_staggered_grid_view as itembuilder type? #117

Closed oneoffice closed 3 years ago

oneoffice commented 3 years ago

Hi, is there any way to implement staggeredGridView, i use childAspectRatio but it's working not correct?

EdsonBueno commented 3 years ago

Hi @oneoffice. I'm working on a PagedStaggeredGridView, should be out by this weekend.

sangeren commented 3 years ago

Hi @EdsonBueno How can i use PagedStaggeredGridView?

oneoffice commented 3 years ago

Hi @oneoffice. I'm working on a PagedStaggeredGridView, should be out by this weekend.

anything update for this?

malikdoksoz commented 2 years ago

any update?

0wzZZzz6 commented 2 years ago

up

0wzZZzz6 commented 2 years ago
infinite_scroll_pagination:
    git:
      url: https://github.com/EdsonBueno/infinite_scroll_pagination.git
      ref: develop

I import it like this where the PagedStaggeredSliverGrid is on.