This is a framework for detecting memory issues in Dart and Flutter applications.
Package | Description | Version |
---|---|---|
leak_tracker | A framework for detecting memory issues for Dart and Flutter applications. | |
leak_tracker_flutter_testing | Leak tracking helpers intended for usage in Flutter tests. | |
leak_tracker_testing | Leak tracking helpers intended for usage in Dart and Flutter tests. |
Check Work in progress to see what is under construction.
Help us to prioritize future work by upvoting and commenting potential new features.
For general contributing information, see Dart-wide CONTRIBUTING.md.
To temporary enable logs, add this line to main
:
Logger.root.onRecord.listen((LogRecord record) => print(record.message));
To regenerate diagrams, run:
dart run layerlens