kterm 1.4.2 copy "kterm: ^1.4.2" to clipboard
kterm: ^1.4.2 copied to clipboard

kterm is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kterm

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

dependencies:
  kterm: ^1.4.2

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:kterm/kterm.dart';
2
likes
140
points
739
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

kterm is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

Repository (GitHub)
View/report issues

Topics

#terminal #emulator #flutter #tty

License

MIT (license)

Dependencies

flutter, image, kitty_protocol, meta, zmodem_lbp

More

Packages that depend on kterm