-
How can I make a download progress bar with download speed, total file size, estimated remaining time and so on, like this demo ⬇️ |
Beta Was this translation helpful? Give feedback.
Answered by
bashbunni
Feb 6, 2023
Replies: 1 comment 4 replies
-
The code is linked in that same example folder. You can essentially use p.Send to send updated values to your bubble tea program. In this case, there's a function that is constantly receiving the progress updates and sends that to our bubble tea program with p.Send. Does that answer the question? If not, I can try again :) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
liblaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code is linked in that same example folder. You can essentially use p.Send to send updated values to your bubble tea program. In this case, there's a function that is constantly receiving the progress updates and sends that to our bubble tea program with p.Send. Does that answer the question? If not, I can try again :)