hotkey_manager 0.2.3 copy "hotkey_manager: ^0.2.3" to clipboard
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 CallbackGlobalShortcuts and GlobalShortcuts Widgets.

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_platform package)
  • chore: Use HardwareKeyboard to replace the RawKeyboard api
  • 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.fromModifierKey Return type.

0.1.5 #

  • [windows] Fix escape key mapping error
  • [linux] Supplemental key map

0.1.4 #

  • export hotKeyManager.

0.1.3 #

  • HotKeyVirtualView Support dark Theme Mode.

0.1.2 #

  • Remove web platform implementation

0.1.1 #

  • Add unregisterAll Method.

0.1.0 #

  • Supported Hot Reload.
  • #2 Fixed No element error.

0.0.6 #

  • [linux] Add #include

0.0.5 #

  • Supported linux platform.

0.0.4 #

  • Supported web platform, Embed via iframe.
  • Adapt flutter master channel.

0.0.3 #

  • Supported windows platform.

0.0.2 #

  • Supported inapp-wide hotkey.
  • Add HotKeyVirtualView, HotKeyRecorder Widgets.

0.0.1 #

  • first release.
125
likes
150
points
9.86k
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

2024.09.26 - 2025.04.10

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).

Repository (GitHub)

Topics

#hotkey #shortcuts #global-hotkey #global-shortcuts

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, hotkey_manager_linux, hotkey_manager_macos, hotkey_manager_platform_interface, hotkey_manager_windows, uuid

More

Packages that depend on hotkey_manager