memory_checker
memory_checker copied to clipboard
A flutter tool to check memory leak by dart VMService
**Describe the bug** when i use emulator,it worked, but when i use real device, it is wrong!
**Describe the bug** 正常进入一个Page,然后返回,doCheck方法的switch没有正常执行。 根据断点提示,此时route的runtimeType是 `MaterialPageRoute`。走switch的case话都不行。我稍微改了下,如下: `if(route is MaterialPageRoute){ .... } else if(route is CupertinoPageRoute){ ... }else{ ... } `
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...