I am using Flutter 3.7.0. So I have to use sunmi_printer_plus v2.1.3 But I have a problem that black board is printed instead of image. Uint8List byte = await readFileBytes('assets/images/receipt_logo.png'); await SunmiPrinter.printImage(byte); ============= Please refer this file. 