Commit Graph

6 Commits

Author SHA1 Message Date
Feodor Fitsner 28c987f9a7 Rename entryPointBaseUrl to entrypointBaseUrl
Updated all references from 'entryPointBaseUrl' to 'entrypointBaseUrl' in JavaScript and HTML files for consistency. This change ensures uniform naming across the codebase.
2025-09-26 11:03:33 -07:00
Feodor Fitsner 867f998357 Fix python-worker.js path construction
Corrects the path concatenation for python-worker.js by adding a missing slash, ensuring the worker script loads correctly regardless of the base URL format.
2025-09-26 09:07:53 -07:00
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
Feodor Fitsner a688393d85
0.70.0: Fix web app template (#49)
* Fix web template

* Update flutter_bootstrap.js

* Update pubspec.yaml
2025-07-08 13:56:27 -07:00
Feodor Fitsner e5566a8688
V1 web support (#47)
* canvas kit, pyodide, config

* no-cdn basic support

* Update cookiecutter.json

* debug template

* remove print

* Robot from local

* Added pyodide basic wheels

* noCdn as a variable

* Fix toLowerCase()

* noCdn bool var

* Introduce appPackageUrl
2025-04-29 13:46:14 -07:00
Feodor Fitsner 42206eaa4c Initial check-in 2023-12-27 16:06:54 -08:00