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