barcode_widget 1.0.0 copy "barcode_widget: ^1.0.0" to clipboard
barcode_widget: ^1.0.0 copied to clipboard

outdated

Barcode generation widget for Flutter with support for standard barcodes.

barcode_widget #

Barcode Widget for flutter.

Buy Me A Coffee

This widget uses pub:barcode to generate any supported Barcodes.

Barcode Demo

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
  barcode_widget:

For help getting started with Flutter, view the online documentation.

Usage example #

Import barcode_widget.dart

import 'package:barcode_widget/barcode_widget.dart';

Use the widget directly

BarcodeWidget(
  barcode: Barcode.code128(),
  data: 'Hello Flutter',
);

Many layout options are available like: width, height, margin, padding, colors, etc.

274
likes
0
pub points
99%
popularity

Publisher

verified publishernfet.net

Barcode generation widget for Flutter with support for standard barcodes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

barcode, flutter, meta

More

Packages that depend on barcode_widget