FLutter Github Client

A new Flutter application for github client.

IMG_0050

IMG_0042

IMG_0044

IMG_0045

IMG_0046

IMG_0047

IMG_0049

Getting Started

  1. Authorization with OAuth! Done
    1a). Users are redirected to request their GitHub identity
    GET https://github.com/login/oauth/authorize

1b). Users are redirected back to your site by GitHub
POST https://github.com/login/oauth/access_token

1c). Use the access token to access the API with the accessToken!

  1. Authorization with login/password Done

  2. User Starred Repos and repos Done

  3. Search Users and view user profiles Done

  4. View Organizations Pending

GitHub

https://github.com/Anmol92verma/FlutterGithubClient