Jonah Williams

Results 585 comments of Jonah Williams

we'd probably want to actually enable this via some configuration that is disabled without source modifications for the flutter tool. I don't really trust that the dart file watchers are...

Do the iOS machines support GPU passthrough or are they software only? IIRC we turned them off because Impeller doesn't support machines without metal.

We actually don't crash anymore, we just render nothing with a warning :)

@KeroppiMomo does it start working after a flutter clean? Or is this error consistent

It might be that the local artifacts are in a bad state. To fix this, you could delete the artifact cache to force a re-download: `rm -rf FLUTTER_ROOT/bin/cache` `flutter precache`

That looks like an entirely different error. If you run `adb logcat` do you see any native exceptions from your application?

We need device information to diagnose the problem. Could be device specific driver issue

Thanks! Does this repro on any of our sample apps/counter app, or only on your example app?

Also can you please provide the entire `flutter doctor -v` so I can see your commit hash. 3.25.0-0.1.pre isn't a real version and its pretty hard to look up the...