Hi everyone!
I'm currently building an app in FlutterFlow that scans barcodes to display allergen information, and I'd love your help! I'm aiming to implement a full-screen barcode scanner, similar to the one in the Yuka app, and I'm not sure what the best approach would be for this in FlutterFlow.
Which library would you recommend to achieve a fast and reliable barcode scanner? (I've seen Google ML Kit suggested, but I'm open to other options that might be easier to integrate in FlutterFlow.)
How should I implement the code to scan the barcode automatically without needing to press any buttons? I want the scan to be triggered as soon as the barcode appears on the camera.
Any tips on how to design the scanner interface to make it more user-friendly and efficient? I'm looking for a flexible full-screen design that displays product information after the scan.
Any help or code examples would be greatly appreciated! Thank you!