gif 2.3.0 gif: ^2.3.0 copied to clipboard
Control a gif using flutter animation controller. You can either specify a fixed duration or set the framerate of the playback.
2.3.0 #
- fixed remove instantiateImageCodec method on Flutter 3.16 and warning on Flutter web for using dart:io http client
2.2.0 #
- fixed
FileImage
caching and addeduseCache
parameter.
2.1.2 #
- fixed
GifController
access afterdispose()
2.1.1 #
- fixed
setState()
call afterdispose()
2.1.0 #
- added
duration
parameter. - changed
controller
type from AnimationController to GifController.
2.0.0 #
- changed
autostart
parameter to enum. - gif plays with original fps if AnimationController duration and fps parameter are not specified.
1.1.0+1 #
- fixed description.
1.1.0 #
- added
fps
andautostart
parameters.
1.0.1+2 #
- improved documentation and fixed flutter 2.5.3 compile time error.
1.0.1+1 #
- added documentation
1.0.1 #
- supported sound null safety
1.0.0 #
- init release