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

PlatformWindows

Keyboard event plugin for Flutter Desktop(Windows)

0.3.4 #

0.3.2 #

  • fix issues/3 by detect LLKHF_UP bit in flags of KBDLLHOOKSTRUCT structure

0.3.2 #

  • fix KEYEVENT_DEBUG enabled build problem when user use pub instead of a git repo

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

28
likes
100
pub points
85%
popularity

Publisher

unverified uploader

Keyboard event plugin for Flutter Desktop(Windows)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, logger

More

Packages that depend on keyboard_event