kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

App crash after printing image #105

Closed erwinw97 closed 2 years ago

erwinw97 commented 2 years ago

Hi im currently using blue_thermal version 1.1.7 and everytime i try to print an image ( with 300pixel x 300pixel ) the flutter app crashed . If someone here have some solution/ experience the same issue as me, i would like to know how to solve this

erwinw97 commented 2 years ago

it also happen on version 1.1.8 , i make a new flutter app with same code as given by example on this repository. the connection works fine then the app always crash after printing 1 time

pablo-souza commented 2 years ago

I have the same problem, but it doesn't happen with all printer models. I had problem with the Leopard printer

pablo-souza commented 2 years ago

print on the BG-58P printer

erwinw97 commented 2 years ago

@pablo-souza i currently have a workaround. since its not working on current version. I use version 1.1.4 and it works fine on my side now

pablo-souza commented 2 years ago

@erwinw97 , I use this version too

kakzaki commented 2 years ago

This thread has been closed since there has not been any recent activity. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.