xterm3 6.2.0
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 xterm3With Flutter:
$ flutter pub add xterm3This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
xterm3: ^6.2.0Alternatively, 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';