You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
anddart pub cache clean
but it did not help.Expected behavior
Cached sub packages should be able to be cleared
The text was updated successfully, but these errors were encountered: