Open MyBuzzTechnologies opened 1 week ago
To support WASM projects, all third party packages need to switch from dart:html to package:web as described in the comments of this post:
https://stackoverflow.com/questions/78516000/error-when-compiling-flutter-web-application-with-wasm-support-dart-library-d
At the moment, our web app using bugfender can't compile for WASM because of this issue.
Hi @MyBuzzTechnologies thanks for the suggestion. Would you like to contribute a pull request?
The documentation for this seems to be here: https://dart.dev/interop/js-interop/package-web
To support WASM projects, all third party packages need to switch from dart:html to package:web as described in the comments of this post:
https://stackoverflow.com/questions/78516000/error-when-compiling-flutter-web-application-with-wasm-support-dart-library-d
At the moment, our web app using bugfender can't compile for WASM because of this issue.