xterm3 6.3.1 copy "xterm3: ^6.3.1" to clipboard
xterm3: ^6.3.1 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 xterm3

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

dependencies:
  xterm3: ^6.3.1

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:xterm3/core.dart';
import 'package:xterm3/flutter.dart';
import 'package:xterm3/suggestion.dart';
import 'package:xterm3/ui.dart';
import 'package:xterm3/utils.dart';
import 'package:xterm3/xterm.dart';
import 'package:xterm3/zmodem.dart';
0
likes
160
points
349
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

AGPL-3.0 (license)

Dependencies

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

More

Packages that depend on xterm3