Skip to content

Arunhegde1231/ammonite

Repository files navigation

Ammonite

A cross-platform app for PeerTube created using Flutter.

How to build from source

To build the app from source, follow these steps

  1. Clone the source code

    git clone https://codeberg.org/Arunhegde1231/Ammonite.git

  2. Go to the Ammonite directory

    cd Ammonite

  3. Download all dependencies

    flutter pub get

  4. Build APK

    flutter build apk

  5. You can also build split APKs

    flutter build apk --split-per-abi