Is it possibile to obtain better graphic quality on Android Studio using Flutter (bad antialias)?

Viewed 32

When I test my Flutter app (default font) using Android Studio on Windows I see bad quality characters (chars with bad antialias). When I run the app on a phone the antialias is perfect (so it is not a debug mode problem). Is there a way to obtain the same good quality in the emulator on PC?

1 Answers

This seems like a common problem found on Android Emulators running on a windows machine.

I had a similar problem with a Windows Laptop of mine and solved it following this StackOverflow answer.

It should work even if you are using windows 11

Related