dart_custom_lint icon indicating copy to clipboard operation
dart_custom_lint copied to clipboard

Custom Lint Looking For Deleted Subpackages

Open getBoolean opened this issue 2 years ago • 0 comments

Describe the bug I recently refactored my project to reduce the number of sub-packages in the project, and now custom_lint is failing since it can't find those packages.

Logs: custom_lint.log

To Reproduce

Can't reproduce in a separate project, seems to be cache related since cloning the git project doesn't reproduce the issue either. I've also tried flutter clean and dart pub cache clean but it did not help.

Expected behavior Cached sub packages should be able to be cleared

getBoolean avatar Oct 18 '23 01:10 getBoolean