flutter_barcode

Last updated:

0 purchases

flutter_barcode Image
flutter_barcode Images
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: [email protected]: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 In This Product:

Customer Reviews

There are no reviews.