starxpand_sdk_wrapper 1.0.2
starxpand_sdk_wrapper: ^1.0.2 copied to clipboard
A Flutter plugin that provides a simple interface to Star Micronics receipt printers using the official StarXpand SDK for Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add starxpand_sdk_wrapperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
starxpand_sdk_wrapper: ^1.0.2Alternatively, 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:starxpand_sdk_wrapper/starxpand_sdk_wrapper.dart';