livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

[feature] Add WebAssembly support #541

Open kNoAPP opened 5 days ago

kNoAPP commented 5 days ago

Is your feature request related to a problem? Please describe. In Flutter 3.22.0, the project maintainers added stable support for WebAssembly. They recommend migrating packages to package:web and dart:js_interop to make them compatible with Wasm. Read the Requires JS-interop section to learn more.

Describe the solution you'd like I'd love to see plans to move in this direction. Wasm would increase the performance of videoconferencing on the web.

Describe alternatives you've considered

Additional context https://docs.flutter.dev/platform-integration/web/wasm