Mouad Debbar
Mouad Debbar
The code itself looks good to me. I'm not familiar enough though to tell if this is a change we want to make or not. cc @goderbauer @chinmaygarde @yjbanov @hterkelsen
I'm actively working on this and https://github.com/flutter/flutter/issues/143164.
> I didn't think flutter was still using `build_web_compilers`? Hmmm.. I'm not sure. We do generate `main_module.bootstrap.js` here: https://github.com/flutter/flutter/blob/dff09558d3fa6fa22253708df5072fbed9c656c9/packages/flutter_tools/lib/src/web/bootstrap.dart#L154 But when the file gets served by the web server, I...
Thanks @jakemac53 and @jonahwilliams. I transferred the issue to the webdev repo (where dwds lives).
FYI, I just merged https://github.com/flutter/engine/pull/40154 which fixes the hot restart issue you referenced (https://github.com/flutter/flutter/issues/121905).
@goderbauer thanks for the write up! > When this special member "wins" the arena, we play the events back to the platform and let it handle it since nobody on...
FYI, https://github.com/flutter/engine/pull/38640 landed in Flutter's main branch a couple days ago. It might help with performance issues on iOS. Could you please give it a shot, @nickolasdzemian?
Looks like VS Code [may not be ready](https://github.com/microsoft/vscode-discussions/discussions/156) for Skwasm's multi-threaded mode? (cross origin isolation is behind a flag `--enable-coi`). That said, after https://github.com/flutter/flutter/pull/164748, Skwasm should switch dynamically to single-threaded...
Can you try running the app from the command line and see if the same error occurs? I'm trying to understand if this is a VS Code extension issue or...
> I think last hotfix was 3.32.5, this meant to be for 3.35 I guess Yes, this was meant for 3.35. Initially I had `[3.32]` in the title which was...