leak_tracker_testing 3.0.1 copy "leak_tracker_testing: ^3.0.1" to clipboard
leak_tracker_testing: ^3.0.1 copied to clipboard

Leak tracking code intended for usage in tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add leak_tracker_testing
copied to clipboard

With Flutter:

 $ flutter pub add leak_tracker_testing
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  leak_tracker_testing: ^3.0.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:leak_tracker_testing/leak_tracker_testing.dart';
copied to clipboard
0
likes
120
points
3.08M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.08 - 2025.03.23

Leak tracking code intended for usage in tests.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

leak_tracker, matcher, meta

More

Packages that depend on leak_tracker_testing