name: wyatt_app description: New app template for Wyatt Studio projects. path_to_brickify: . brick_ignore: - .env - brick_config.yaml - .dart_tool/ - .idea/ - build/ - node_modules/ version: 0.1.0 vars: display_name: name: Display Name type: string description: The display name default: Display Name prompt: "What is the display name?" project_name: name: wyatt_app_template type: string description: The project name default: wyatt_app prompt: "What is the project name?" bundle_id: name: io.wyattapp.new type: string description: The bundle id used in Android and iOS default: io.wyattapp.new prompt: "What is the bundle id?" description: name: wyatt_description type: string description: A short project description default: An app by Wyatt Studio. prompt: "What is the project description?"