Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.05 KB

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