- fixed remove instantiateImageCodec method on Flutter 3.16 and warning on Flutter web for using dart:io http client
- fixed
FileImage
caching and addeduseCache
parameter.
- fixed
GifController
access afterdispose()
- fixed
setState()
call afterdispose()
- added
duration
parameter. - changed
controller
type from AnimationController to GifController.
- changed
autostart
parameter to enum. - gif plays with original fps if AnimationController duration and fps parameter are not specified.
- fixed description.
- added
fps
andautostart
parameters.
- improved documentation and fixed flutter 2.5.3 compile time error.
- added documentation
- supported sound null safety
- init release