debug_tools 0.0.3
debug_tools: ^0.0.3 copied to clipboard
A few handy tools to debug Flutter apps. Contains `BuildTracker` that allows to track widget rebuilds and what caused them to rebuild.
0.0.1 #
First release with BuildTracker.
0.0.2 #
Cleanup of dependencies to be null-safety compliant.
0.0.2+1 #
Expose BuildTracker.
0.0.2+2 #
- Add options to reduce output.
- Show each stack trace only once.
0.0.3 #
- Show each stack trace only once (also in first frame).
- Print top stack traces leading to rebuilds.