zcs_sdk_plugin 1.2.0
zcs_sdk_plugin: ^1.2.0 copied to clipboard
A Flutter plugin for ZCS SDK integration. Provides universal dynamic printing for receipts, invoices, and documents with QR codes, dual copies, and configurable layouts. Includes printRawText for simp [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zcs_sdk_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zcs_sdk_plugin: ^1.2.0Alternatively, 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:zcs_sdk_plugin/zcs_sdk_plugin.dart';