portable_pty_flutter 0.0.4
portable_pty_flutter: ^0.0.4 copied to clipboard
Flutter controller and widgets for portable PTY sessions. Wraps portable_pty behind a ChangeNotifier for reactive terminal UIs on native and web.
0.0.4 #
- Bumped
portable_ptydependency to^0.0.4.
0.0.3+1 #
- Bumped
portable_ptydependency to^0.0.3for auto-download support.
0.0.2 #
- Bumped
portable_ptydependency to^0.0.3for SIGCHLD exit code fix.
0.0.1+1 #
- Bumped package version to
0.0.1+1.
0.0.1 #
- Initial release.
FlutterPtyController— ChangeNotifier wrapper for PTY sessions.- Re-exports all
portable_ptyAPIs. - Works on native (real shell) and web (remote transport).