I have to develop a mobile application using flutter. The application requires the user to scan barcode, not using the phone's camera, but using a barcode embedded on the top side of the phone. Is there a way to read the result of the scan using flutter?
I searched online but I haven't found any solutions
Usually these barcodes paste code directly as the keyboard. Just make sure the field that you want to fill is in focus, and you are set.
Source: I've worked on apps that managed inventories, we used flutter and the approach I mentioned.