v0.3.4keyboard_event
Plugin de evento do teclado para Flutter Desktop (Windows)
29Curtidas 144Downloads em 30 dias120Pontos Pub
Windows
Plugin de evento do teclado para Flutter Desktop (Windows)
{"sdk":"flutter"}^1.0.0{"sdk":"flutter"}^2.0.1Texto original em inglês. Visite o GitHub para a versão atual.
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.
See example demo