This issue was originally filed as dart-lang/sdk#39200
@BharathMG wrote:
Hey guys,
When I use memory profiler in dev tools, it is impossible to find which class is responsible for leaking dart and flutter objects. For ex, when I scroll the flutter list, I see a dart hidden class _List memory keeps growing. And I find no way to track down the parent class responsible for leaking those dart objects.What is the recommended way to find memory leak issues using memory profiler?
This issue was originally filed as dart-lang/sdk#39200
@BharathMG wrote:
Hey guys,
When I use memory profiler in dev tools, it is impossible to find which class is responsible for leaking dart and flutter objects. For ex, when I scroll the flutter list, I see a dart hidden class _List memory keeps growing. And I find no way to track down the parent class responsible for leaking those dart objects.What is the recommended way to find memory leak issues using memory profiler?