-
Today, we provide [`@JSExport`](https://api.flutter.dev/flutter/dart-js_interop/JSExport-class.html) as a mechanism with `dart:js_interop` to expoe objects to JavaScript with a public API. This was pr…
-
### Steps to reproduce
1. [Set up Dev Drive](https://learn.microsoft.com/en-us/windows/dev-drive/), Windows 11 Dev Channel build required currently (tested on build 23471).
2. Create minimal proje…
-
`NSNotificationCenter` has a [`addObserver:selector:name:object:` method](https://developer.apple.com/documentation/foundation/nsnotificationcenter/1415360-addobserver), where the `object` param has t…
-
In version 1.1.0, there is no values(), keys() or entries() defined in FileSystemDirectoryHandle.
I understand only standard API is emitted but in this case, in MDN, only [Android Webview is not su…
-
In dart-lang/fixnum#117 we make `Int64` class a wrapper around `int` on platforms that support 64-bit `int`s (VM, AOT, Wasm).
With extension classes we should also make the new wrapper class an ext…
-
Test case:
```
import 'package:dart_eval/dart_eval.dart';
import 'package:test/test.dart';
import 'wrapper_lib.dart';
void main() {
group('wrapper tests', () {
late Compiler compiler;…
-
I've managed to rather reliably get DevTools to freeze when compliling to WASM.
Steps to repro:
- Run devtools with `devtools_tool serve --wasm --no-strip-wasm`
- Enable the WASM setting (in the…
-
> The [Hugging Face Hub](https://huggingface.co/docs/hub/index) is a platform with over 120k models, 20k datasets, and 50k demo apps (Spaces), all open source and publicly available, in an online plat…
-
**Getting error in Flutter run**
When we are running `flutter run` we are facing some errors.
These are the tasks that are failing:
1) Task :app:processDebugResources FAILED
2) Task :flutter_s…
-
At some point, we'd like to output assets for web:
* `DataAsset` (https://github.com/dart-lang/native/issues/154)
* `WasmCode` (https://github.com/dart-lang/native/issues/156)
* `JSCode`
And `…