zebrautil 1.4.42 zebrautil: ^1.4.42 copied to clipboard
A plugin for working with zebra printers in flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zebrautil
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zebrautil: ^1.4.42
Alternatively, 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:zebrautil/zebra_device.dart';
import 'package:zebrautil/zebra_printer.dart';
import 'package:zebrautil/zebra_util.dart';