Barcodes Pack (Premium)
The Barcodes Pack is a set of premium Feathers UI components that features the ability to render various types of barcodes and QR codes.
CodabarBarcode
Code11Barcode
Code39Barcode
Code93Barcode
Code128ABarcode
Code128BBarcode
EAN8Barcode
EAN13Barcode
ITFBarcode
ITF14Barcode
MSIBarcode
Pharmacode
PostnetBarcode
QRCode
UPCABarcode
UPCEBarcode
Installation
When you purchase the Barcodes Pack, you will download a .zip bundle that contains everything you need to use the UI components in the pack. Start by extracting the .zip file in a directory somewhere on your local file system. The .zip bundle contains several things, including:
- A README.md file
- Full .hx source code files
- An HTML API Reference
- Sample Projects
- Another .zip file, which may be installed as a local library with Haxelib
To install with Haxelib, run the following command (replace the x.y.z string with the actual version that you downloaded):
haxelib install feathersui-barcodes-pack-x.y.z.zip
Then, add the following to your OpenFL project.xml file.
<haxelib name="feathersui-barcodes-pack" />