infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.

Results 74 infinite_scroll_pagination issues
Sort by recently updated
recently updated
newest added

If you refresh multiple times quickly - some of the refreshes may fail and skip page

bug

I want to refresh one widget item within the items list, I have to call .refresh() function to update the data, How can I update one widget only or update...

With Flutter 3: Refresh indicator, wrapped around a PagedListView with Reverse set to True, is shown on the top of the PageListView. Would be nice to have the way to...

Your package is great but it contains text that is in English. The developper cannot change is through parameters.

like i want the next API call to be executed after a button click or on the bases of user scroll extent, now it automatically calls the next items request...

I have a file with this structure: https://jsoneditoronline.org/#left=cloud.5c3ee044771a4f25ab22407409e0da1b (number of items in "listlevel1" may vary and reach up to 2000) How can I make sure that my list loads correctly...

can we use stream with this package? I want to paginate and update my data periodically. ( Stream.period)

When I scroll to the end of the list the last page won't be added for example, I have 25 element each page has 6 element but I can't see...

Would be great to pass title for `FirstPageErrorIndicator` and `NewPageErrorIndicator`

How can I add a Scrollbar. In my case I can't pull to refresh, if I add a Scrollbar like `Scrollbar(child: PagedListView(...))`.