leak_tracker 4.0.1
leak_tracker: ^4.0.1 copied to clipboard
A framework for memory leak tracking for Dart and Flutter applications.
Coming soon! See https://github.com/flutter/devtools/issues/3951 and https://github.com/flutter/devtools/issues/5606.
The text below is under construction.
Memory Leak Tracker #
This is a framework for detecting memory issues in Dart and Flutter applications. It enables:
- Memory leak auto-detection for applications and tests.
- Auto-snapshotting in case of memory overuse by an application.
See memory leak troubleshooting guidance here.