update readme
3 files changed
tree: 3a90504ba4ce828df64d4b86eb70cba8bd85185d
  1. .github/
  2. .vscode/
  3. doc/
  4. example/
  5. lib/
  6. more_examples/
  7. test/
  8. .gitignore
  9. analysis_options.yaml
  10. AUTHORS
  11. CHANGELOG.md
  12. CODEOWNERS
  13. LICENSE
  14. pubspec.yaml
  15. README.md
README.md

CI pub package package publisher

Coming soon! See https://github.com/flutter/devtools/issues/3951 and https://github.com/flutter/devtools/issues/5606.

Memory Leak Tracker

TODO: The text below is under construction.

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