11name : hotkey_manager
22description : This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
3- version : 0.1.6
3+ version : 0.1.7
44homepage : https://github.com/leanflutter/hotkey_manager
55
66environment :
@@ -20,15 +20,7 @@ dev_dependencies:
2020 flutter_test :
2121 sdk : flutter
2222
23- # For information on the generic Dart part of this file, see the
24- # following page: https://dart.dev/tools/pub/pubspec
25-
26- # The following section is specific to Flutter.
2723flutter :
28- # This section identifies this Flutter project as a plugin project.
29- # The 'pluginClass' and Android 'package' identifiers should not ordinarily
30- # be modified. They are used by the tooling to maintain consistency when
31- # adding or updating assets for this project.
3224 plugin :
3325 platforms :
3426 linux :
@@ -37,34 +29,3 @@ flutter:
3729 pluginClass : HotkeyManagerPlugin
3830 windows :
3931 pluginClass : HotkeyManagerPlugin
40-
41- # To add assets to your plugin package, add an assets section, like this:
42- # assets:
43- # - images/a_dot_burr.jpeg
44- # - images/a_dot_ham.jpeg
45- #
46- # For details regarding assets in packages, see
47- # https://flutter.dev/assets-and-images/#from-packages
48- #
49- # An image asset can refer to one or more resolution-specific "variants", see
50- # https://flutter.dev/assets-and-images/#resolution-aware.
51-
52- # To add custom fonts to your plugin package, add a fonts section here,
53- # in this "flutter" section. Each entry in this list should have a
54- # "family" key with the font family name, and a "fonts" key with a
55- # list giving the asset and other descriptors for the font. For
56- # example:
57- # fonts:
58- # - family: Schyler
59- # fonts:
60- # - asset: fonts/Schyler-Regular.ttf
61- # - asset: fonts/Schyler-Italic.ttf
62- # style: italic
63- # - family: Trajan Pro
64- # fonts:
65- # - asset: fonts/TrajanPro.ttf
66- # - asset: fonts/TrajanPro_Bold.ttf
67- # weight: 700
68- #
69- # For details regarding fonts in packages, see
70- # https://flutter.dev/custom-fonts/#from-packages
0 commit comments