flutter_animated icon indicating copy to clipboard operation
flutter_animated copied to clipboard

Animated images (gif/apng) support in flutter

Results 13 flutter_animated issues
Sort by recently updated
recently updated
newest added

Hi, I've just installed the plugin, and added an AnimatedGif to test, and it gave me this error on executing flutter run : Running 'gradle assembleDebug'... Failed to notify ProjectEvaluationListener.afterEvaluate(),...

Rely on https://github.com/flutter/flutter/issues/11016

currently it takes seconds to decode large images - checkout low level ImageProvider, ImageStream, RawImage, dart_ui:Image, etc. - or `use the platform` for high performance - android - android.graphics.Movie -...