Stop the animation of a GIF when offscreen. #168051
Labels
in triage
Presently being triaged by the triage team
waiting for customer response
The Flutter team cannot make further progress on this issue until the original reporter responds
Use case
I hava a list that contains images, some of them are GIFs, and the screen always refreshing if a GIF is loaded but it's not visible.
Proposal
So I'm wondering is it possible to stop playing a GIF when it's invisible.
And I've tried to wrap a
Image
with VisibilityDetector, but it will cause rebuild many times.By the way, the VisibilityDetector is limited, it cannot detect
Opacity
widget. So it's awesome if there is an alternative in Flutter framwork.The text was updated successfully, but these errors were encountered: