hotkey_system 0.0.9 copy "hotkey_system: ^0.0.9" to clipboard
hotkey_system: ^0.0.9 copied to clipboard

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hotkey_system

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

dependencies:
  hotkey_system: ^0.0.9

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:hotkey_system/hotkey_system.dart';
14
likes
140
points
34
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).

Repository (GitHub)
View/report issues

Topics

#hotkey #shortcuts #keyboard #macos-shortcuts #hardware-keyboard

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, uuid

More

Packages that depend on hotkey_system