Skip to content

lejard-h/dart_barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dart - Port of JsBarcode library. (JsInterop)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published