File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4949
5050``` yaml
5151dependencies :
52- hotkey_manager : ^0.2.2
52+ hotkey_manager : ^0.2.3
5353` ` `
5454
5555或
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Add this to your package's pubspec.yaml file:
4949
5050``` yaml
5151dependencies :
52- hotkey_manager : ^0.2.2
52+ hotkey_manager : ^0.2.3
5353` ` `
5454
5555Or
Original file line number Diff line number Diff line change 1+ ## 0.2.3
2+
3+ * bug fix that multi eventHandler does not fire (#53 )
4+
15## 0.2.2
26
37* feat: Add ` CallbackGlobalShortcuts ` and ` GlobalShortcuts ` Widgets.
Original file line number Diff line number Diff line change 11name : hotkey_manager
22description : This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
3- version : 0.2.2
3+ version : 0.2.3
44homepage : https://github.com/leanflutter/hotkey_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments