leak_detector 1.0.1
leak_detector: ^1.0.1 copied to clipboard
Used to detect page memory leaks. You can use it to detect whether there is a memory leak in `Widget`, `Element` and `State`.
1.0.1 #
- analyze leaked node type,
Widget
,Element
- add
LeakNavigatorObserver
, Automatically check for memory leaks byNavigatorObserver
- fix some bugs.
1.0.0+1 #
- Change project configuration
1.0.0 #
- Support
macos
platform
0.2.0 #
- Migrate package to null-safety
0.1.2+1-beta #
- change
FlatButton
toTextButton
0.1.2-beta #
- Update README.md
0.1.1-beta #
- Add document description
0.1.0-beta #
- Increase the basic memory leak detection function, provide
State
,Element
memory leak detection, provide preview page, leak record storage function.