You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some needs of the project, we need to monitor the loading time of pictures, not only downloading, including decoding. That is, we need to know how many times to display a set of pictures, from the begin loading to render complete (rendering monitoring may be difficult, then use the decoding completion time is ok) .
I think the property _isLoaded of ImageHandler is very useful, how to expose it. Actually, we want to use(or get) it in CachedNetworkImage
Contextualize the feature
Describe the feature
Platforms affected (mark all that apply)
📱 iOS
🤖 Android
The text was updated successfully, but these errors were encountered:
weiminghuaa
changed the title
Image load complete notification
Image decode complete notification
Jan 19, 2022
🚀 Feature Requests
Due to some needs of the project, we need to monitor the loading time of pictures, not only downloading, including decoding. That is, we need to know how many times to display a set of pictures, from the begin loading to render complete (rendering monitoring may be difficult, then use the decoding completion time is ok) .
I think the property _isLoaded of ImageHandler is very useful, how to expose it. Actually, we want to use(or get) it in CachedNetworkImage
Contextualize the feature
Describe the feature
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: