A cross-platform app for PeerTube created using Flutter.
To build the app from source, follow these steps
- Clone the source code
- Go to the Ammonite directory
cd Ammonite
- Download all dependencies
flutter pub get
- Build APK
flutter build apk
- You can also build split APKs
flutter build apk --split-per-abi