When I scroll an AnimatedList containing items, each one containing a CachedNetworkImage, when the device is not connected to the Internet, I got errors in the logs, even though I use errorWidget.
Expected behavior
I should be able to scroll without any error in the logs and without seeing the error page.
Every CachedNetworkImage() that can not download the image should just display the error widget returned byerrorWidget`.
🐛 Bug Report
When I scroll an
AnimatedList
containing items, each one containing aCachedNetworkImage
, when the device is not connected to the Internet, I got errors in the logs, even though I useerrorWidget
.Expected behavior
I should be able to scroll without any error in the logs and without seeing the error page. Every
CachedNetworkImage() that can not download the image should just display the error widget returned by
errorWidget`.Reproduction steps
Code
Configuration
Version: 3.2.3
Platform: