gif_view 0.4.1 gif_view: ^0.4.1 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
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 isautoPlay
inGifController
- remove
invertedAnimation
now isinverted
inGifController
- remove
loop
now isloop
inGifController
0.2.2 #
- Adds
invertedAnimation
param. 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
package
andbundle
params inGifView.asset
- Adds
scale
andheaders
params inGifView.network
- Adds
scale
param 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.