Skip to content

Installation

lasersPew edited this page Mar 9, 2022 · 9 revisions

Installation

or

Build from source:

  • Check requirements first
  • 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.

Requirements

APK Installation Requirements

  • Minimum Version: Android 4.4 (Kitkat, API Level 19)
  • Target Version: Android 11 (API Level 30)

Build Requirements