termui_pty 0.3.14 copy "termui_pty: ^0.3.14" to clipboard
termui_pty: ^0.3.14 copied to clipboard

A custom ANSI terminal emulator and PTY view for termui.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add termui_pty

With Flutter:

 $ flutter pub add termui_pty

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  termui_pty: ^0.3.14

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:termui_pty/termui_pty.dart';
0
likes
150
points
307
downloads

Documentation

API reference

Publisher

verified publishermcdole.org

Weekly Downloads

A custom ANSI terminal emulator and PTY view for termui.

Repository (GitHub)
View/report issues

Topics

#cli #tui #terminal #console #pty

License

MIT (license)

Dependencies

characters, pty2, termui

More

Packages that depend on termui_pty