Is there any package to scan a barcodes and qrcodes from images in flutter. What I want is that when scanning the barcode from the image it should also return the type of barcode.
I have tried scan and FLutterBarcodeScan but they do not return the type of barcode that is scanned from image.
2
Answers
Update I found this package. That is what I wanted. The usage is explained clearly and easy to use.
Use This package:- Google ML kit barcode Scanning
For Camera I have used this package:- Camera
You have to add android and iOS permission and configuration. For this you have checkout package readme.md file.
In this demo you user can select barcode from gallery of capture from camera.
Note:- In this demo not added iOS configuration.
Github Link:- Google ML kit barcode Scanning demo
Output:-
Click here to see output