hotkey_manager 0.2.3
hotkey_manager: ^0.2.3 copied to clipboard
This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
0.2.3 #
- bug fix that multi eventHandler does not fire (#53)
0.2.2 #
- feat: Add
CallbackGlobalShortcutsandGlobalShortcutsWidgets.
0.2.1 #
- Fixed issue where modifiers do not work #50
0.2.0 #
- feat: Convert to federated plugin
- feat: Use flutter built-in keymap (provided through the
uni_platformpackage) - chore: Use
HardwareKeyboardto replace theRawKeyboardapi - bump flutter to 3.19.2
- fix: crash if toString called with null modifiers (#25)
- Update dependencies & add three keys (#28)
0.1.7 #
- Fixed inapp hotkeys key down event repeat triggering #9
- Fixed inapp hotkeys not matching correctly #11
0.1.6 #
- Fixed
KeyModifierParser.fromModifierKeyReturn type.
0.1.5 #
- [windows] Fix escape key mapping error
- [linux] Supplemental key map
0.1.4 #
- export
hotKeyManager.
0.1.3 #
HotKeyVirtualViewSupport dark Theme Mode.
0.1.2 #
- Remove web platform implementation
0.1.1 #
- Add
unregisterAllMethod.
0.1.0 #
- Supported Hot Reload.
- #2 Fixed
No elementerror.
0.0.6 #
- [linux] Add #include
0.0.5 #
- Supported
linuxplatform.
0.0.4 #
- Supported
webplatform, Embed via iframe. - Adapt flutter master channel.
0.0.3 #
- Supported
windowsplatform.
0.0.2 #
- Supported inapp-wide hotkey.
- Add
HotKeyVirtualView,HotKeyRecorderWidgets.
0.0.1 #
- first release.