fluttercandies / extended_image

A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.
https://fluttercandies.github.io/extended_image/
MIT License
1.94k stars 505 forks source link

How limit the cache time #634

Closed xOldeVx closed 1 year ago

xOldeVx commented 1 year ago

Platforms

dart

Description

I want to know if there's an option to limit the cache time, because i changed the image in the server and still I see the old image in the app. One more important thing, what about support eTag? in this way the image limitation cache manually automatic

My code

No response

Try do it

No response

zmtzawqlp commented 1 year ago

you can define your image provider https://github.com/fluttercandies/extended_image_library/issues/20