humblerookie / optimized_cached_image

A flutter library for loading images from network, resizing as per container size and caching while being memory sensitive.
MIT License
80 stars 42 forks source link

Jank when using 2.0.1 #50

Open MartiSilvio opened 3 years ago

MartiSilvio commented 3 years ago

is anyone having a similar issue when using it in a ListView? CachedNetworkImage doesn't have this issue, neither did version 1.0.0.

britannio commented 3 years ago

Yes

yenyichau commented 3 years ago

First load got jank issue. How to solve this?

britannio commented 3 years ago

I ended up switching back to https://pub.dev/packages/cached_network_image as it now supports caching resized images and doesn't jank.

humblerookie commented 3 years ago

@MartiSilvio Could you share a screen recording and your console logs?