zebra_discovery_b64 1.0.2 copy "zebra_discovery_b64: ^1.0.2" to clipboard
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_b64

With Flutter:

 $ flutter pub add zebra_discovery_b64

This 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.2

Alternatively, 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';
2
likes
150
points
19
downloads

Documentation

API reference

Publisher

verified publisherdalosy.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, json_annotation

More

Packages that depend on zebra_discovery_b64