The exact error we're getting is "Exception: Conditional Import Failure.".
It seems that if (dart.library.html) 'src/platforms/web.dart' doesn't work under wasm, it's probable that it needs to be updated to use the new package:web and dart:js_interop libraries to resolve this issue.
The exact error we're getting is "Exception: Conditional Import Failure.".
It seems that
if (dart.library.html) 'src/platforms/web.dart'doesn't work under wasm, it's probable that it needs to be updated to use the new package:web and dart:js_interop libraries to resolve this issue.