Created
          May 5, 2018 01:21 
        
      - 
      
 - 
        
Save koral--/a763add740220cbf846d3de833ce13d3 to your computer and use it in GitHub Desktop.  
    Bitrise Flutter step inputs
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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