Skip to content

A framework for memory leak tracking for Dart and Flutter applications.

License

Notifications You must be signed in to change notification settings

Chandanmali/leak_tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Memory Leak Tracker

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

Packages

Package Description Version
leak_tracker A framework for detecting memory issues for Dart and Flutter applications. pub package
leak_tracker_flutter_testing Leak tracking helpers intended for usage in Flutter tests. pub package
leak_tracker_testing Leak tracking helpers intended for usage in Dart and Flutter tests. pub package

Roadmap

Check Work in progress to see what is under construction.

Help us to prioritize future work by upvoting and commenting potential new features.

Contributing

For general contributing information, see Dart-wide CONTRIBUTING.md.

How to enable logs

To temporary enable logs, add this line to main:

Logger.root.onRecord.listen((LogRecord record) => print(record.message));

How to regenerate diagrams

To regenerate diagrams, run:

dart run layerlens

About

A framework for memory leak tracking for Dart and Flutter applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.5%
  • Shell 0.5%