Michael Goderbauer

Results 448 comments of Michael Goderbauer

I turned https://github.com/flutter/flutter/issues/24893 into the doc bug regarding AnnotatedRegion. For this bug, the open question is should the modal barrier of an Alert also change the color of the status...

After some digging around, I think this assert is supposed to guard against calling `scheduleBuildFor` multiple times for the same element. `Element.markNeedsBuild` (which is called by `setState`) guards its call...

I have never used the Layer tree for debugging, so I'll defer to @Hixie to answer that question.

The Semantics Tree is also useful for app developers that want to make their app accessible. I just used it to figure out why a certain text widget in an...

(triage) @ndelanou Do you still have plans to come back to this PR and address the feedback given above?

Could you add a little more context (e.g. to the PR description or via a linked issue) what you envision this new `updateAttributes` API to be used for? Are we...

Hello! It looks like this PR was opened by mistake. If that's not the case, please update the PR description to give more context and reopen it. In the meantime...

I can confirm that the const keyword is now added correctly. The issue with the default value still remains. I am seeing a potentially new issue with super parameters when...

cc @jakemac53 @sethladd We discussed this problem in our last sync. cc @bwilkerson We've talked about this before as well. cc @rrousselGit I've heard that you had shown interest in...