CHRISTOPANANJICKAL / fast_cached_network_image

A flutter package to cache network image fastly without native dependencies.
MIT License
29 stars 36 forks source link

Is it somehow possible to prefetch images? #36

Open printpagestopdf opened 1 year ago

printpagestopdf commented 1 year ago

Like your Package, but now I would like to save images for offline usage. Is it somwhow possible to prefetch the images to cache (e.g. in a background task)?

CHRISTOPANANJICKAL commented 11 months ago

Yes, This can be implemented in a future update.

agadev commented 7 months ago

Even I need same.

escamoteur commented 3 months ago

When we talk about prefetching, we would rather need the ability to prefetch from an URL without displaying. any chance for that in the near future? We are currently looking into adding disk caching to our app and are not sure which package we will use.