zebra_wedge_scanner 1.0.0
zebra_wedge_scanner: ^1.0.0 copied to clipboard
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_scannerThis 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.0Alternatively, 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';