- Fix for empty scan on Windows
- Added Windows example
- Updated example to latest Flutter release
- Implemented
useKeyDown
parameter to enable usingRawKeyDownEvent
instead ofRawKeyUpEvent
- MacOS implementation now listens to
characters
instead ofkeylabel
- Windows implementation now handles characterCodePoint instead of keyLabel
- Implemented support for web, MacOs, Linux and Windows
- Migrated to null safety
- Updated widget name
- Moved to internal buffering instead of stream buffering for improved performance.
- First working version