7 Answers
Read moreCan I delete pub cache flutter?
Clearing the global system cache Version note: The clean subcommand was introduced in Dart 2.14. To clear your system cache with an older SDK, you can manually delete the PUB_CACHE folder .
Read moreHow do you clear a .pub cache?
Delete ~/. pub-cache/hosted and/or ~/. pub-cache/git (for Git dependencies) . This requires running flutter packages to get in all active projects on your machine afterward.28 Mar 2019
Read moreWhere is flutter pub cache?
By default, this directory is located under . pub-cache in your home directory (on macOS and Linux), or in %LOCALAPPDATA%\Pub\Cache (on Windows) .
Read more