flutter_barcode

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter barcode

flutter_barcode #
A custom widget which generates and displays a barcode.
Support #

JAN
NW7

install #
dependencies:
flutter_barcode:
git: git@github.com:ItoYo16u/flutter_barcode.git

copied to clipboard
Example #

Column(
children:[
BarcodePaint(
Barcode.jan('4011200296908'), // or Barcode.nw7("<...>")
size: Size(100,50),
),
Container(
align:Alignment.center,
padding: EdgeInsets.all(8),
child: Text('4011200296908')
]
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.