leak_detector 1.0.0+1
leak_detector: ^1.0.0+1 copied to clipboard
This is a plug-in used to detect page memory leaks. You can use it to detect whether there is a memory leak in `State` and `StatefulElement`.
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.