gif 2.1.1 copy "gif: ^2.1.1" to clipboard
gif: ^2.1.1 copied to clipboard

outdated

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

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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gif