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\appnamedkeys.dartwith 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 getand 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 URLtoauth.felix.diohub://login-callback.
- Set the
