thanhhuy0611

Results 6 comments of thanhhuy0611

@DavBfr I have the seem issue on thermal printer. The problem is the printer will print the blank page

> > Then change this. Can print now correctly. > > ``` > await for (var page in Printing.raster(await generateTicket(), dpi: 203)) { > final image = Image.fromBytes( > page.width,...

+1. I test on MacOS, the application can full screen mode at the beginning but I can switch to window mode by press the "esc" button

I use `autoUpdater.checkForUpdates(inBackground: false);` but seem it doesn't work. There is nothing when I open the outdate app. But `autoUpdater.checkForUpdates(inBackground: true);` work well.