diff --git a/doc/leak_tracking/TROUBLESHOOT.md b/doc/leak_tracking/TROUBLESHOOT.md index b4873f9a..464da1c5 100644 --- a/doc/leak_tracking/TROUBLESHOOT.md +++ b/doc/leak_tracking/TROUBLESHOOT.md @@ -82,7 +82,7 @@ testWidgets('async onInit throws FlutterError', ## Convert the leak to tech debt -If the leak is complicated and the test failure blocks important process, +If the leak is complicated and the test failure blocks an important process, temporary turn off leak tracking and create issue to fix the leak and re-enable leak tracking. * For one test, add parameter to `testWidgets`: diff --git a/pkgs/leak_tracker_flutter_testing/CHANGELOG.md b/pkgs/leak_tracker_flutter_testing/CHANGELOG.md index e3f632c8..0d51a25d 100644 --- a/pkgs/leak_tracker_flutter_testing/CHANGELOG.md +++ b/pkgs/leak_tracker_flutter_testing/CHANGELOG.md @@ -1,7 +1,11 @@ -## 3.0.7 +## 3.0.8 * Upgrade leak_tracker to 10.0.7. +## 3.0.7 + +* No changes. + ## 3.0.6 * Upgrade leak_tracker to 10.0.6. diff --git a/pkgs/leak_tracker_flutter_testing/pubspec.yaml b/pkgs/leak_tracker_flutter_testing/pubspec.yaml index 6568af0b..206c5e7d 100644 --- a/pkgs/leak_tracker_flutter_testing/pubspec.yaml +++ b/pkgs/leak_tracker_flutter_testing/pubspec.yaml @@ -1,5 +1,5 @@ name: leak_tracker_flutter_testing -version: 3.0.7 +version: 3.0.8 description: An internal package to test leak tracking with Flutter. repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_flutter_testing @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - leak_tracker: '>=10.0.6 <11.0.0' + leak_tracker: '>=10.0.7 <11.0.0' leak_tracker_testing: '>=3.0.1 <4.0.0' matcher: ^0.12.16 meta: ^1.8.0