pos_connect_aidl 1.0.5 copy "pos_connect_aidl: ^1.0.5" to clipboard
pos_connect_aidl: ^1.0.5 copied to clipboard

PlatformAndroid

this package with to connect q6pro pos with AIDL this package for now only support images print.

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.

Getting Started #

First import

import 'package:pos_connect_aidl/pos_connect_aidl.dart';

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)
3
likes
150
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

this package with to connect q6pro pos with AIDL this package for now only support images print.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pos_connect_aidl

Packages that implement pos_connect_aidl