Closed
Description
To support using this fundamental library in WASM it can't use dart:html
which only works when compiled to JavaScript not WASM.
Enable working in a WASM environment usages of dart:html
need to be migrated to package:web
.
Usages of dart:html
:
https://github.com/search?q=repo%3Adart-lang%2Fi18n+%22dart%3Ahtml%22+path%3A%2F%5Epkgs%5C%2Fintl%5C%2Flib%5C%2F%2F&type=code
Migration guide:
https://dart.dev/interop/js-interop/package-web