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

Ho To Fix This Error E/BluetoothPort(29198): connection device is lost E/DeviceConnFactoryManager(29198): read 0 D/BluetoothPrintPlugin(29198): stateStreamHandler, current action: android.bluetooth.device.action.ACL_DISCONNECTED

Hi are there any well known printers that work with this library? Best regards, Raúl

i have a Xprinter.. and cant connect to device... this module just for Gprinter?

Is something wrong with my code? I am trying to print using this function and an error is occurring, leave the logcat below. ```dart void connectDevice(BuildContext context, {void Function(BluetoothPrint) connected})...

Hello, I tried to print a very very long string and i found out that any QR code with string content longer than 310 characters won't be printed. The printer...

params: > size - Android :x: - iOS :heavy_check_mark: > weight - Android :heavy_check_mark: - iOS :x: > width - idk why the param is there, its not working >...

Having compatibility issues on implementing this package with other packages. Because most of the packages using 0.26.0 Also fixed null safety error on scanned results list

Upgrade gradle version to 7.1. Change "compile" to "implementation" since this is deprecated in gradle > 7.0 and was causing an error and preventing app launch. See: - https://stackoverflow.com/questions/23796404/could-not-find-method-compile-for-arguments-gradle Other...

error with iOS 15.2 solution please?