Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 541 Bytes

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