flutter_gif
flutter_gif copied to clipboard
gif image widget help to controll gif progress,speed,repeat frames
I updated the image codec to support flutter3.16, I also had to revert this change because it doesn't support frames with duration below 1 second https://github.com/saytoonz/flutter_gif/pull/3
I recently upgraded Flutter to version 3.16.9, I'm on the stable channel. When I try to run my app which depends on `flutter_gif` version `0.0.4` and worked fine before updating...
This pull request solves the issue with using `PaintingBinding.instantiateImageCodec` on Flutter version `3.16.9`. Issue: https://github.com/saytoonz/flutter_gif/issues/12
Hey there 👋 The last couple days I was debugging our application for out-of-memory failures on iPhone 10 and iPad 6 (both using iOS 15 or iPad OS 16). We...
I'm getting this error [ERROR:flutter/lib/ui/painting/multi_frame_codec.cc(110)] Could not getPixels for frame 0 E/flutter (14759): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Could not getPixels for frame 0 flutter doctor: Doctor summary (to see all...
in fetchGif function, it should handle FileImage: ``` String key = provider is NetworkImage ? provider.url : provider is AssetImage ? provider.assetName : provider is MemoryImage ? provider.bytes.toString() : provider...
Time must be set?It‘s bad
When you use a website on your mobile phone which displays gifs, there is just a grey box where the gif should be. Why is that? On a computer everything...
Thanks for creating this useful package. Can you please tell me how can i play gif only once, No repeat.