run example error
pty_forkpty: Operation not permitted
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Bad state: Failed to create PTY: null
#0 new Pty.start (package:flutter_pty/flutter_pty.dart:123:7)
#1 _HomeState._startPty (package:example/main.dart:79:15)
#2 _HomeState.initState.
What operating system do you use to run the example?
ios
iOS doesn't allow opening pseudo terminals.
That's a shame, I see that this https://pub.dev/packages/xterm supports iOS, so do you have any plans to make him support the iOS platform
iOS的沙箱它就是不支持伪终端呀 我有啥办法😂
xterm.dart本身不挑后端,可以接本地的pty也可以接远程的ssh。只是iOS不支持本地终端
哦哦,原来是国人,哈哈
我看appstore上伪终端的app,人家是怎么做的,你知道吗
那种是自己搞了模拟器 https://github.com/ish-app/ish/tree/master/emu
好吧,那太可惜了,我以为你这个全平台支持, 回去告诉老板,flutter做不了
不过还是感谢你