/search_github_users

This is an example app to search github users using flutter bloc and debounce search.

Primary LanguageC++

search_github_users

This is a simple application to search Github users and display the user, avatar image and the number of repositories they have in a list. Debounce search is implemented so that the app doesn't hit the server on any new letter typed. I handle diferent states: Initial, loading, loaded, empty, error.

Initial state Loading state Loaded state
Empty state Error state Loaded state