Search code examples
fluttercachingapkreleasecode-cleanup

How Clean Flutter/bin folder cache


Is there any way to clean up flutter/bin folder cache? or older app release apk without opening an individual app and writing the command flutter build clean?

I just want to free up space from the flutter folder.

enter image description here


Solution

  • You can run rm -rf ~/flutter/bin/cache in the terminal to clear the Flutter bin cache.