0

I am using flutter package

barcode_scan: any

for scanning barcode using my scanner to record data using flutter desktop support, but this extension asking me for camera even i have scanner to scan barcode code sample that i am using.

 ScanResult barcodez = await BarcodeScanner.scan(); setState(() { barcode = barcodez as String; }); }``` 

1 Answer 1

5

Hello barcode_Scanner only works with android and iOS, It is written in the packages details.

Also the package is made undertaking the camera feature and not the actually barcode scanner.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.