client-sdk-flutter
client-sdk-flutter copied to clipboard
Support for WASM builds
This fixes a few remaining issues blocking WASM builds
Related: https://github.com/livekit/client-sdk-flutter/issues/541
Since wasm compilation errors prevent uploading to pub, this branch needs to be merged first. The current version can be compiled correctly with --wasm, but there are still bugs when running. It is recommended not to use --wasm when compiling flutter web (non-wasm versions of web apps can still run well). Wasm will be fixed later.