gif 2.3.0 copy "gif: ^2.3.0" to clipboard
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 added useCache parameter.

2.1.2 #

  • fixed GifController access after dispose()

2.1.1 #

  • fixed setState() call after dispose()

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 and autostart 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
46
likes
150
pub points
98%
popularity

Publisher

verified publisherpierluigizagaria.dev

Control a gif using flutter animation controller. You can either specify a fixed duration or set the framerate of the playback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on gif