Ben Konyi
Ben Konyi
This is an initial implementation of an allocation tracing tab for the memory screen. Current functionality includes: - Enabling / disabling tracing for individual classes - Refreshing tracing data -...
**Feature work:** - [x] Reimplement allocation profile (e.g., breakdown memory + # of instances by class) (https://github.com/flutter/devtools/pull/4257) - [x] Reimplement allocation tracing (e.g., record and display stack traces for allocations...
Many of the stateful properties held in the various table implementations should be moved into a `TableController` class for a smoother experience when updating table state.
I was chatting with @rmacnak-google and he mentioned that it would be nice if we were able to annotate our APIs in such a way that developers familiar with other...
This needs to be fixed and additional tests need to be written for comment related functionality.
In some situations it's unclear which parameters are required, particularly for the OAuth flow. We should investigate whether or not there would be any benefit of marking parameters as @required,...
[Context](https://www.reddit.com/r/redditdev/comments/ezz3td/upcoming_api_change_post_apisubmit/)
Currently when we try to find a draw.ini configuration we bail out on Fuchsia and fall back to the arguments provided to `Reddit.createInstance`. This is low priority since there really...