flutter_pty_new 1.0.0 copy "flutter_pty_new: ^1.0.0" to clipboard
flutter_pty_new: ^1.0.0 copied to clipboard

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

1.0.0 #

  • First release under the flutter_pty_new package name (fork of flutter_pty).
  • Add masterFd, foregroundPgid, shellPgid, isForegroundProcessRunning, and foregroundProcessRunningChanges (Unix/Android; Windows returns null).
  • Document foreground-detection platform limits in README.

0.4.3 #

  • Fix Windows command line duplicating executable name in [Pty.start] (TerminalStudio/flutter_pty#19).

0.4.2 #

0.4.1 #

0.4.0 #

  • Update to Dart3

0.3.1 #

  • Update deps

0.3.0 #

  • Fixes ignored working directory parameter for Unix #3, thanks @devmil.
  • Support setting Windows environmental variable and working directory.

0.2.0 #

  • Add optional read acknowledge #2, thanks @devmil.

0.1.1 #

  • Update README

0.1.0 #

  • Windows support.
  • Support getting exit code

0.0.7 #

  • Work on Linux #1
  • Work on Android

0.0.6 #

  • Flutter >=2.12.0

0.0.5 #

  • Fix README syntax

0.0.4 #

  • Support resizing of the pty

0.0.3 #

  • Support passing env vars

0.0.2 #

  • Support passing arguments

0.0.1 #

  • Initial release
0
likes
150
points
175
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_pty_new

Packages that implement flutter_pty_new