keymap 0.0.92 copy "keymap: ^0.0.92" to clipboard
keymap: ^0.0.92 copied to clipboard

A reusable keyboard shortcuts widget with a flexible, minimal UI and focus handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keymap

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

dependencies:
  keymap: ^0.0.92

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:keymap/keymap.dart';
29
likes
130
pub points
84%
popularity

Publisher

verified publishermutisya.dev

A reusable keyboard shortcuts widget with a flexible, minimal UI and focus handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_markdown

More

Packages that depend on keymap