barcode_pao 0.0.1
barcode_pao: ^0.0.1 copied to clipboard
High-performance barcode generation library for Flutter. Supports 19 barcode types including QR, Code128, JAN, GS1, PDF417, DataMatrix and more. Powered by native C++ via dart:ffi.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add barcode_paoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
barcode_pao: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:barcode_pao/barcode_pao.dart';