Reputation: 51
I am creating a mobile application for scanning bar codes. I will be installing this on many of my Organization's PDAs. The PDAs we have include the brands Honeywell, smartpeak, ZKC. I am using flutter to create this app. So far I have tried the following packages from flutter:
Is there any other package that could help me achieve what I want or any way that I could create my own vendor neutral package that can help with this?
Upvotes: 1
Views: 1196
Reputation: 51
Finally found the answer and it was easier than I expected. You really need to use/build any package, just think of the Scanner as an input like another keyboard. Tap on a TextField to focus then use the SCAN key and scan the bar-code. The scanned bar-code will automatically be sent to the highlighted TextField
Upvotes: 0