flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Open Api for FileInfo

Open JulianHorst opened this issue 5 years ago • 0 comments

🚀 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.

JulianHorst avatar Jul 31 '20 14:07 JulianHorst