esc-pos-printer-flutter icon indicating copy to clipboard operation
esc-pos-printer-flutter copied to clipboard

Fail to pass parameter to printRawData

Open amanchu opened this issue 6 years ago • 1 comments

There is a bug at escposprinter.dart when cause printRawData error. The parameter name doesn't match.

static Future printRawData(String text) async { Map<String, dynamic> params = {"raw": text}; final bool returned = await _channel.invokeMethod('printRawData', params); return returned; }

amanchu avatar Dec 31 '18 02:12 amanchu

+1

RogierVC avatar Dec 25 '20 15:12 RogierVC