shaxxx / flutter_barcode_listener

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

null return #18

Closed maciogg closed 8 months ago

maciogg commented 2 years ago

I have screen with TextEdit. When enter screen and scan, plugin gives proper barcode on method - is OK When enter TextEdit and scan, plugin put barcode to TextEdit- is OK When leave TextEdit (no focus) and scan, plugin returns NULL

shaxxx commented 1 year ago

Something still has primary focus that handles key strokes.

shaxxx commented 8 months ago

No response.