flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Download progress with CachedNetworkImageProvider
💬 Questions and Help
I am using CachedNetworkImageProvider in my app but I am not finding any way to show download progress.
CircleAvatar( radius: 55, backgroundImage: CachedNetworkImageProvider( GlobalData .avatar.value, ), ),
Any kind of help will be appreciated.
For questions or help we recommend checking: