Feel free to contribute to this project or get in touch with us at: contact@radio-crestin.com
Obs. This project can be used only by Christian organizations for non-commercial purposes.
- install brew
brew install --cask flutter
- Copy
radio_crestin_key.properties
from 1Password intoandroid/key.properties
- Copy
radio-crestin-app-keystore.jks
from 1Password intoandroid/app/radio_crestin_key.jks
- Run
flutter build appbundle --release
to build the APK
For more information please check out https://docs.flutter.dev/deployment/ios
- Open the project in Xcode
- Select the target
Runner
and go to theSigning & Capabilities
tab - Select your team and make sure the
Automatically manage signing
is checked - Run
flutter build ios --release
to build the iOS app - Open Xcode and select the
Runner
scheme - Select
Product
>Archive
to create an archive of the app - Once the archive is created, click on
Distribute App