tree: f0ac344b1ccdeaca154c151fde48906af6ba2cdb [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. analysis_options.yaml
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
pkgs/leak_tracker/README.md

pub package package publisher

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:

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

Usage

Leak tracking

First, understand leak tracking concepts.

TODO(polina-c): add usage information.

See the the guidance to troubleshoot memory leaks.

Memory usage tracking

Use the function trackMemoryUsage to configure usage events and auto-snapshotting in your Dart or Flutter application.

See usage tracking guidance for more details.