flutter_gh_fetch 0.0.3
flutter_gh_fetch: ^0.0.3 copied to clipboard
Minimal package for fetching GitHub user info and paginated list of repositories
0.0.1 Jul 28, 2020 #
- Query basic user data and their repositories
- Supporting pagination through cursor
0.0.2 Jul 28, 2020 #
- Add structure to responses with
RepoModelandUserModelclasses - Support filtering of private repositories, so you can only see the public ones
0.0.3 Jul 29, 2020 #
- Add method for querying the total number of repositories
- Better documentation
- Provided an example