gif_view 1.0.3 copy "gif_view: ^1.0.3" to clipboard
gif_view: ^1.0.3 copied to clipboard

Load GIF images and can set framerate

1.0.3 #

  • Rebuilt android folder in example using modern flutter code
  • added status.completed, corrected status.stopped
  • status.completed leaves the frame at the last frame
  • status.completed is set before onfinished is called

1.0.2 #

  • Loader improvements

1.0.1 #

  • Fix issue #32

1.0.0 #

  • Adds GifCacheProvider.
  • Adds GifView.preFetchImage.
  • Adds GifView.clearCache.
  • Adds GifView.setCacheProvider.
  • Fix bug and improvements
  • BREAKING CHANGES:
    • Remove params of GifController constructor and move to widget constructor.
    • Rename progress param to progressBuilder
    • Rename error param to errorBuilder
    • Raneme repeat param to imageRepeat;

0.4.4 #

  • Fix issue #20

0.4.3 #

  • Play and Pause improvements in GifController.

0.4.2 #

  • Fix issue 19

0.4.1 #

  • Improvements on handle error.
  • Cache improvements.
  • Fix issue 17

0.4.0 #

  • Update http
  • Update sdk min to 2.16.0

0.3.1 #

  • Adds withOpacityAnimation param.
  • Fix for 'Null check operator used on a null value'. Thanks oligazar!

0.3.0 #

  • Adds GifController. Now you can control the gif with controller. Methods: play({bool? inverted, int? initialFrame}), pause(), stop(). (Fixing #9)
  • Adds fade animation when showing. BREAKING CHANGES:
  • remove isAnimated now is autoPlay in GifController
  • remove invertedAnimation now is inverted in GifController
  • remove loop now is loop in GifController

0.2.2 #

0.2.1 #

0.2.0 #

  • Update ImageCodec
  • Adds web support

0.1.1 #

  • Adds package and bundle params in GifView.asset
  • Adds scale and headers params in GifView.network
  • Adds scale param in GifView.memory

0.1.0 #

  • Remove warn flutter 3.0.
  • Improvements in frameRate.

0.0.1 #

  • Support to load gif images from network, assets,memmory,
  • Configurable frame rate.
71
likes
140
points
20.3k
downloads

Publisher

verified publisherrafaelbarbosatec.com

Weekly Downloads

Load GIF images and can set framerate

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on gif_view