feat: add full wyatt app template
@ -8,7 +8,7 @@
|
||||
{
|
||||
"language": "*",
|
||||
"template": [
|
||||
"Wyatt App Copyright (c) <<year>>"
|
||||
"Display Name Copyright (c) <<year>>"
|
||||
]
|
||||
}
|
||||
],
|
@ -1,4 +1,4 @@
|
||||
# Wyatt App
|
||||
# Display Name
|
||||
|
||||
wyatt_description
|
||||
|
@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.wyattapp.new.wyatt_app_template">
|
||||
<application
|
||||
android:label="Wyatt App"
|
||||
android:label="Display Name"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -1,15 +1,23 @@
|
||||
name: wyatt_app_template
|
||||
name: wyatt_app
|
||||
description: New app template for Wyatt Studio projects.
|
||||
path_to_brickify: wyatt_app_template
|
||||
|
||||
path_to_brickify: .
|
||||
brick_ignore:
|
||||
- .env
|
||||
- brick_config.yaml
|
||||
- .dart_tool/
|
||||
- .idea/
|
||||
- build/
|
||||
- node_modules/
|
||||
|
||||
version: 0.1.0
|
||||
|
||||
vars:
|
||||
display_name:
|
||||
name: Wyatt App
|
||||
name: Display Name
|
||||
type: string
|
||||
description: The display name
|
||||
default: Wyatt App
|
||||
default: Display Name
|
||||
prompt: "What is the display name?"
|
||||
|
||||
project_name:
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Wyatt App</string>
|
||||
<string>Display Name</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -13,7 +13,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Wyatt App</string>
|
||||
<string>Display Name</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
@ -5,4 +5,4 @@ output-dir: lib/gen/
|
||||
nullable-getter: false
|
||||
use-deferred-loading: true
|
||||
synthetic-package: false
|
||||
header: "/// Wyatt App, localized files. Automatically generated with `task gen:intl`."
|
||||
header: "/// Display Name, localized files. Automatically generated with `task gen:intl`."
|
@ -1,4 +1,4 @@
|
||||
/// Wyatt App, localized files. Automatically generated with `task gen:intl`.
|
||||
/// Display Name, localized files. Automatically generated with `task gen:intl`.
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/widgets.dart';
|