blast_repo fixes (#66)

dependabot
1 file changed
tree: 1f05c6c70093fe01c23eceddb2faf3c0fac7caca
  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. CONTRIBUTING.md
  14. LICENSE
  15. pubspec.yaml
  16. README.md
README.md

Coming soon! See https://github.com/flutter/devtools/issues/3951 and https://github.com/flutter/devtools/issues/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

leak_tracker on pub.dev