Every dart test
/flutter test
causes a "downloading dependencies" again
#60670
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
dart-cli-test
Issues related to the 'dart test' tool
Whenever I run
dart test
, the command always seems to trigger a redownload of dependencies. This is noisy and inefficientSee the video as demonstration of the issue:
Screen.Recording.2025-05-04.at.04.12.02.mov
As you can see, running
dart test
always starts with:Tested on
I am not sure how to share a reproduction for this. But the video was taken by running
dart test
on the open source riverpod repository (specifically insidepackages/riverpod
)The text was updated successfully, but these errors were encountered: