You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
19:56:59.301 | Compiling lib/main.dart for the Web... 26.7s
19:56:59.301 | Target dart2js failed: ProcessException: Process exited abnormally with exit code 1:
19:56:59.301 | ../.pub-cache/hosted/pub.dev/printing-5.13.1/lib/printing_web.dart:213:124:
19:56:59.301 | Error: A value of type 'String' can't be assigned to a variable of type 'JSAny'.
19:56:59.301 | '''function ${_frameId}_print(){var f=document.getElementById('$_frameId');f.focus();f.contentWindow.print();}''';
19:56:59.301 | ^
19:56:59.301 | Error: Compilation failed.
I believe overriding to web: ^1.0.0 is causing this but I am not sure.
The text was updated successfully, but these errors were encountered:
Compilation to flutter web failed
Exception
I believe overriding to
web: ^1.0.0
is causing this but I am not sure.The text was updated successfully, but these errors were encountered: