yoxterm 4.1.0 copy "yoxterm: ^4.1.0" to clipboard
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 yoxterm

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

dependencies:
  yoxterm: ^4.1.0

Alternatively, 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';
0
likes
140
points
180
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#terminal #xterm #vt100 #ansi #emulator

License

MIT (license)

Dependencies

convert, equatable, flutter, meta, quiver, zmodem

More

Packages that depend on yoxterm