global_shortcuts 0.0.1+1 copy "global_shortcuts: ^0.0.1+1" to clipboard
global_shortcuts: ^0.0.1+1 copied to clipboard

PlatformmacOS

A macOS plugin which can register a callback for a global keyboard shortcut.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add global_shortcuts

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

dependencies:
  global_shortcuts: ^0.0.1+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:global_shortcuts/global_shortcuts.dart';
8
likes
130
pub points
58%
popularity

Publisher

verified publisherdefuncart.com

A macOS plugin which can register a callback for a global keyboard shortcut.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on global_shortcuts