25 lines
718 B
YAML
25 lines
718 B
YAML
name: wyatt_component_template
|
|
description: Component with Copy-with annotation.
|
|
|
|
version: 0.1.0
|
|
|
|
vars:
|
|
ui_kit_component_name:
|
|
compilable: UiKitComponentName
|
|
type: string
|
|
description: The name used in this UI Kit.
|
|
default: UiKitComponentName
|
|
prompt: "What is the name used in this UI Kit?"
|
|
|
|
wyatt_ui_component_name:
|
|
compilable: InformationCardComponent
|
|
type: string
|
|
description: The name of the parent widget defined in `wyatt_ui_component`
|
|
default: InformationCardComponent
|
|
prompt: "What is the name of the parent widget defined in `wyatt_ui_component`?"
|
|
|
|
brickgen:
|
|
path_to_brickify: wyatt_component_template/lib
|
|
hooks: true
|
|
ignore:
|
|
- ui_kit_component_name.g.dart |