dollar_starxpand 1.0.1
dollar_starxpand: ^1.0.1 copied to clipboard
A comprehensive SDK for integrating Star Micronics receipt printers with Dollar POS systems. Supports seamless POS operations and efficient printing solutions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dollar_starxpandWith Flutter:
$ flutter pub add dollar_starxpandThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dollar_starxpand: ^1.0.1Alternatively, 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:dollar_starxpand/dollar_starxpand.dart';