pty icon indicating copy to clipboard operation
pty copied to clipboard

Pty for Dart and Flutter.

Results 3 pty issues
Sort by recently updated
recently updated
newest added

version: ^0.2.2-pre part of error: ``` ../../../.pub-cache/hosted/pub.flutter-io.cn/win32-2.1.3/lib/src/com/UserDataPaths.dart:107:32: Error: 'IntPtr' isn't a type. final retValuePtr = calloc(); ^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/win32-2.1.3/lib/src/com/UserDataPaths.dart:110:26: Error: 'NativeFunction' isn't a type. final hr = Pointer.fromAddress( ^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/win32-2.1.3/lib/src/com/UserDataPaths.dart:110:18: Error:...

Thanks for your support of my package! I've added the named pipe and other APIs that you're using that were missing from win32. If you bump up to this version,...

Cool library! It seems to me to be more useful to provide the read side as a stream. When using with terminal library the readToTerminal is somewhat problematic, and multiple...

bug
enhancement