keyboard_event 0.3.4
keyboard_event: ^0.3.4 copied to clipboard
Keyboard event plugin for Flutter Desktop(Windows)
0.3.4 #
0.3.2 #
0.3.1 #
- remove spdlog depedence for normal user
- developer can set variable
KEYEVENT_DEBUGtoONinwindows\CMakeLists.txtto enable it- spdlog will be auto downlowd and compile when you compile this plugin
- developer can set variable
0.3.0-0 #
- make
_virtualKeyString2CodeMap,_virtualKeyCode2StringMappublic (remove_) for the names - remove async get functions
virtualKeyString2CodeMap&virtualKeyCode2StringMap, the virtual-key map will init in the static funinit()ofclass KeyboardEvent - add isLeter, isNumber
0.2.0-0 #
- Migrate example to null-safety;
- add class KeyBoardState to record all pressed keys;
0.1.0-0 #
Use EventChannel to get events