I have a handheld scan gun, the brand is Honeywell and model is CK65. I need to be able to read a standard barcode, i.e. not a QR code. I have the flutter demo app running on the device, now I just need to make a test function that can read a barcode and print it to the console, but I'm not sure how to even get started. How do I do this?
Asked
Active
Viewed 198 times
1
-
Look for a barcode scanner SDK made by the manufacturer. A quick search brings up: https://sps.honeywell.com/us/en/software/productivity/development-tools/mobility-sdk-android and any details/SDKs require registration. The code will probably be in Java and you'll have to write your own [custom platform channel](https://docs.flutter.dev/development/platform-integration/platform-channels) – Morrison Chang Feb 27 '23 at 22:42
-
I am also looking for flutter library for handheld scan gun. Brand is Honeywell Android 10-AQ2. I am not getting any library that will read bar code using scan gun. Need help if any one have done this. – Subodh Kumar Apr 13 '23 at 06:34