memory_checker icon indicating copy to clipboard operation
memory_checker copied to clipboard

A flutter tool to check memory leak by dart VMService

Results 4 memory_checker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** when i use emulator,it worked, but when i use real device, it is wrong!

bug

Flutter 2.0版本是不是还没适配?

bug

**Describe the bug** 正常进入一个Page,然后返回,doCheck方法的switch没有正常执行。 根据断点提示,此时route的runtimeType是 `MaterialPageRoute`。走switch的case话都不行。我稍微改了下,如下: `if(route is MaterialPageRoute){ .... } else if(route is CupertinoPageRoute){ ... }else{ ... } `

bug

Thanks great lib. Is memory leak reports lost every time the screen is changed? If you do not press the button immediately after it responds, it will not appear in...

bug