flutter_pty icon indicating copy to clipboard operation
flutter_pty copied to clipboard

Pty for Flutter. Provides the ability to create processes with pseudo terminal file descriptors.

Results 9 flutter_pty issues
Sort by recently updated
recently updated
newest added

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...

On my NixOS system I have to explicitly include `sys/wait.h` to sucessfully compile the library.

AGP8 requires build.gradle to add namespace.

I get this: ``` C:/Users/jens/scoop/apps/dart/3.1.0/bin/dart.exe --enable-asserts C:\Users\jens\MyProjects\flutter-learn\dart-pty-test\bin\dart_pty_test.dart Unhandled exception: Invalid argument(s): Failed to load dynamic library 'flutter_pty.dll': error code 126 #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43) #1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12) #2 _dylib. (package:flutter_pty/flutter_pty.dart:20:27)...

Add the following code in `android{}` of build.gradle ``` // Conditional for compatibility with AGP

I think you should use "ClosePseudoConsole" in "flutter_pty_win.c" , in function start_wait_exit_thread , here is the code: static DWORD WINAPI wait_exit_thread(LPVOID arg) { WaitExitOptions *options = (WaitExitOptions *)arg; DWORD exit_code...

When attempting to build a project on Debian Bookworm (unstable), an error is encountered in the file `flutter_pty/src/flutter_pty_unix.c` at line 114. The error message indicates that the function `waitpid` is...