kterm 1.0.0 copy "kterm: ^1.0.0" to clipboard
kterm: ^1.0.0 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 Dart:

 $ dart pub add kterm

With Flutter:

 $ flutter pub add kterm

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

dependencies:
  kterm: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
374
downloads

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

License

unknown (license)

Dependencies

convert, equatable, flutter, kitty_key_encoder, meta, quiver, zmodem

More

Packages that depend on kterm