dovetail_shortcut_channel 0.1.1
dovetail_shortcut_channel: ^0.1.1 copied to clipboard
System-wide keyboard shortcuts for Flutter desktop apps: binds a chord the OS delivers with no window focused, on Windows, macOS and X11 Linux, and refuses out loud elsewhere.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dovetail_shortcut_channelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dovetail_shortcut_channel: ^0.1.1Alternatively, 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:dovetail_shortcut_channel/dovetail_shortcut_channel.dart';