Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
738 stars 427 forks source link

Added getImageFileFromCache #425

Open JSBmanD opened 11 months ago

JSBmanD commented 11 months ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Feature from #424

:arrow_heading_down: What is the current behavior?

No current behaviour

:new: What is the new behavior (if this is a feature change)?

Get image from cache only without downloading. Resize if needed.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Resizing and saving to cache

:memo: Links to relevant issues/docs

424

:thinking: Checklist before submitting