Blurred text on pages
Due to the selected rendering method (capturing the image and then rendering it) the all fonts on page are blurred.
May be when animation amount.value == 1 it's better to render not as a picture, but as usual?
Now there is very poor font clarity. Even on example page of package we can see this.
Yea, everything is blurry, text and images, not sure what causes this, but without a fix for this, we won't be able to use it. Did you fix it somehow @krunduev ?
No, we decided not to use the page turn functionality.
whether replace child in PageTurnWidget by textPainter can fix it ? @ivanlikov @krunduev
i found method canvas.drawPicture(ui.picture) is clear. i can get the ui.picture and the ui.image object, but how can we change drawImageRect to drawPicture
There is some update of this issue?