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

outdatedDart 1 only

Port of JsBarcode library

example/dart_barcode.dart

// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library dart_barcode.example;

import "dart:html";
import 'package:dart_barcode/dart_barcode.dart';

main() {
  new DartBarcode(querySelector("#barcode"), "1234567890128", new Options(format: "EAN13", displayValue: true));
}
0
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Port of JsBarcode library

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

js

More

Packages that depend on dart_barcode