pty2 0.4.0
pty2: ^0.4.0 copied to clipboard
Pty2 for Dart and Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
0.4.0 #
The real fix for Windows being flakey: "more data in buffer" was treated as an error instead of just reading again. "ERROR_SUCCESS" is such a great enum.
- Upgrade win32 to 6.0
- Upgrade ffi to 2.2.0
- Removed _NamedPipe for windows.
0.2.2-pre #
- Upgrade win32 package to 2.1.x
- Fix Windows stdio handle leak issue.
0.1.1 #
- Fix pid reference
0.1.0 #
- Migrate to nnbd
0.0.1 #
- Initial version