code/code library
Classes
- BarcodeBar
- Rectangle drawing operation
- BarcodeEan
- Base class to generate EAN Barcodes
- BarcodeElement
-
Barcode
drawing operation - BarcodeText
- Text drawing operation
- Code
- Flutter widget to draw a CodeType on screen.
- CodeType
- Barcode generation class
- DataMatrixEncoder
- Encode DataMatrix messages
- MeCard
- MeCard is a data file similar to vCard but used by NTT DoCoMo in Japan in QR code format for use with Cellular Phones. https://github.com/zxing/zxing/wiki/Barcode-Contents
- MeTuple
- Tuple key/value for MeCard elements
Enums
- BarcodeCodeBarStartStop
- Start and Stop symbols for Code Bar
- BarcodeQRCorrectionLevel
- QR Code Correction Level
- BarcodeTextAlign
- Text alignment inside the BarcodeText zone
- CodeGenerateType
- Supported code types
- Pdf417SecurityLevel
- Error correction levels
Typedefs
- BarcodeErrorBuilder = Widget Function(BuildContext context, String error)
- Error builder callback
Exceptions / Errors
- BarcodeException
-
Exception raised if the library cannot generate the
Barcode