Hi,
currently flutter_cache_manager doesn't work on Windows Desktop. therefore also cached_network_image doesn't work which I really need.
Implementing a Windows version would be one but probably the more difficult option. As it's possible to use sqlite on Windows following https://moor.simonbinder.eu/docs/other-engines/vm/
Would it be possible to add a static function tha allows is to pass an existing sqlite instance? This way we could use it not only on Windows, but also on Linux and probably mac.