Skip to content

Installation

lasersPew edited this page Aug 16, 2021 · 9 revisions

Installation

or

Download the latest apk here

Build from source:

  • Install Flutter on your system.
  • Create a GitHub OAuth application.
  • Create a file under lib\app named keys.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.
Clone this wiki locally