About Flutter Barcode Generator (SfBarcodeGenerator)
18 Nov 20181 minute to read
The Syncfusion® Flutter Barcode Generator is a data visualization widget designed to generate and display data in a machine-readable format. It offers an efficient way to encode text using supported symbology types.
To get started with the Flutter Barcode Generator, refer to the Getting Started with Flutter Barcodes documentation.


To quickly get started with our Flutter Barcode Generator widget, watch the tutorial video below:
Key Features
-
One-dimensional barcodes - The Barcode Generator supports different one-dimensional barcode symbologies such as
Code128,EAN8,EAN13,UPC-A,UPC-E,Code39,Code39 Extended,Code93, andCodabar. -
Two-dimensional barcode - Barcode Generator supports popular
QR codeandData Matrix. -
Barcode customization - Customize the visual appearance of barcodes using the
backgroundColorandbarColorproperties and adjust the size of smallest line or dot of the code using themoduleproperty. - Text customization - Configure to display the barcode value and customize the position and style of the barcode text.
You can get the barcode sample in the following link: Flutter Barcode Examples.