pos_printer_kit_khmer 1.0.9
pos_printer_kit_khmer: ^1.0.9 copied to clipboard
A Flutter library for printing receipts in Khmer using ESC/POS-compatible thermal printers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pos_printer_kit_khmerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pos_printer_kit_khmer: ^1.0.9Alternatively, 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:pos_printer_kit_khmer/main.dart';
import 'package:pos_printer_kit_khmer/pages/home_page.dart';
import 'package:pos_printer_kit_khmer/services/printer_service.dart';