0 purchases
pos connect aidl
POS CONNECT AIDL #
this package with to connect q6pro pos with AIDL this package for now only support images print
Note #
The image must have a white background color.
copied to clipboard
Getting Started #
First import
import 'package:pos_connect_aidl/pos_connect_aidl.dart';
copied to clipboard
Usage/Examples #
import 'package:pos_connect_aidl/pos_connect_aidl.dart';
final _posConnectAidlPlugin = PosConnectAidl();
final ByteData bytes = await rootBundle.load('assets/Receipt.jpg');
final Uint8List listBytes = bytes.buffer.asUint8List();
await _posConnectAidlPlugin.printImage(pathImage: listBytes)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.