flutter-github-repo-explorer icon indicating copy to clipboard operation
flutter-github-repo-explorer copied to clipboard

This is an example application with Flutter using river_pod, state_notifier, and freezed.

Flutter GitHub repo explorer

This is an example application with Flutter.
A lot of popular packages are used in the example:

Summary

  • Search GitHub repositories with specified keyword (e.g.: Flutter).
  • Display fetched GitHub repository data.
  • Can look through repository data detail.
  • Can change light/dark theme.
  • Can add repository data to Bookmarks.
  • Can remove repository data from Bookmarks.
1 2 3
4 5 6

TODO

  • [ ] Add more examples using river_pod
    • [ ] Family
    • [ ] .autoDispose
  • [ ] Search
  • [ ] Pagination
  • [ ] Retry handling
  • [ ] Refine whole designs
  • [ ] Testing