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

Platformweb

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

barcode_reader_webassembly #

Test Lint

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

Barcode reader webassembly - example

Getting Started #

You have to use two methods to read a barcode.

Method Description
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:

Prop Type Description
file (optional) boolean The file related to pdf file.
filePath (optional) boolean The url related to pdf file.
scale (optional) boolean The scale or zoom applied on the pdf document before search barcode.
sequenceNum (optional) Number The sequence number of the image when working with multiple barcodes.
password (optional) String The password to open the pdf file.
7
likes
120
pub points
19%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_web_plugin_base, flutter, flutter_web_plugins, js, plugin_platform_interface, universal_html

More

Packages that depend on barcode_reader_webassembly