TerminalStudio / flutter_pty

Pty for Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
https://pub.dev/packages/flutter_pty
MIT License
24 stars 21 forks source link

not working smoothly on windows. can't ping google.com and use ffmpeg. need help #14

Open arieffajargemilang opened 6 months ago

arieffajargemilang commented 6 months ago

hello friends, I have a project which contains a windows terminal (CMD).

The following packages I use: https://pub.dev/packages/flutter_pty https://pub.dev/packages/xterm

However, there are several obstacles including: 1.⁠ ⁠can't ping google.com (gambar 1) gambar 1 2.⁠ ⁠can't stream YouTube via ffmpeg (gambar 2) gambar 2

out of curiosity I tried to clone the example project from the packages I was using https://github.com/TerminalStudio/flutter_pty without changing anything, but the result is the same (gambar 3) gambar 3

anyone can help?

f44r commented 3 weeks ago

Try passing Platform.environment in Pty.start