barcode_pao_wasm 0.0.1
barcode_pao_wasm: ^0.0.1 copied to clipboard
Cross-platform barcode generation library for Flutter Web (WASM version). Supports 18 barcode types including QR, Code128, JAN, GS1, PDF417, DataMatrix and more. Powered by C++ WASM engine.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add barcode_pao_wasmWith Flutter:
$ flutter pub add barcode_pao_wasmThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
barcode_pao_wasm: ^0.0.1Alternatively, your editor might support dart pub get or 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_wasm/barcode_pao_wasm.dart';