Pragament / flutter_resume_builder

GNU Affero General Public License v3.0
0 stars 5 forks source link

github search tool #6

Open ndubbaka opened 1 week ago

ndubbaka commented 1 week ago

Top Left Navigation Drawer - "github repo search tool" link

Image

https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-repositories Image

paginated search - scroll to load more at bottom

Save response in firebase

  1. Repo license
  2. Owner
  3. Name
  4. Updated_at
  5. Pushed_at
  6. homepage
  7. stargazers_count
  8. watchers_count
  9. forks_count
  10. open_issues_count

Before API search, show paginated results from firebase. filter results by

  1. Repo license
  2. Updated_at
  3. Pushed_at
  4. stargazers_count
  5. watchers_count
  6. forks_count
  7. open_issues_count Image