yjy_fiscal_printer 0.0.1
yjy_fiscal_printer: ^0.0.1 copied to clipboard
Espon fiscal Printer.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yjy_fiscal_printerWith Flutter:
$ flutter pub add yjy_fiscal_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yjy_fiscal_printer: ^0.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:yjy_fiscal_printer/common/custom_client.dart';
import 'package:yjy_fiscal_printer/common/custom_enum.dart';
import 'package:yjy_fiscal_printer/common/custom_model.dart';
import 'package:yjy_fiscal_printer/common/epson_enum.dart';
import 'package:yjy_fiscal_printer/common/epson_model.dart';
import 'package:yjy_fiscal_printer/common/espon_client.dart';
import 'package:yjy_fiscal_printer/fiscal_printer.dart';
import 'package:yjy_fiscal_printer/printer/custom_xml_http.dart';
import 'package:yjy_fiscal_printer/printer/espon_xml_http.dart';