flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

Barcode Type (1D/2D) Filter

Open patv2learn opened this issue 5 years ago • 6 comments
trafficstars

Barcode type, this should allow the user to select if they want to capture 1D or 2D barcode. I have a requirement where one document has 1D and 2D both code on the page but the application should scan only 1D barcode. I am digging into the code but I am new to Flutter and so not very clear. I am happy to work on this enhancement if anyone can guide me. Thanks.

patv2learn avatar Oct 21 '20 23:10 patv2learn

I'd also like to have this feature

It would be good if it supports scanning of different barcode types like aztec, code128, code39, code93, dataMatrix, ean13, ean8, interleaved2of5, pdf417, qr, upce,

bharathiselvan avatar Oct 26 '20 08:10 bharathiselvan

@patv2learn

The current implementation already has the ScanMode parameter from which you can invoke the respective layout for scanning. Apart from this if you have any different scenario or requirement you can post here.

AmolGangadhare avatar Dec 19 '20 14:12 AmolGangadhare

Hi Amol, great job on the barcode scanner. I have one small request, when scanning a barcode, could the API return back the barcode type (code128, ean8 etc) along with the barcode text? Barcode type allows me to render an image of the barcode in the future.

mikah22 avatar Jan 21 '21 00:01 mikah22

Any plans to support this feature? I too need barcode type to generate barcode image accordingly.

qasim90 avatar Aug 03 '21 07:08 qasim90

Me too, that would be a really nice feature.

jprobert avatar Aug 29 '21 21:08 jprobert

Can anyone tell me if i can use only one format (like pdf417) and not the others 2d formats??? (users are such a Mot...F... that use other formats to bug the app)

alphanumericaracters avatar Mar 25 '23 16:03 alphanumericaracters