Skip to content

Instantly share code, notes, and snippets.

@koral--
Created May 5, 2018 01:21
Show Gist options
  • Save koral--/a763add740220cbf846d3de833ce13d3 to your computer and use it in GitHub Desktop.
Save koral--/a763add740220cbf846d3de833ce13d3 to your computer and use it in GitHub Desktop.
Bitrise Flutter step inputs
inputs:
- version: 0.3.1-beta
opts:
title: "Flutter version"
summary: Flutter version including channel. Without `v` prefix. E.g. `0.2.8-alpha` or `0.3.0-dev`.
is_expand: true
is_required: true
- working_dir: $BITRISE_SOURCE_DIR
opts:
title: "Root directory of Flutter project"
summary: The root directory of your Flutter project, where your `pubspec.yaml` file is located.
is_expand: true
is_required: true
- commands: build
opts:
title: "Flutter commands to be executed"
summary: |
`|` separated Flutter commands to be executed in order. E.g. `build`, `test` or `install`.
is_expand: true
is_required: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment