Skip to content

Commit 2e313db

Browse files
[tool] Ensure that leak_tracker_flutter_testing is dev-only (#8365)
Adds `leak_tracker_flutter_testing` to the list of dependencies that can only be added to `dev_dependencies`.
1 parent a13b4ef commit 2e313db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

script/tool/lib/src/pubspec_check_command.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ class PubspecCheckCommand extends PackageLoopingCommand {
564564
'build_runner',
565565
'integration_test',
566566
'flutter_test',
567+
'leak_tracker_flutter_testing',
567568
'mockito',
568569
'pigeon',
569570
'test',

script/tool/test/pubspec_check_command_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ ${_topicsSection()}
17691769
'build_runner',
17701770
'integration_test',
17711771
'flutter_test',
1772+
'leak_tracker_flutter_testing',
17721773
'mockito',
17731774
'pigeon',
17741775
'test',

0 commit comments

Comments
 (0)