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
- Host: GitHub
- URL: https://github.com/maikub/paginated_data_sample
- Owner: MaikuB
- Created: 2018-07-21T13:13:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T10:30:37.000Z (over 5 years ago)
- Last Synced: 2025-03-24T14:41:41.988Z (3 months ago)
- Language: Dart
- Size: 101 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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