xterm2 5.0.0 copy "xterm2: ^5.0.0" to clipboard
xterm2: ^5.0.0 copied to clipboard

Maintained Flutter terminal emulator package with fast rendering and broad VT/xterm compatibility.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xterm2

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

dependencies:
  xterm2: ^5.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:xterm2/core.dart';
import 'package:xterm2/flutter.dart';
import 'package:xterm2/suggestion.dart';
import 'package:xterm2/ui.dart';
import 'package:xterm2/utils.dart';
import 'package:xterm2/xterm.dart';
import 'package:xterm2/zmodem.dart';
0
likes
140
points
74
downloads

Documentation

API reference

Publisher

verified publishersofluffy.io

Weekly Downloads

Maintained Flutter terminal emulator package with fast rendering and broad VT/xterm compatibility.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

characters, convert, equatable, flutter, meta, quiver, zmodem

More

Packages that depend on xterm2