andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

Causes low memory issue while using in windows application #161

Open saranyags opened 1 year ago

saranyags commented 1 year ago

After printing 100+ bills in the windows app it shows low memory alert and system hangs. While checking task manager, it is found that committed memory usage increases while printing and when it hits the maximum, system hangs. Is there any way to clear system's committed memory used while printing?

jasonhai-bee commented 10 months ago

Hi @saranyags Can you help to share the code on how to use it on the Flutter app with Windows devices? We are working on it to install this app can be run on the window & enable the printer to Epson pos printer.

Many thanks