icon

Flutter

Executes one or more Flutter commands. E.g. build, test or install.

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

Similar steps

Install and Build Patrol for Flutter Projects

Builds a Flutter project.

Performs any test in a Flutter project.

This Step runs the flutter analyze command in a Flutter project.