flutter-webrtc / dart-webrtc

A webrtc interface wrapped in dart language.
MIT License
27 stars 35 forks source link

remove package js_util #48

Open jezell opened 1 month ago

jezell commented 1 month ago

Compiling with --wasm in Flutter results in the following error messages:

Error: JS interop library 'dart:js_util' can't be imported when compiling to Wasm. Try using 'dart:js_interop' or 'dart:js_interop_unsafe' instead.

Also needs

37

Garciconx commented 3 weeks ago

I have the same issue