forked from namanshergill/diohub
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
lasersPew edited this page Mar 9, 2022
·
9 revisions
or
- Check requirements first
- 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.
- Minimum Version: Android 4.4 (Kitkat, API Level 19)
- Target Version: Android 11 (API Level 30)
- Android Studio
- Flutter
-
Existing GitHub OAuth application.
- Set the
Authorization callback URL
toauth.felix.diohub://login-callback
.
- Set the