xterm3 6.2.0 copy "xterm3: ^6.2.0" to clipboard
xterm3: ^6.2.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 Dart:

 $ dart pub add xterm3

With Flutter:

 $ flutter pub add xterm3

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

dependencies:
  xterm3: ^6.2.0

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: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
0
points
352
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on xterm3