leak_sniffer 0.1.3
leak_sniffer: ^0.1.3 copied to clipboard
A custom lint package for Dart & Flutter that detects unclosed, uncancelled, and undisposed resources to help prevent memory leaks.
example/leak_sniffer_example.dart
void main() {
// The full runnable example app lives in the repository workspace at:
// apps/leak_sniffer_example
}