flutter_animated
flutter_animated copied to clipboard
performance improvement
currently it takes seconds to decode large images
- checkout low level ImageProvider, ImageStream, RawImage, dart_ui:Image, etc.
- or
use the platformfor high performance- android
- android.graphics.Movie
- https://github.com/bumptech/glide
- https://github.com/koral--/android-gif-drawable
- ios
- https://github.com/Flipboard/FLAnimatedImage
- https://github.com/ibireme/YYImage
- android