starxpand_sdk_wrapper 1.0.2 copy "starxpand_sdk_wrapper: ^1.0.2" to clipboard
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_wrapper

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

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:starxpand_sdk_wrapper/starxpand_sdk_wrapper.dart';
1
likes
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides a simple interface to Star Micronics receipt printers using the official StarXpand SDK for Android and iOS.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, pigeon, plugin_platform_interface, printing

More

Packages that depend on starxpand_sdk_wrapper

Packages that implement starxpand_sdk_wrapper