bugfender / BugfenderSDK-Flutter

Flutter SDK for Bugfender
https://bugfender.com
BSD 3-Clause "New" or "Revised" License
9 stars 16 forks source link

Support for WASM in Flutter 3.24 #42

Open MyBuzzTechnologies opened 1 week ago

MyBuzzTechnologies commented 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.

jgimenez commented 1 week ago

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