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

How to refresh data in the previous page? #231

Closed ahmad22aot closed 1 year ago

ahmad22aot commented 1 year ago

Let's say I load five pages I want to refresh only the page number 1 every five seconds

chats/$chatId?page=$page

EdsonBueno commented 1 year ago

That's out of this package's scope. Just implement that in your state management layer.