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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
30
likes
140
points
879
downloads

Publisher

verified publishermutisya.dev

Weekly Downloads

2024.07.06 - 2025.01.18

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_markdown

More

Packages that depend on keymap