Baseflow / flutter_cache_manager

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

Fix #436 - Evict on 404 and notify listeners #437

Open ltOgt opened 7 months ago

ltOgt commented 7 months ago

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

:arrow_heading_down: What is the current behavior?

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

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Includes test

:memo: Links to relevant issues/docs

436

also see https://github.com/Baseflow/flutter_cached_network_image/issues/898 for some related issues

:thinking: Checklist before submitting