zebrautil 0.0.40
zebrautil: ^0.0.40 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 Dart:
$ dart pub add zebrautilWith Flutter:
$ flutter pub add zebrautilThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zebrautil: ^0.0.40Alternatively, 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:zebrautil/zebra_device.dart';
import 'package:zebrautil/zebra_printer.dart';
import 'package:zebrautil/zebra_util.dart';