leak_tracker 6.0.0 copy "leak_tracker: ^6.0.0" to clipboard
leak_tracker: ^6.0.0 copied to clipboard

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

example/main.dart

import 'package:leak_tracker/leak_tracker.dart';

void main(List<String> arguments) {
  enableLeakTracking();
  // ignore: avoid_print
  print('Hello, world!');
  disableLeakTracking();
}
116
likes
110
pub points
98%
popularity

Publisher

verified publishertools.dart.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

clock, collection, intl, matcher, meta, path, test, vm_service

More

Packages that depend on leak_tracker