Chris Bracken

Results 112 comments of Chris Bracken

@cstanze thanks for the info! That _looks_ like a supported GPU to me. Is this a MacBook Air circa 2013-2014 maybe? One more question for those encountering this issue --...

This is working as intended as per https://github.com/flutter/flutter/issues/76082. Windows, iOS, and Android have the same behaviour and we're working on it for Linux. There are two ways to get a...

P3 sounds right to me. This is a fix that a bunch of us discussed at the Ubuntu Summit in Prague for an existing issue where you might want to...

@christopherfujino agreed - there's nothing super obvious about _why_ the build failed based on the log, other than it appears to be due to a failing step during the flutter...

@loic-sharma @yaakovschectman any insights? IIRC @yaakovschectman mentioned an upstream make bug recently? Would that bug trigger a failure similar to this?

In terms of a fix, it's worth keeping in mind that the main entry point name is configurable for most platforms (e.g. [windows](https://github.com/flutter/engine/blob/804820f7d905d7c5b8c31aa0ce844ceb80e3f424/shell/platform/windows/public/flutter_windows.h#L59)), though I expect that the vast majority...

/cc @domesticmouse Code-wise, I think everything we need for creating/registering macOS PlatformViews, both on the framework and engine side, is in place. There are still a bunch of bugfixes and...

Aside from the macOS releasing instructions, we should ensure that the [Dart obfuscation](https://docs.flutter.dev/deployment/obfuscate) instructions are accurate and work for macOS. It may be worth noting that platform-specific instructions can be...