dart_barcode 0.0.5+1 copy "dart_barcode: ^0.0.5+1" to clipboard
dart_barcode: ^0.0.5+1 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
30
pub points
33%
popularity

Publisher

unverified uploader

Port of JsBarcode library

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

js

More

Packages that depend on dart_barcode