flutter_cache_manager
flutter_cache_manager copied to clipboard
How to save the image on device as encrypted.
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?