flutter_cache_manager
flutter_cache_manager copied to clipboard
Added getImageFileFromCache
: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
- [ ] All projects build
- [x] Follows style guide lines (code style guide)
- [x] Relevant documentation was updated
- [ ] Rebased onto current develop
@JSBmanD looks like dart analyze failed