leak_tracker_flutter_testing 1.0.12-wip copy "leak_tracker_flutter_testing: ^1.0.12-wip" to clipboard
leak_tracker_flutter_testing: ^1.0.12-wip copied to clipboard

unlisted

An internal package to test leak tracking with Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add leak_tracker_flutter_testing

With Flutter:

 $ flutter pub add leak_tracker_flutter_testing

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

dependencies:
  leak_tracker_flutter_testing: ^1.0.12-wip

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_flutter_testing/leak_tracker_flutter_testing.dart';