Chris Bracken
Chris Bracken
Aside from the compilation of the C++ bits, there's also gen_snapshot and the Dart compilation. Today we can generate a gen_snapshot binary that runs on x64 host and targets arm64,...
Correct. The minimum set of steps required to be able to develop Flutter apps that target Windows arm64 devices from an x64 host machine is something like (I'm sure I'm...
Related issues: * https://github.com/flutter/flutter/issues/62597 (Develop arm64 Windows apps on x64) * https://github.com/flutter/flutter/issues/69213 (Detection of Windows host platform arch in the tool) * https://github.com/dart-lang/sdk/issues/47824 (arm64 Windows support in Dart)
/cc @hangyujin who spotted this in her patch's presubmits.
> Do we support software rendering mode with flutter drive? I'll take a look into this. That seems reasonable, though I suspect there'll be some limitations when it comes to...
> Any idea why this isn't reproducing in CI? Only thing I can imagine is if something's not hermetic and we're picking up a different python than the depot tools...
Thanks - taking a look. Heads up @0xZOne that platform views are not yet _officially_ supported on macOS. We're still working on a few things like trackpad gestures, and on...
@VarthanV For when an issue might be fixed, see: https://github.com/flutter/flutter/wiki/Issue-hygiene#when-will-my-bug-be-fixed We're actively working on PlatformViews for macOS right now, which will be followed by Windows.
I've actually got a stack of patches I'm in the middle of sharding out to refactor and land the fix, but didn't want to send it in one mega-patch in...
Out of curiosity, can those experiencing this please post the Graphics/Display information from your System Information app found in `/Applications/Utilities`? That might help work out what's going on here. /cc...