CHRISTOPANANJICKAL / fast_cached_network_image

A flutter package to cache network image fastly without native dependencies.
MIT License
30 stars 36 forks source link

repeat property doesn't work on animated webp images #21

Closed ChristopheChanteur closed 9 months ago

ChristopheChanteur commented 1 year ago

Hi, Thank you for this great package. the repeat property seems to have no effect on animated webp images - it keeps on looping the animation for either option of this property.

CHRISTOPANANJICKAL commented 9 months ago

The repeat property is directly passed to Image.memory widget from flutter. Please make sure your idea is working with Image.memory.