{ "out_dir": "", "python_module_name": "main", "project_name": "", "project_name_slug": "", "project_description": "", "product_name": "{{ cookiecutter.project_name }}", "org_name": "{{ cookiecutter.org_name if cookiecutter.org_name else cookiecutter.bundle_id.rsplit('.', 1)[0] if cookiecutter.bundle_id else 'com.flet' }}", "company_name": "Your Company", "copyright": "Copyright (c) 2023 Your Company", "flutter": null, "sep": "/", "hide_loading_animation": true, "bundle_id": "{{ cookiecutter.bundle_id if cookiecutter.bundle_id else cookiecutter.org_name + '.' + cookiecutter.project_name }}", "package_name": "{{ cookiecutter.bundle_id.rsplit('.', 1)[-1].replace('-', '_') if cookiecutter.bundle_id else cookiecutter.project_name }}", "kotlin_dir": "{{ cookiecutter.org_name.replace('.', cookiecutter.sep) }}{{ cookiecutter.sep }}{{ cookiecutter.package_name }}{{ cookiecutter.sep }}", "base_url": "/", "route_url_strategy": "path", "web_renderer": "canvaskit", "use_color_emoji": "false", "pwa_background_color": "#FFFFFF", "pwa_theme_color": "#0175C2", "split_per_abi": false, "options": null }