hotkey_manager 0.2.3 copy "hotkey_manager: ^0.2.3" to clipboard
hotkey_manager: ^0.2.3 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_manager
copied to clipboard

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

dependencies:
  hotkey_manager: ^0.2.3
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:hotkey_manager/hotkey_manager.dart';
copied to clipboard
125
likes
150
points
8.61k
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

2024.09.16 - 2025.03.31

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

Repository (GitHub)

Topics

#hotkey #shortcuts #global-hotkey #global-shortcuts

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, hotkey_manager_linux, hotkey_manager_macos, hotkey_manager_platform_interface, hotkey_manager_windows, uuid

More

Packages that depend on hotkey_manager