barcode_reader_webassembly 0.0.3 copy "barcode_reader_webassembly: ^0.0.3" to clipboard
barcode_reader_webassembly: ^0.0.3 copied to clipboard

outdated

A flutter web plugin to read barcode using webassembly and zbar.

barcode_reader_webassembly #

This project is a wrapper for the project Barcode Read - Ts and Webassembly. .

Getting Started #

You have to use two methods to read a barcode.

readBarcodeFromStack: This method receives a ReadBarcodeProps and inserts the request on the stack of requests. This can be utils when you make multiple barcodes reads at the same.

readBarcode: This method receives a ReadBarcodeProps and makes a simple read.

About ReadBarcodeProps:

file (optional): The file related to pdf file.

filePath (optional): The url related to pdf file.

scale (optional): The scale or zoom applied on the pdf document before search barcode.

sequenceNum (optional): The sequence number of the image when working with multiple barcodes.

9
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter web plugin to read barcode using webassembly and zbar.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on barcode_reader_webassembly