bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

a flutter plugin connect to bluetooth thermal printer support both Android and IOS (eg. Gprinter pt-380、gp-1324、gp-2120)

Results 159 bluetooth_print issues
Sort by recently updated
recently updated
newest added

hello is there any way to optimize the library to print faster ?

the library does not support arabic tsc print please add Arabic support

How to get connected device address?

I've test package with example code. scan, connect and printing TYPE_QR, TYPE_BARCODE feature are working fine accept text print. I have tried Chinese, english, Thai, Lao text, It is not...

The mapToReceipt method already receives the "config" parameter, I used it to send a charset and identify it in the "addText" function

The bluethooth thermal printer device is found successfully, but when I click on `connect` it connects for a 1 sec and then disconnects immediately, here are the logs: ``` /flutter...

"I attempted to establish a Bluetooth connection and initiate a print job, but encountered an uncaught exception that led to the application crashing, despite employing a try-catch method." **Log :**...

Hello, Updating gradle files to my android project: -Java JDK 17 -Android platform 34 -Graddle 8.3 -Android Studio Giraffe | 2022.3.1 Patch 2 -Windows 11 x64 When i build the...

DEMO has same problem D/BluetoothAdapter(21461): cancelDiscovery(): called by: com.example.bluetooth_print_example W/System.err(21461): java.io.IOException: read failed, socket might closed or timeout, read ret: -1 W/System.err(21461): at android.bluetooth.BluetoothSocket.readAll(BluetoothSocket.java:776) W/System.err(21461): at android.bluetooth.BluetoothSocket.readInt(BluetoothSocket.java:790) W/System.err(21461): at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:415)...