barcode_flutter library

Classes

BarCodeImage<T extends BarCodeParams?>
A barcode custom painter
BarCodePainter
BarCodeParams
CodabarBarCodeParams
Params used for the Codabar BarCode format
Code128BarCodeParams
Params used for the Code128 BarCode format
Code39BarCodeParams
Params used for the Code39 BarCode format
Code93BarCodeParams
Params used for the Code93 BarCode format
EAN13BarCodeParams
Params used for the EAN13 BarCode format
EAN8BarCodeParams
Params used for the EAN8 BarCode format
ITFBarCodeParams
Params used for the ITF-14 BarCode format
UPCABarCodeParams
Params used for the UPCA BarCode format
UPCEBarCodeParams
Params used for the UPCE BarCode format

Enums

BarCodeType

Typedefs

BarCodeError = void Function(dynamic error)