A Flutter bootstrap project Cookiecutter template for packaging Flet app
Go to file
Feodor Fitsner 4d71b7501d Add entryPointBaseUrl support for web workers
Introduces the entryPointBaseUrl property to configuration in index.html and flutter_bootstrap.js, and updates python.js to use this base URL when creating Python web workers. This change allows for more flexible deployment scenarios where the entry point base URL may differ.
2025-09-26 09:02:57 -07:00
{{cookiecutter.out_dir}} Add entryPointBaseUrl support for web workers 2025-09-26 09:02:57 -07:00
.gitattributes Initial commit 2023-12-27 16:02:58 -08:00
LICENSE Initial commit 2023-12-27 16:02:58 -08:00
README.md Initial commit 2023-12-27 16:02:58 -08:00
cookiecutter.json V1 web support (#47) 2025-04-29 13:46:14 -07:00
cookiecutter_extensions.py 0.27.4 Android splash and Loading screen (#43) 2025-03-04 13:52:49 -08:00

README.md

flet-build-template

A Flutter bootstrap project Cookiecutter template for packaging Flet app