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

### My Code ``` import 'package:bluetooth_print/bluetooth_print.dart'; import 'package:bluetooth_print/bluetooth_print_model.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart'; class PrintPage extends StatefulWidget { PrintPage({Key? key}) : super(key: key); @override State createState() => _PrintPageState(); } class _PrintPageState...

I install a clean project from Flutter just for testing you package. It is Flutter 3.0. When i install you package it works fine but when i build it, i...

i tried to test android 12 and the printer was off after printing once, what's wrong? tested to multiple phones android 12 and multiple printers. thanks

list.add(LineText(type: LineText.TYPE_TEXT, content: 'this is conent left', weight: 0, align: LineText.ALIGN_LEFT, linefeed: 1)); list.add(LineText(type: LineText.TYPE_TEXT, content: 'this is conent right', align: LineText.ALIGN_RIGHT, linefeed: 1)); Alignment does not work.

Hi, I have these codes to print QR code in a label sticker, but no matter what figure I change, the QR code size still the same size. LineText( type:...

iOS 连接打印机后print receipt,没有反应。 `2022-05-17 14:52:41.032773+0800 Runner[1773:14628674] status -> 连接状态:连接成功` `2022-05-17 14:52:41.033246+0800 Runner[1773:14628811] flutter: cur device status: 1` `2022-05-17 14:52:49.142005+0800 Runner[1773:14628674] call method -> printReceipt` `2022-05-17 14:52:49.155801+0800 Runner[1773:14628674] [ConnecterManager] write:`

It is not working on Android 12 and throws an exception. must add the below permissions in the manifest android.permission.BLUETOOTH_SCAN android.permission.BLUETOOTH_ADVERTISE android.permission.BLUETOOTH_CONNECT

Thank you for this package and it worked like a charm. However, when the app is to be released to AppStore, apple had the following feedback: Your app declares support...