Leak tracking overview

Detecting memory leaks for large applications is hard (snapshot diffing, profiling). Normally, the leaks impact users, staying invisible for application teams.

leak_tracker helps to catch memory issues much earlier by detecting not-disposed and not-garbage-collected objects in Flutter regression tests.

Read more