Open inludese opened 2 years ago
Placeholder isn't displaying while new image loading.
Inside theSliverList when new item added to it, placeholder not displayed for new item. Old image is displaying until new one is loading
SliverList
ImageFade(placeholder: isDarkTheme ? Graphics.placeholderDarkImage : Graphics.placeholderLightImage, image: FirebaseImage(_item.getImageUrl(_channel)), errorBuilder: ((context, obj) => isDarkTheme ? Graphics.placeholderDarkImage : Graphics.placeholderLightImage), duration: const Duration(milliseconds: 150), syncDuration: const Duration(milliseconds: 0), fit: BoxFit.cover)
Placeholder isn't displaying while new image loading.
Inside the
SliverList
when new item added to it, placeholder not displayed for new item. Old image is displaying until new one is loading