zpl_plugin_package 0.0.8
zpl_plugin_package: ^0.0.8 copied to clipboard
A Flutter plugin for Zebra ZPL printers. Supports WiFi connection, text, barcode, image and PDF printing, raw ZPL commands, and real-time connection monitoring. Android only.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zpl_plugin_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zpl_plugin_package: ^0.0.8Alternatively, 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:zpl_plugin_package/Service/connect_manager.dart';
import 'package:zpl_plugin_package/Service/image_service.dart';
import 'package:zpl_plugin_package/Service/pdf_service.dart';
import 'package:zpl_plugin_package/Service/repository.dart';
import 'package:zpl_plugin_package/flutter_zebra_plugin.dart';
import 'package:zpl_plugin_package/flutter_zebra_plugin_method_channel.dart';
import 'package:zpl_plugin_package/flutter_zebra_plugin_platform_interface.dart';