Open torbenkeller opened 1 month ago
To make the package WASM compatible, we have to replace dart:html imports with package:web/web.dart.
dart:html
package:web/web.dart
To make the package WASM compatible, we have to replace
dart:html
imports withpackage:web/web.dart
.