xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

Does this package has support on Web ?

Open ganeshchenniah opened this issue 3 years ago • 1 comments

Hi ,

While compiling for web platform , i m ending up getting below error. Let me know how to resolve this error ?

Error: Not found: 'dart:ffi' import 'dart:ffi'; ^

ganeshchenniah avatar Jan 27 '23 05:01 ganeshchenniah

The example uses flutter_pty, which doesn't run on the web. The example opens a local shell, which is inherently impossible on the web.

anlumo avatar Feb 12 '23 23:02 anlumo