Jacob Richman

Results 79 comments of Jacob Richman

Please describe the problem you are seeing with DevTools.

`package:flutter` is pinning all its dependencies. I think it would be fine for the lint to suggest exporting both from within the package, pinned dependencies of the package, and the...

Fyi @munificent for whether the style guide should also have an opinion on this case. For example: "do use list comprehension for loops instead of map when it will avoid...

Do you have before and after stats for how this impacts frame render times? Not all rebuilds are bad only ones that lead to Flutter doing a lot of work...

If the raster improvement holds up after more precise measurement that is a a pretty big improvement.

This would be a fantastic refactor. I've manually performed this refactor dozens of times.

I expect in the next couple weeks running the inspector with all widgets expanded will be reasonable so that won't block this use case. Of course, it will only work...

Tim is correct. Unfortunately we can only support this feature in debug mode. Leaving this bug open to add a tooltip that makes that clearer.

If we were to support this in the future, the solution should be built to work with `dart:ffi` as that is the way Dart interop with C++ should be done...