Baseflow / Baseflow/flutter_cached_network_image
use a blur hash as a placeholder causes flickers
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 🐛 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:**
- [*] :iphone: iOS
- [ ] :robot: Android, Haven't tries this out.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.