You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to compile a dart web app to wasm using dart2wasm you can no longer use dart:html or the package:web. Instead you have to use the package:web.
If you want to compile a dart web app to wasm using dart2wasm you can no longer use dart:html or the package:web. Instead you have to use the package:web.
https://dart.dev/interop/js-interop/package-web
This would be really useful to continue using this package for flutter apps.
The text was updated successfully, but these errors were encountered: