flutter_animated icon indicating copy to clipboard operation
flutter_animated copied to clipboard

performance improvement

Open namiwang opened this issue 8 years ago • 0 comments

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
      • https://github.com/bumptech/glide
      • https://github.com/koral--/android-gif-drawable
    • ios
      • https://github.com/Flipboard/FLAnimatedImage
      • https://github.com/ibireme/YYImage

namiwang avatar Jun 20 '17 09:06 namiwang