v0.3.4keyboard_event
Flutter 데스크톱(윈도우즈)용 키보드 이벤트 플러그인
29좋아요 14430일 다운로드120Pub 점수
Windows
Flutter 데스크톱(윈도우즈)용 키보드 이벤트 플러그인
{"sdk":"flutter"}^1.0.0{"sdk":"flutter"}^2.0.1아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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