yoxterm 4.1.0
yoxterm: ^4.1.0 copied to clipboard
High-performance terminal emulator for Flutter — a performance-focused fork of xterm.dart with glyph-atlas rendering, pooled paint ops and parser fast paths. Mobile and desktop supported.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yoxtermThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yoxterm: ^4.1.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:yoxterm/core.dart';
import 'package:yoxterm/suggestion.dart';
import 'package:yoxterm/ui.dart';
import 'package:yoxterm/utils.dart';
import 'package:yoxterm/xterm.dart';
import 'package:yoxterm/zmodem.dart';