datecs_sk1_21 0.1.0
datecs_sk1_21: ^0.1.0 copied to clipboard
Complete Dart SDK for Datecs SK1-21 fiscal thermal printer. Supports fiscal receipts, reports, PLU items, VAT rates, electronic journal, fiscal memory, and display control via DUDE COM driver on Windows.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add datecs_sk1_21With Flutter:
$ flutter pub add datecs_sk1_21This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
datecs_sk1_21: ^0.1.0Alternatively, 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:datecs_sk1_21/datecs_sk1_21.dart';