David MARKEY

Results 37 comments of David MARKEY

Just sharing this also: to have Flutter run as wasm, your Web server must provide specific headers For instance: `Cross-Origin-Embedder-Policy: credentialless` `Cross-Origin-Opener-Policy: same-origin` This is important if you're running eg....

Closing this as completed! I'm finaliizing work on squadron_builder and will publish packages on pub.dev when everything's ready. See https://github.com/d-markey/squadron/blob/main/CHANGELOG.md for more information. In the meantime, you can use squadron...

Version 6 is available, please refer to Squadron's changelog for breaking changes.

Minimal repro: 1. create a Web project: `dart create -t web lgweb` 2. modify the `main.dart` file: ```dart import 'dart:js_interop'; import 'package:langchain_google/langchain_google.dart'; import 'package:web/web.dart'; void main() { document.write( 'Hello '...

I have the exact same issue. I've investigated a bit and it seems it originates from `(await packageConfigUri).path` which returns a path from a file URI. ![image](https://github.com/user-attachments/assets/f53635ef-bd51-44df-8789-c552b3a72666) As a quick...

For the record: `Dart SDK version: 3.4.4 (stable) (Wed Jun 12 15:54:31 2024 +0000) on "windows_x64"` The source code is from test_core-0.6.5\lib\src\runner\wasm_compiler_pool.dart

I was on Flutter 3.22.x, just upgraded to Flutter 3.24 with Dart 3.5. Same. ![image](https://github.com/user-attachments/assets/f63c75ae-5a95-48ac-94f4-1c78f5f86ab7)