Hi everyone,
I was wondering if any of you have a good idea on how to deal with the same Flutter app being copied across multiple folders, along with the build cache being duplicated in each of them - things like the Android build, native symbols, iOS cache, and all the other stuff that needs to be stored.
It’s getting pretty painful to have 50 or 70 gigs of data that is essentially just copies of itself. I’m curious if there’s any good way to share that build metadata or otherwise avoid all this duplication.
Any suggestions appreciated