easy_ticket_b08 1.0.1 easy_ticket_b08: ^1.0.1 copied to clipboard
This is a printer product written by cudev
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_ticket_b08
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_ticket_b08: ^1.0.1
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:easy_ticket_b08/consts/const.dart';
import 'package:easy_ticket_b08/features/printer_pos/controllers/home_printer_controller.dart';
import 'package:easy_ticket_b08/features/printer_pos/service_printer_pos/sunmi_printer.dart';
import 'package:easy_ticket_b08/features/printer_pos/views/home_printer.dart';
import 'package:easy_ticket_b08/main.dart';
import 'package:easy_ticket_b08/utils/date_utils.dart';