-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache files are not being removed in current pub release #476
Comments
Could you please push a new release? Our users reported cache sized of 30GB in some cases |
Any update ? |
For the time being pin the version in your pubspec.yaml to the current git commit: flutter_cache_manager:
git:
url: https://github.com/Baseflow/flutter_cache_manager.git
path: flutter_cache_manager
ref: "54904e4" |
This is a super important issue please take a look at it @mvanbeusekom |
Is this library abandoned @mvanbeusekom? Please mark it as archive-only or consider transferring the ownership as its dependant on so many people |
This is still not working for me by the way, the files are not deleted after |
🐛 Bug Report
The recent bug fix in the commit #469 does actually fix a serious bug which has been in the library for two years where the cache files are neved cleaned up because the
file.exists()
doesn't point to the correct file. The fix has been merged but the release in pub.dev is missing.There are several issues about this behaviour that have been reported for quite some time.
#377, #452, #446
@mvanbeusekom Sorry for the ping but I believe this is a serious fix missing.
The text was updated successfully, but these errors were encountered: