zebra_wedge_scanner 1.0.0 copy "zebra_wedge_scanner: ^1.0.0" to clipboard
zebra_wedge_scanner: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for Zebra DataWedge (Android) with typed and generic command APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zebra_wedge_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  zebra_wedge_scanner: ^1.0.0

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:zebra_wedge_scanner/zebra_datawedge.dart';
import 'package:zebra_wedge_scanner/zebra_datawedge_method_channel.dart';
import 'package:zebra_wedge_scanner/zebra_datawedge_platform_interface.dart';
1
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Zebra DataWedge (Android) with typed and generic command APIs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zebra_wedge_scanner

Packages that implement zebra_wedge_scanner