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
This library currently uses package:js/js.dart and package:js/js_util.dart, which are not compatible with WebAssembly (Wasm) builds. This results in build errors when targeting Wasm.
It would be great to migrate to dart:js_interop for compatibility with Wasm. This change would help developers who are targeting Wasm with their Flutter web applications (faster and better!)
The change should not be very difficult (i will look at it if i have time) but it would make a huge difference
The text was updated successfully, but these errors were encountered:
This library currently uses
package:js/js.dart
andpackage:js/js_util.dart
, which are not compatible with WebAssembly (Wasm) builds. This results in build errors when targeting Wasm.It would be great to migrate to
dart:js_interop
for compatibility with Wasm. This change would help developers who are targeting Wasm with their Flutter web applications (faster and better!)The change should not be very difficult (i will look at it if i have time) but it would make a huge difference
The text was updated successfully, but these errors were encountered: