FLUTTER ECOSYSTEM

Krysl/keyboard_event

Keyboard event plugin for Flutter Desktop(Windows)

keyboard_event project cover
Stars
22
Forks
10
Last push (UTC)
May 7, 2026
Project status
Active
Krysl GitHub avatar
GITHUB User

Krysl ↗

Nanjing China
LanguagesC++DartCMakeCBatchfile

Packages published by this repository

Dependencies used

Dependency list 4 items
  • flutter{"sdk":"flutter"}
  • logger^1.0.0
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^2.0.1

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

keyboard_event

ScreenRecording

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