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

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

example/main.dart

// Copyright (c) 2022, the Dart project authors.  Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:leak_tracker/leak_tracker.dart';

void main(List<String> arguments) {
  LeakTracking.start();
  print('Hello, world!');
  LeakTracking.stop();
}
113
likes
140
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, meta, path, vm_service

More

Packages that depend on leak_tracker