Skip to content

radio-crestin/radio-crestin-mobile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radio Crestin logo

Radio Crestin App 🎧


playstore image appstore image huawei image

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.

Group 18

Setup development environment

  • install brew
brew install --cask flutter

Create an Android release

  1. Copy radio_crestin_key.properties from 1Password into android/key.properties
  2. Copy radio-crestin-app-keystore.jks from 1Password into android/app/radio_crestin_key.jks
  3. Run flutter build appbundle --release to build the APK

Create an iOS release

For more information please check out https://docs.flutter.dev/deployment/ios

  1. Open the project in Xcode
  2. Select the target Runner and go to the Signing & Capabilities tab
  3. Select your team and make sure the Automatically manage signing is checked
  4. Run flutter build ios --release to build the iOS app
  5. Open Xcode and select the Runner scheme
  6. Select Product > Archive to create an archive of the app
  7. Once the archive is created, click on Distribute App