infinite_scroll_pagination
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.
Hey there, I'm new to flutter and this package seems highly extensible and can fit a large number of use cases. I was wondering if an example could be added...
first of all, I wanna say thank you very much for making this amazing package, it really helps my app development. I have a page/screen that has a list with...
I have added timeouts of 30 seconds on every api call and throw TimeoutException. In case: I started loading with interned, but the internet was lost in 30 second It...
Hi. is it possible to trigger new page loading via clicking bottom load more button instead of automatiacally loading new page on scrolling ?
Tools: - flutter 2.8.1 - mockito ^5.0.17 - infinite_scroll_pagination ^3.1.0 Using mockito's GenerateMocks annotation, `@GenerateMocks([PagingController])`, results in the following error and build_runner failure: ``` Invalid @GenerateMocks annotation: Mockito cannot generate...
I coded a way to solve #167. I added a helper class that may contain custom strings.
How can I append new items to the list from both sides? For example, for messaging app, there is a need for appending items as from the top as history...
Used adaptive progress indicator to make apps feel more native on different platforms
## Feature request This request is similar to https://github.com/EdsonBueno/infinite_scroll_pagination/issues/48, however, the use case is _actually_ not yet covered by the package (not that I know). Namely, we need **section headers**,...