An open API service indexing awesome lists of open source software.

https://github.com/maikub/paginated_data_sample

A sample of how to handle loading paginated data with list views in Flutter
https://github.com/maikub/paginated_data_sample

Last synced: 2 months ago
JSON representation

A sample of how to handle loading paginated data with list views in Flutter

Awesome Lists containing this project

README

        

# paginated_data_sample

Shows how to use the ListView.builder to incrementally load data when the last item in the list view scrolls into view

**IMPORTANT** this is an outdated sample that was built a while before Flutter hit 1.0. I recommend using the following package that I've created

https://pub.dev/packages/incrementally_loading_listview

The GitHub repository for the package can be found at https://github.com/MaikuB/incrementally_loading_listview and has an example on how it can be used