Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.