Not a good package for cache (too many dependencies, including sqflite). Too heavy for a simple cache that should be dealt with temporary files (as these are deleted by the OS when space is needed, at least for Android and iOS). Imagine a database call for each image in a list…
Try this: A better cache network image