CodeMinion / another_brother

Another Brother Flutter SDK
BSD 3-Clause "New" or "Revised" License
21 stars 22 forks source link

[Print Quality IOS] [TypeB] setting print quality not working on IOS #31

Open zamvar opened 2 years ago

zamvar commented 2 years ago

Setting the print quality on ios does not affect the quality works fine on android though im using the printPdfFile method to print on both platforms.

CodeMinion commented 2 years ago

Hi @zamvar ! Thanks for reaching out about this!

Yes, this is an issue with the version of the native iOS brother library. Changing the print quality on it won't have an effect.

They recently released an update which we have yet to integrate.

zamvar commented 2 years ago

Hi @CodeMinion thanks for that quick response looking forward to have that integrated, if i can find time will try solve it on my own then open a pull request.

alaindeseine commented 1 year ago

Hi @CodeMinion

I encounter exactly the same problem, Print quality is not set on iOs:

image

In code i set print quality like this:

printInfo.printQuality = PrintQuality.HIGH_RESOLUTION;

Have you find any solution for this issue?

Best regards. Alain Deseine