Closed
Description
Describe the bug
Flutter SDK 3.27 displays extremely blurry images on the Android platform. while Flutter SDK 3.24 plays normally. The iOS platform is also working fine.
Both screenshots use exactly the same logic, only different Flutter SDK versions were used.
At first, I thought it might be an issue with Impeller. But it still doesn’t work after I disable Impeller.
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="false" />
Metadata
Metadata
Assignees
Labels
No labels