zebra_printer_cpcl 1.0.1
zebra_printer_cpcl: ^1.0.1 copied to clipboard
Flutter management package for Zebra printers. Uses Zebra Link-OS SDK for Bluetooth & Network discovery, CPCL printing, ZPL printing, and printer management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zebra_printer_cpclThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zebra_printer_cpcl: ^1.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:zebra_printer_cpcl/main.dart';
import 'package:zebra_printer_cpcl/zebra_printer.dart';