mjafartp / flutter_esc_pos_utils

Flutter package of esc/pos utils
GNU General Public License v3.0
26 stars 49 forks source link

Arabic Language does not support #49

Open AlmolikyWazeer opened 2 months ago

httpmagdy commented 1 month ago

The same issue, any updates?

httpmagdy commented 1 month ago

You can apply this solution: convert a widget to an image and then print it using bytes += generator.imageRaster(image). To achieve this, you can use this package https://pub.dev/packages/screenshot. @AlmolikyWazeer