kitty_key_encoder 1.0.0 copy "kitty_key_encoder: ^1.0.0" to clipboard
kitty_key_encoder: ^1.0.0 copied to clipboard

discontinuedreplaced by: kitty_protocol

Encode Flutter KeyEvent to Kitty Keyboard Protocol escape sequences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kitty_key_encoder

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

dependencies:
  kitty_key_encoder: ^1.0.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:kitty_key_encoder/kitty_key_encoder.dart';
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Encode Flutter KeyEvent to Kitty Keyboard Protocol escape sequences.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on kitty_key_encoder