flutter_animated
flutter_animated copied to clipboard
Animated images (gif/apng) support in flutter
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 -...
- apng - webp
`.asset`, `.network`, etc.