31 lines
626 B
YAML
31 lines
626 B
YAML
name: <brick_name>
|
|
description: <brick_description>
|
|
|
|
version: 0.1.0
|
|
|
|
vars:
|
|
display_name:
|
|
type: string
|
|
description: The display name
|
|
default: Display Name
|
|
prompt: What is the display name?
|
|
|
|
project_name:
|
|
type: string
|
|
description: The project name
|
|
default: wyatt_app
|
|
prompt: What is the project name?
|
|
|
|
bundle_id:
|
|
type: string
|
|
description: The bundle id used in Android and iOS
|
|
default: io.wyattapp.new
|
|
prompt: What is the bundle id?
|
|
|
|
flutter:
|
|
type: boolean
|
|
description: If this app is a Flutter or Dart project.
|
|
default: false
|
|
prompt: Is it Flutter app ?
|
|
|