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