docs: add formats proposal
This commit is contained in:
parent
3eb2949008
commit
ee93f54653
@ -227,6 +227,8 @@ vars:
|
|||||||
description: The display name
|
description: The display name
|
||||||
default: Display Name
|
default: Display Name
|
||||||
prompt: "What is the display name?"
|
prompt: "What is the display name?"
|
||||||
|
formats:
|
||||||
|
- title_case
|
||||||
|
|
||||||
project_name:
|
project_name:
|
||||||
compilable: wyatt_app_template
|
compilable: wyatt_app_template
|
||||||
@ -234,6 +236,8 @@ vars:
|
|||||||
description: The project name
|
description: The project name
|
||||||
default: wyatt_app
|
default: wyatt_app
|
||||||
prompt: "What is the project name?"
|
prompt: "What is the project name?"
|
||||||
|
formats:
|
||||||
|
- snake_case
|
||||||
|
|
||||||
bundle_id:
|
bundle_id:
|
||||||
compilable: io.wyattapp.new
|
compilable: io.wyattapp.new
|
||||||
@ -241,6 +245,8 @@ vars:
|
|||||||
description: The bundle id used in Android and iOS
|
description: The bundle id used in Android and iOS
|
||||||
default: io.wyattapp.new
|
default: io.wyattapp.new
|
||||||
prompt: "What is the bundle id?"
|
prompt: "What is the bundle id?"
|
||||||
|
formats:
|
||||||
|
- dot_case
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
package {{#dotCase}}{{org_name}}{{/dotCase}}.{{#snakeCase}}{{project_name}}{{/snakeCase}}
|
|
||||||
|
|
||||||
import io.flutter.embedding.android.FlutterActivity
|
|
||||||
|
|
||||||
class MainActivity: FlutterActivity() {
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user