Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.37 KB

Coming soon! See flutter/devtools#3951 and flutter/devtools#5606.

The text below is under construction.

CI

Memory Leak Tracker

TODO: replace links with absolute, to make them working on pub.dev

This is a framework for detecting memory issues in Dart and Flutter applications. It enables:

  1. Memory leak auto-detection for applications and tests.
  2. Memory usage tracking and auto-snapshotting.

Documentation:

  1. Understand leak tracking concepts
  2. Troubleshoot memory leaks

Packages

Package Description Version
leak_tracker A framework for memory leak tracking for Dart and Flutter applications. pub package
leak_tracker_flutter_test Tests for leak_tracker that depend on Flutter framework.
leak_tracker_testing Leak tracking code intended for usage in tests. pub package