Bui Duc Nam
Bui Duc Nam
I have error. You can help me?
Can I call P2P from Browser to App Flutter? I try call from App flutter to Browser that right. But run from Browser to App Flutter which can not recieve...
I print Receipt when add ByteData data = await rootBundle.load("assets/bluetooth_print.png"); List imageBytes = data.buffer.asUint8List(data.offsetInBytes, data.lengthInBytes); String base64Image = base64Encode(imageBytes); list.add(LineText(type: LineText.TYPE_IMAGE, content: base64Image, align: LineText.ALIGN_CENTER, linefeed: 1)); then throw attachment...