gif_view 0.4.2
gif_view: ^0.4.2 copied to clipboard
Load GIF images and can set framerate
0.4.0 #
- Update
http - Update sdk min to
2.16.0
0.3.1 #
- Adds
withOpacityAnimationparam. - 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
isAnimatednow isautoPlayinGifController - remove
invertedAnimationnow isinvertedinGifController - remove
loopnow isloopinGifController
0.2.2 #
- Adds
invertedAnimationparam. Thanks viniciusoliverrs
0.2.1 #
- fix: Error: Type 'Uint8List' not found. PR #5
- feat: isAnimated. PR #6. Thanks iamdiosilva
0.2.0 #
- Update ImageCodec
- Adds web support
0.1.1 #
- Adds
packageandbundleparams inGifView.asset - Adds
scaleandheadersparams inGifView.network - Adds
scaleparam inGifView.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.