panache icon indicating copy to clipboard operation
panache copied to clipboard

"Dart function requires `allowInterop` to be passed to JavaScript."

Open zzqo opened this issue 5 years ago • 0 comments

"Dart function requires allowInterop to be passed to JavaScript." at panache_web at exportTheme (main.dart:59) at jsSaveTheme(code, filename, (success) => print('export $success'));

solve jsSaveTheme(code, filename, allowInterop((success) => print('export $success')));

zzqo avatar Jan 17 '21 16:01 zzqo