keybinder 1.0.1 copy "keybinder: ^1.0.1" to clipboard
keybinder: ^1.0.1 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.1

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
120
pub points
82%
popularity

Publisher

verified publisherjamesalex.dev

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