Skip to content

🤖 Android application following best practices from native and Flutter world

Notifications You must be signed in to change notification settings

bugDim88/git_repo_search_demo

Repository files navigation

git_repo_search_demo

git_repo_search_demo is demo project that shows basic 2020 approach for building mobile apps with native Android and crossplatform Flutter frameworks.

Basically application by itself it is simple GitHub repositories browser, but inside it is got pretty big up to date tech-stack. From backend application uses both REST and Graphql Git Hub API.

Repository contains from 2 projects:

Tech-stack

Native implementation

Flutter implementation

Authentification

To make things work you must get Git hub api keys according to this guide. During registration indicate Authorization callback URL parameter as follows "http://example.com/path".

Also create client_keys/lib/client_keys.json file in root folder as follow:

{
  "client_id":"/* your client id */",
  "client_secret":"/* your client secret */"
}

Both application implementation (kotlin & flutter) will use client_keys/lib/client_keys.json to auth networking with git hub api.

About

🤖 Android application following best practices from native and Flutter world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages