πΉ Issue Description
After updating my project to FlutterFlow v5.1.4 (released on February 12, 2025), which runs on Flutter 3.27.3, I noticed graphic glitches appearing on a Samsung Galaxy S10+/S20 FE (real device, Android).
Observed behavior:
UI animations and certain elements flicker or show visual glitches, mainly from the navbar upwards.
Interestingly, these glitches do not appear when recording the screen.
The issue does not occur on emulators (Pixel 8), only on a physical device.
π Question for the Community
If anyone else has experienced this issue after upgrading to FlutterFlow v5.1.4 (Flutter 3.27.3), have you found a way to fix it directly within FlutterFlow, without requiring manual device settings?
π Potential solutions to explore:
Force OpenGL in
AndroidManifest.xml
<meta-data android:name="android.graphics.renderer" android:value="opengl" />
Any insights or suggestions from the community would be greatly appreciated! π―
π Quick Summary
πΉ Issue: Graphic glitches on Samsung Galaxy S10+ after upgrading to FlutterFlow v5.1.4 (Flutter 3.27.3).
πΉ Behavior: UI elements flicker or show glitches, mainly from the navbar upwards.
πΉ Solution: Enable "Disable HW Overlays" in Developer Options.
πΉ Question: Is there a way to resolve this issue directly in FlutterFlow without requiring device-specific configurations?
πΈ It's important to highlight that this issue did not occur before this update.
πΈ This suggests that something has changed in the latest versions of FlutterFlow/Flutter, affecting rendering on certain Android devices.
π Looking forward to your feedback! π