hide_loading_animation: false

This commit is contained in:
Feodor Fitsner 2025-03-03 14:43:38 -08:00
parent efb1fa04cc
commit 5ee4e6eea3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"copyright": "Copyright (c) 2023 Your Company", "copyright": "Copyright (c) 2023 Your Company",
"flutter": null, "flutter": null,
"sep": "/", "sep": "/",
"hide_loading_animation": true, "hide_loading_animation": false,
"bundle_id": "{{ cookiecutter.bundle_id if 'bundle_id' in cookiecutter else cookiecutter.org_name + '.' + cookiecutter.project_name_slug }}", "bundle_id": "{{ cookiecutter.bundle_id if 'bundle_id' in cookiecutter else cookiecutter.org_name + '.' + cookiecutter.project_name_slug }}",
"org_name_2": "{{ cookiecutter.bundle_id.rsplit('.', 1)[0] if 'bundle_id' in cookiecutter else cookiecutter.org_name if 'org_name' in cookiecutter else 'com.flet' }}", "org_name_2": "{{ cookiecutter.bundle_id.rsplit('.', 1)[0] if 'bundle_id' in cookiecutter else cookiecutter.org_name if 'org_name' in cookiecutter else 'com.flet' }}",
"ios_provisioning_profile": "", "ios_provisioning_profile": "",