-
Hi! Is there a way to get the progress or a completion event when prefetching images? Something like Kingfisher provides in the ImagePrefetcher closure with a |
Beta Was this translation helpful? Give feedback.
Answered by
kean
Apr 9, 2025
Replies: 1 comment 1 reply
-
There currently isn't. If you need this detailed level of information, would maybe something like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jchm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There currently isn't. If you need this detailed level of information, would maybe something like
TaskGroup
andAsync/Await
work better for you?ImagePrefetcher
is designed to be "send and forget".