FilterQuality in Flame #1917
-
Faced with poor rendering quality on the Web. In the process of research, I realized that a bad render is only when using canvaskit (everything is fine in html). In flutter, the problem repeats, but is solved by assigning FilterQuality.high. How to set FilterQuality in Flame? |
Beta Was this translation helpful? Give feedback.
Answered by
ufrshubham
Sep 18, 2022
Replies: 2 comments 1 reply
-
You can supply a custom |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
spydon
-
Thanks, everything worked out. I bow to the floor:) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can supply a custom
Paint
object with desiredfilterQuality
to any component that usesHasPaint
mixin