Sample bitrise.yml snippet for building iOS and Android apps:
primary:
steps:
- certificate-and-profile-installer:
inputs:
- install_defaults: 'no'
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- flutter:
inputs:
- commands: test|build ios|build apk