Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
740 stars 429 forks source link

Documentation about how to create a fully customised CacheManager is missing #307

Open tamoyal opened 3 years ago

tamoyal commented 3 years ago

I see this in the README "See the complete docs for more info." but I don't see a link to the complete docs?

renefloor commented 3 years ago

Here is more documentation, but I think this sentence is a left over from an older readme as it is written 3 years ago.

I agree the documentation needs to be improved.

solsticedhiver commented 1 year ago

then how to create a cache at a custom location like on ~/.cache/my_app_dir like expected on linux? Why the app does not use ~/.cache or $XDG_CACH_HOME on linux?