pos_connect_aidl

Creator: coderz1093

Last updated:

0 purchases

pos_connect_aidl Image
pos_connect_aidl Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.