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
605 stars 201 forks source link

Loading all items once when wrapped inside a scroll widget #292

Closed OnyemaAnthony closed 9 months ago

OnyemaAnthony commented 9 months ago

Whenever i tried implementing paging and i return PagedListView or a PagedGridview as a parent widget it works fine, but however when i wrap them in any scroll widget say SingleChildScrollView or Listview the data are loaded once without pagination, please any one has any solution for this?