keyboard_event
keyboard_event copied to clipboard
Keyboard event plugin for Flutter Desktop(Windows)
keyboard_event

Flutter Plugin for Windows to catch ALL keyboard events, even if you are using other programs;
This Plugin use Windows 's SetWindowsHookEx API. click the links for details.
WH_KEYBOARD_LL :
Installs a hook procedure that monitors low-level keyboard input events. For more information, see the LowLevelKeyboardProc hook procedure.
Getting Started
See example demo