zebra_discovery_b64 1.0.2
zebra_discovery_b64: ^1.0.2 copied to clipboard
This library decodes the discovery_b64 message that Zebra printers will send when they connect to a websocket endpoint, also named WebLink in the Zebra documentation.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zebra_discovery_b64With Flutter:
$ flutter pub add zebra_discovery_b64This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zebra_discovery_b64: ^1.0.2Alternatively, 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:zebra_discovery_b64/zebra_discovery_b64.dart';