xterm.dart
xterm.dart copied to clipboard
Does this package has support on Web ?
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'; ^
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.