Folks we are developing Flutter windows desktop application it is the Point of sale application in this main feature is printing we can find lots of resources on ESC/pos topic in the android flutter application or even through method channel we can access the printer but in windows its quite challenging where and how to start so far we have used https://pub.dev/packages/printing this library which prints but the length of the print is limited to the size of the A4, so even I have tried to run ESC/pos command through cmd using dart but no luck can anyone help me out where to start ????
Thanks in advance !!