Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.44k stars 656 forks source link

Can different images be cached in different folders in cached_network_image? #917

Open yhcflyy opened 10 months ago

yhcflyy commented 10 months ago

I'm developing a chat app, and I want to cache pictures from different groups in different folders to make it easier to count cache sizes, etc. How to cache images to a specified folder in cached_network_image?

GP4cK commented 3 months ago

I'm exploring this package and I saw you can pass your own CacheManager so you could try that.