leak_tracker 10.0.0
leak_tracker: ^10.0.0 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.
What is this? #
This is a framework for detecting memory issues in Dart and Flutter applications.
It enables:
- Memory leak auto-detection for applications and tests.
- Memory usage tracking and auto-snapshotting.
Usage #
First, understand leak tracking concepts.
Use leak_tracker_flutter_testing to leak track your flutter tests.
See the the guidance to troubleshoot memory leaks.