Baseflow / flutter_cache_manager

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

How to save the image on device as encrypted. #376

Open deepak786 opened 2 years ago

deepak786 commented 2 years ago

I'm using DefaultCacheManager to download the image on the device so that the next time it will be from the cache. I want to cache these images as encrypted and when I get them back they should be decrypted.

How to achieve the same?