-
Notifications
You must be signed in to change notification settings - Fork 1
/
brick.yaml
39 lines (36 loc) · 1.11 KB
/
brick.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: iid_workflow
description: Creates a Github Workflow based on ZWEIDENKER's Flutter Workflows
version: 0.1.0
# The following defines the environment for the current brick.
# It includes the version of mason that the brick requires.
environment:
mason: ">=0.1.0-dev.26 <0.1.0"
# Variables specify dynamic values that your brick depends on.
# Zero or more variables can be specified for a given brick.
# Each variable has:
# * a type (string, number, boolean, enum, or array)
# * an optional short description
# * an optional default value
# * an optional list of default values (array only)
# * an optional prompt phrase used when asking for the variable
# * a list of values (enums only)
vars:
name:
type: string
description: Package name
default: app
prompt: What is the package name?
android:
type: boolean
description: Build Android
default: true
prompt: Build Android App?
ios:
type: boolean
description: Build iOS
default: true
prompt: Build iOS App?
slackImg:
type: string
description: Link to Avatar for Slack
prompt: Image for Slack Notifications