20 lines
676 B
JSON
20 lines
676 B
JSON
{
|
|
"out_dir": "",
|
|
"python_module_name": "main",
|
|
"project_name": "",
|
|
"project_description": "",
|
|
"product_name": "{{ cookiecutter.project_name }}",
|
|
"org_name": "com.flet",
|
|
"company_name": "Your Company",
|
|
"copyright": "Copyright (c) 2023 Your Company",
|
|
"flutter": null,
|
|
"sep": "/",
|
|
"kotlin_dir": "{{ cookiecutter.org_name.replace('.', cookiecutter.sep) }}{{ cookiecutter.sep }}{{ cookiecutter.project_name }}{{ cookiecutter.sep }}",
|
|
"hide_loading_animation": true,
|
|
"team_id": "",
|
|
"base_url": "/",
|
|
"route_url_strategy": "path",
|
|
"web_renderer": "canvaskit",
|
|
"use_color_emoji": "false",
|
|
"split_per_abi": false
|
|
} |