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

outdatedDart 1 only

Port of JsBarcode library

dart_barcode #

Port of JsBarcode library. JsBarcode is a simple way to create different types of 1d barcodes. The plugin uses Html5Canvas to generate draw the barcodes

Usage #

A simple usage example:

index.html #

<script src="packages/dart_barcode/js/JsBarcode.js"></script>
<script src="packages/dart_barcode/js/CODE128.js"></script>

<img></img>

main.dart #

import 'package:dart_barcode/dart_barcode.dart';

main() {
    Options opt = new Options(format: "CODE128", displayValue:true);
    DartBarcode barcode = new DartBarcode(querySelector("img"), "0123456789", opt);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
38%
popularity

Publisher

unverified uploader

Port of JsBarcode library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

js

More

Packages that depend on dart_barcode