Skip to content

dinko7/riverpod-pagination-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riverpod-pagination-example

This is the complete code example for the article Riverpod Pagination: The Ultimate Guide for Flutter Developers.

The project uses the the GitHub API, and demonstrates how to do pagination, sorting, and filtering with Riverpod's AsyncNotifier.

If you encounter an error 403 when running the project, it's because you've exceeded the rate limit for the GitHub API. You can create a personal access token and use it in the project.

Run the project with the token by running the following command:

flutter run --dart-define GITHUB_TOKEN=<your_token>

DEMO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published