dart-webrtc icon indicating copy to clipboard operation
dart-webrtc copied to clipboard

remove package js_util

Open jezell opened this issue 1 year ago • 1 comments

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

jezell avatar Aug 08 '24 05:08 jezell

I have the same issue

Garciconx avatar Aug 21 '24 17:08 Garciconx