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
I’m trying to compile my web app with WASM to address an issue with another package, but I ran into the following error:
The unavailable library 'dart:html' is imported through these packages:
web_plugin_registrant.dart => package:on_audio_query_web => dart:html
It seems like this issue could potentially be resolved by replacing a couple of dart:html imports.
For context, I’m not currently using this package on the web. I was considering conditionally importing the package as a workaround, but I’m not sure how to achieve this. Any guidance would be greatly appreciated!
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi,
I’m trying to compile my web app with WASM to address an issue with another package, but I ran into the following error:
It seems like this issue could potentially be resolved by replacing a couple of dart:html imports.
For context, I’m not currently using this package on the web. I was considering conditionally importing the package as a workaround, but I’m not sure how to achieve this. Any guidance would be greatly appreciated!
Thanks for your help!
The text was updated successfully, but these errors were encountered: