shaxxx / flutter_barcode_listener

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

How to hide keyboard after barcode scan? #32

Closed arnzuk closed 1 year ago

arnzuk commented 1 year ago

Hi

How to hide keyboard after barcode scan?

shaxxx commented 1 year ago

This question is out of scope for this plugin. There is no need for keyboard to be shown at all to use this plugin.

patelnirav48 commented 1 month ago

@shaxxx Currently after scan it scan the barcode but it opens the keybord.

PraveenGangula1392 commented 1 month ago

@shaxxx When we do not put focus on any text field and scan everything works perfectly. But let's say i have a text field in my form i entered some data and then scan a barcode then the keyboard shows up, even after i tap outside the text field and scan still the keyboard shows up..

niravp-cliqbux commented 1 month ago

@PraveenGangula1392 In my case, i don't even put focus on textfield but it still shows keyboard. Could you suggest what you did for that? Thanks