leak_tracker_testing

v3.0.2

Leak tracking code intended for usage in tests.

Package archive: https://pubdev.letsnova.ru/api/archives/leak_tracker_testing/3.0.2.tar.gz

Installdart pub add leak_tracker_testing

Readme

pub package package publisher

Coming soon! See https://github.com/flutter/devtools/issues/3951.

What is this?

This package contains the test-only leak tracking APIs for pure dart projects.

They are separated from leak_tracker to make sure testing code is not used in production.

Read more in leak tracking overview.

Changelog

3.0.2

  • Update leak_tracker dependency to >=9.0.0 <12.0.0.

3.0.1

  • Fixed typo by renaming experimantalAllNotGCed to experimentalAllNotGCed.

3.0.0

  • Rename IgnoredLeaks.notGCed to IgnoredLeaks.experimentalNotGCed and make notGCed leaks ignored by leak tracking tests by default.

2.0.3

  • Require Dart SDK 3.2.0 or later.

2.0.2

  • Allow to ignore objects created by test helpers.
  • Set ignore = false by default.

2.0.1

  • Add LeakTesting.enabled.

2.0.0

  • Remove fields failOnLeaksCollected and onLeaks from LeakTesting.

1.0.6

  • Updated to use package:lints/recommended.yaml for analysis.
  • Move LeakTesting from leak_tracker to this library.

1.0.5

  • Stop depending on test.

1.0.4

  • Bump version of SDK to 3.1.2.

1.0.3

  • Update version of leak_tracker to ^9.0.0.

1.0.2

  • Update version of leak_tracker to ^8.0.0.
  • Set version of leak_tracker to any.

1.0.0

  • Create version.