Hello,
I’m looking for ways to implement a widget, one of those that the user includes on the device’s Home screen, but I would like to include an animated GIF in it.
I’m using the package Home Widget to communicate with the widget via Flutter.
For Android, the only way I was able to apply an animated GIF was, in fact, by manipulating several frames/images (obtained by “breaking” a GIF) to look like an animation, since, from what I’ve seen so far, the RemoteViews used to manipulate the content of the widgets do not support dynamic content and also have update limits (so the GIF cannot have that many frames).
Now, for iOS, I still haven’t been able to develop the widget with any animation, but I would like to see if anyone can help with tips and/or content on the subject.
I would really appreciate any help.