Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
446 views
in Technique[技术] by (71.8m points)

dart - Gif is only animating once in flutter

Gif Image

I am fetching this gif image from internet and using CachedNetworkImage to load image in my flutter application. This image is animating only once. I also tried with Image.network. How do I continue the animation infinitely?

question from:https://stackoverflow.com/questions/65644277/gif-is-only-animating-once-in-flutter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Seems to me this gif is set to play only once. Try re-exporting it with loop animation instead.

In other words, it's a gif matter, not flutter matter.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...