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

A utility class used to bind callbacks to a combination of zero or more physical keys on a keyboard.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keybinder

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

dependencies:
  keybinder: ^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:keybinder/keybinder.dart';
8
likes
130
points
439
downloads

Publisher

verified publisherjamesalex.dev

Weekly Downloads

A utility class used to bind callbacks to a combination of zero or more physical keys on a keyboard.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, list_utilities, provider

More

Packages that depend on keybinder