keyboard_event 0.3.1 copy "keyboard_event: ^0.3.1" to clipboard
keyboard_event: ^0.3.1 copied to clipboard

outdated

Keyboard event plugin for Flutter Desktop(Windows)

0.3.1 #

  • remove spdlog depedence for normal user
    • developer can set variable KEYEVENT_DEBUG to ON in windows\CMakeLists.txt to enable it
      • spdlog will be auto downlowd and compile when you compile this plugin

0.3.0-0 #

  • make _virtualKeyString2CodeMap,_virtualKeyCode2StringMap public (remove_) for the names
  • remove async get functions virtualKeyString2CodeMap & virtualKeyCode2StringMap, the virtual-key map will init in the static fun init() of class 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

29
likes
0
pub points
80%
popularity

Publisher

unverified uploader

Keyboard event plugin for Flutter Desktop(Windows)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, logger

More

Packages that depend on keyboard_event