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

Platformweb

Wrapper of JsBarcode library

dart_barcode #

Interop of JsBarcode library. JsBarcode is a simple way to create different types of 1d barcodes. The plugin uses Html5Canvas/img/svg to generate and draw the barcode

Usage #

A simple usage example:

index.html #

<script async src="packages/dart_barcode/vendors/js/JsBarcode.all.min.js"></script>

<svg id="code"></svg>

main.dart #

import 'package:dart_barcode/dart_barcode.dart';

main() {
    DartBarcode("#code").ean13("1234567890128").render();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
110
pub points
37%
popularity

Publisher

unverified uploader

Wrapper of JsBarcode library

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

js

More

Packages that depend on dart_barcode