Baseflow / flutter_cache_manager

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

Disable resizing of gifs #345

Closed renefloor closed 2 years ago

renefloor commented 2 years ago

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

Bug fix

:arrow_heading_down: What is the current behavior?

Currently the library tries to resize gifs, but this goes wrong if done while being shown already.

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

Gifs are not marked anymore as supported files for resizing.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Could be tested with any gif with a set height, see https://github.com/Baseflow/flutter_cached_network_image/issues/655#issuecomment-961322852

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting