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
379 stars 451 forks source link

cannot close the BarcodeStreamReceiver after got a happy result #337

Open raneen-erpmax opened 8 months ago

raneen-erpmax commented 8 months ago

I've use this package to keep getting a data. i want to close the steam after getting a happy data. FlutterBarcodeScanner.getBarcodeStreamReceiver( '#ff6666', 'Cancel', true, ScanMode.BARCODE)! .listen((res) async { if(res == happyData) { // close the steam } }));

basicFlutter commented 2 months ago

I'm experiencing the same issue I need to close the barcode scanner based on the barcode information but I can't do it

orcunozbayptb commented 2 months ago

same issue here