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

In case that we do not want to use the default firstPageProgressIndicatorBuilder and we have many place need to apply pagination. So apply customize newPageProgressIndicatorBuilder, newPageProgressIndicatorBuilder in every places are...

Is there any `AnimatedList` equivalent?

feature

if possible post an example how can i use this package with firestore

All widgets in my PagedGridView are disposed when new widgets are added. Is it possible to keep state of this widgets?

I have been using this module, but there is a problem, it does not wait for the user to scroll to the end and then load the next data. It...

How can I add new item at the top - or delete- keeping the paged list intact

Initalially addPageRequestListener is not calling. I am using provider to fetch and store list and then pass this list to PagingState. But even this print statement is not printing when...

bug

**At start Bloc receives request for pageKey 1 after that Bloc doesn't get any request for page 2nd only loading widget is shown at the end of page 1 response.**...

Please add support for start index for lists and grid