forked from namanshergill/diohub
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
lasersPew edited this page Aug 16, 2021
·
9 revisions
or
- Install Flutter on your system.
- Create a GitHub OAuth application.
- Create a file under
lib\app
namedkeys.dart
with the following content:class PrivateKeys { static const clientID = '<ClientID of the app from the previous step>'; static const clientSecret = '<ClientSecret of the app from the previous step>'; }
- Run
flutter pub get
and build the project.