Updated Pyodide from 0.27.5 to 0.28.3, including new binaries, updated micropip to 0.10.1, and changes to type definitions and package metadata. Added new dev dependencies, updated license, and improved type conversion options in ffi.d.ts.
Updated all references from 'entryPointBaseUrl' to 'entrypointBaseUrl' in JavaScript and HTML files for consistency. This change ensures uniform naming across the codebase.
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.
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.