xterm 3.6.1-pre copy "xterm: ^3.6.1-pre" to clipboard
xterm: ^3.6.1-pre copied to clipboard

xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xterm

With Flutter:

 $ flutter pub add xterm

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

dependencies:
  xterm: ^3.6.1-pre

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:xterm/xterm.dart';
193
likes
0
points
3.63k
downloads

Publisher

verified publisherterminal.studio

Weekly Downloads

xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, equatable, flutter, meta, platform_info, quiver, zmodem

More

Packages that depend on xterm