Reputation: 1691
I'm encountering a persistent UI corruption issue specifically on Samsung phones. My Flutter app displays correctly on iPhones and other Android devices, but on Samsung devices, the UI exhibits extreme visual glitches in both debug and release mode (see attached photo). The corruption doesn't follow a specific pattern, making it difficult to pinpoint the cause.
I've searched extensively but haven't found any solutions. Any insights or troubleshooting suggestions would be greatly appreciated.
Flutter: 3.29, Java: 19, Kotlin: 2.1.0
I attempted various online fixes for general Flutter UI rendering, including state management optimizations and widget rebuild strategies. I expected these to resolve potential universal issues, but the corruption persists solely on Samsung devices.
Upvotes: 2
Views: 34
Reputation: 121
This issue has been solved and will be released in the next stable 3.29. (Maybe v3.29.1).
https://github.com/flutter/flutter/issues/163452#issuecomment-2676380875
Upvotes: 1