AmolGangadhare / flutter_barcode_scanner

Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS
https://pub.dev/packages/flutter_barcode_scanner
MIT License
380 stars 499 forks source link

scanmode not working properly #40

Open Xgamefactory opened 5 years ago

Xgamefactory commented 5 years ago
FlutterBarcodeScanner.scanBarcode(
        "#F04F33", "Cancel", true, ScanMode.BARCODE);

it should ignore qrcode result and getting only barcode result right ? but it just not working scanning qr code.

is it not possible programmatically on IOS ?

AmolGangadhare commented 5 years ago

Hi, Thanks for using the plugin.

ScanMode graphics is just a visual overlay at this moment. Both of them will scan QR and Barcode.

Xgamefactory commented 4 years ago

is it possible to add such feature ? on many cards there are both barcode and qrcode with company website but we need to scan only barcode data.

Mythar commented 4 years ago

This feature is very important! If not added, i will have to drop this plugin....

AmolGangadhare commented 4 years ago

Currently, there is no plan to introduce this feature as there is a major breaking change is pending on the android side. Will update on this once it is done.

Thanks