shortcut_atlas 0.1.0
shortcut_atlas: ^0.1.0 copied to clipboard
Enterprise keyboard shortcuts for Flutter desktop: bind keys to actions and reveal a contextual cheat-sheet HUD by holding Alt.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shortcut_atlasThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shortcut_atlas: ^0.1.0Alternatively, 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:shortcut_atlas/shortcut_atlas.dart';