keyboard_shortcut_mapping 0.0.1 copy "keyboard_shortcut_mapping: ^0.0.1" to clipboard
keyboard_shortcut_mapping: ^0.0.1 copied to clipboard

A powerful Flutter plugin for managing keyboard shortcuts with persistent storage. Register custom keyboard shortcuts and associate them with callback functions that persist across app restarts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keyboard_shortcut_mapping

With Flutter:

 $ flutter pub add keyboard_shortcut_mapping

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

dependencies:
  keyboard_shortcut_mapping: ^0.0.1

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:keyboard_shortcut_mapping/keyboard_shortcut_mapping.dart';
9
likes
0
points
198
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter plugin for managing keyboard shortcuts with persistent storage. Register custom keyboard shortcuts and associate them with callback functions that persist across app restarts.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences

More

Packages that depend on keyboard_shortcut_mapping

Packages that implement keyboard_shortcut_mapping