Michael Goderbauer

Results 295 comments of Michael Goderbauer

AFAIK, we have no rule for this one and I don't think we'd want to enforce one. I don't think any of the "Good Examples" given above are necessarily better...

I am not sure if it's worth making an exception for this. The `always_put_required_named_parameters_first` lint doesn't seem particularly useful for flutter code...

Actually, I had the following scripts in my index.html: ``` ``` Maybe dartpad IS missing the `firebase-database.js` to make this work?

I am aware of that and that's what we are already doing as a workaround for now. However, we have many people writing many little benchmark apps and it is...

If the animations were to be driven off a AnimationController you'd get this feature for free as AnimationControllers stop ticking when TickerMode is off.

A solution for this would also help with the often raised complained that you can't hit-test children drawn in the visual overflow of a stack (see discussion at https://github.com/flutter/flutter/issues/19445).

> it would be nice if a subtree could opt-in to not doing that culling. Obviously that would in general be expensive but it would be less expensive than doing...

Would be interesting to study a use case, that we would enable (or make significantly simpler over e.g. re-organizing the widget tree) by having this mechanism. Do we have one?