Open bjwxy opened 3 months ago
Use a blur hash as a placeholder causes flickers
Seems like the flickering was caused by multiple calls to placeholderbuilder.
No flickers at all
CachedNetworkImage( imageUrl: url, placeholder: (context, url) { return BlurHash( hash: blurHashString, ); }, fit: BoxFit.contain, ),
Version: latest
Platform:
🐛 Bug Report
Use a blur hash as a placeholder causes flickers
Seems like the flickering was caused by multiple calls to placeholderbuilder.
Expected behavior
No flickers at all
Reproduction steps
CachedNetworkImage( imageUrl: url, placeholder: (context, url) { return BlurHash( hash: blurHashString, ); }, fit: BoxFit.contain, ),
Configuration
Version: latest
Platform: