Jenn Magder
Jenn Magder
I filed https://github.com/flutter/flutter/issues/74274 separately in case there's an `integration_test`-specific work-around, like hard-coding its exclusion, that doesn't involve all the plumbing of dev_dependencies.
Capturing discussion around this: > We tried color correct rendering in the past but folks didn't like SRGB colors converted to wider gamuts and the colors looking washed out [SRGB...
Yes, it's possible this would be opt-in feature (possibly via an Info.plist key) to be plumbed through.
No timeline to report.
The find_commit logic is old, and hasn't cocoon been missing a master branch for awhile? Are you sure the real failure isn't the new analysis issues coming from `flutter_cocoon`? ```...
Adding the engine label, https://github.com/flutter/flutter/issues/92341 makes me think there's a bug somewhere in the embedder. We shouldn't just assume all these termination logs are harmless and should be suppressed from...
> I've managed to find the missing dSYM, looks like `flutter build ios` does not create it, but `flutter build ipa` does? This behavior is controlled by the `DEBUG_INFORMATION_FORMAT` build...
`flutter build ios` doesn't create an xcarchive, you need to either run `flutter build ipa` or ship from Xcode, which starts by making the archive. Comparing `flutter build ios` to...
@hassanyassiin I know you have filed a bunch of these issues about logging messages. One thing you could try that would be helpful would be to make a fully native...
@chinmaygarde @zanderso