Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 437 Bytes

Github Demo

A github client to explore issues from the flutter repo

This project has been developed for Android, iOS and MacOS using Flutter 2.2.3 and Dart 2.13

Getting Started

  • Rename credentials.env.example.dart to credentials.env.dart and replace <GH_CLIENT_ID> and <GH_CLIENT_SECRET> with your own values. You can create a new OAuth app here

  • Run flutter pub get