Skip to content
Sonu Sharma edited this page May 7, 2021 · 1 revision

Welcome to the flutter-GitConnect wiki!

Setup Git credentials

There is a file in helper folder names git_config.dart.template.

  • Rename this file to git_config.dart.
Screenshot 2020-10-23 at 9 54 31 AM
  • Create OAuth app from GitHub and get client id and secret code from there and add those to this file.
  • Check here about how to create OAuth app for GitHub.
Clone this wiki locally