Download the latest release from the releases tab on the right.
| File | Requisites |
|---|---|
| arm64-v8a-signed.apk | Almost any modern android phone. If this doesn't install, try the one below |
| armeabi-v7a-signed.apk | Any older or low end android phone. Try this if the one above fails to install. |
| x86_64-signed.apk | For android on desktop. Not important for most people |
| bundle-unsigned.aab | Ignore |
| unsigned.zip | Ignore |
- Downloaded a file according to your device from the releases tab.
- Install the apk on your phone, if you need help, look here
- Have fun
- Download the app.ipa from the Releases.
- The app is not signed as it is provided here. You need to sign it via your developer keys or external application, for example
AltStore(no Jailbreak required) orAppSyncUnified(Jailbreak required). - Have fun.
- Install the flutter sdk on your device, if you are not sure how, look here
- Clone the repository via git or download it via the
Codebutton on the top-left of the page. - Extract the .zip file and open a terminal there
- Install
- Android: type
flutter build apk. When the program is done it will return a path to the file built. - iOS (only on mac): type
flutter build ios --no-codesign. When the program is done it will return a path to the file built.
- Android: type
- Install it on your device as explained above.