flutter_cache_manager
flutter_cache_manager copied to clipboard
Open Api for FileInfo
🚀 Feature Requests
When getting a file (e.g. via getSingleFile) it'd be nice to also know wether it came from cache or the internet.
We already can do this by manually trying to first get it from cache or otherwise the internet, but the "one function does it all" approach would be nice as well.