Card View | Compact | Search |
---|---|---|
Please consider contributing! Even if you don't know flutter well use this as a chance to learn! Contributing Guide
Join us on the matrix for support in contributions! #liftoff-dev:matrix.org
- Install flutter: To check if this step was successful run
flutter doctor
(Installing android studio is not required if you setup the android SDK yourself) - Clone this repo:
git clone https://github.com/liftoff-app/liftoff
- Enter the repo:
cd liftoff
Visual Studio Code build configurations are provided for development testing.
For final release, run:
flutter build ipa --flavor prod
The .api will be in build/ios/ipa
- Build:
flutter build apk --flavor prod --target lib/main_prod.dart --release
The apk will be in build/app/outputs/flutter-apk/app-prod-release.apk
- Make sure you have the additional linux requirements (verify with
flutter doctor
) - Build:
flutter build linux --target lib/main_prod.dart --release
The executable will be in build/linux/x64/release/bundle/liftoff
(be aware, however, that this executable is not standalone)
- Make sure you have the additional windows requirements (verify with
flutter doctor
) - Build:
flutter build windows --target lib/main_prod.dart --release
The executable will be in build\windows\runner\Release\liftoff.exe
(be aware, however, that this executable is not standalone)
We have no control over F-droid's build process. This process is automatic and not always predictable in terms of time it takes. If a new version does not appear in F-droid a week after its release, then feel free to open an issue about it and we will look into it.
When installing the APK directly you might get this message. This happens when you are trying to update liftoff from a different source than where you originally got it from. To fix it simply uninstall the previous version (you will lose all local data) and then install the new one. Always make sure to install liftoff APKs only from verified sources.
As stated in our Privacy Policy statement, we don't have access to any of your personal data or usage information from your device.
We want Liftoff! to be a great way of interacting with the Lemmy network in a safe manner, so end-users of the packages that we produce and distribute are required to read and follow our End User Code of Conduct.