shaxxx / flutter_barcode_listener

Flutter widget to listen for scanned barcode via hardware scanners
MIT License
45 stars 46 forks source link

RawKeyboard is deprecated. We need to migrate to HardwareKeyboard #49

Open hurelhuyag opened 5 months ago

shaxxx commented 5 months ago

I'm open for PRs :)

hurelhuyag commented 5 months ago

keyEvent.data is no longer available. All of the platform-specific codes will be removed. I'm not sure if it works or not.

hurelhuyag commented 5 months ago

@shaxxx my initial draft. https://github.com/shaxxx/flutter_barcode_listener/pull/50

I'm not sure about shift key usage here.

hurelhuyag commented 5 months ago

Tested on Android, Web, and Linux.