Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: The download feature has a process for users to know the progress of the download. #1136

Closed
choepro577 opened this issue Aug 20, 2023 · 2 comments

Comments

@choepro577
Copy link

i tried it and had a problem with my app. New updates take a long time to load, and there's no way of knowing how much progress is being made.

@eseidel
Copy link
Contributor

eseidel commented Aug 20, 2023

I'd love to learn more. How large are the updates? I would expect them only to be a few hundred bytes or maybe a couple kilobytes (smaller than almost all web pages!) in size. So any load delays are unlikely to be network related.

By default updates apply in the background on launch to require two re-launches of the app to apply (the first to get the update, the second to use the update).

It's also possible to trigger an update manually (which can remove one of the re-launches) with package:shorebird_code_push.

@eseidel
Copy link
Contributor

eseidel commented Oct 31, 2023

I think this may be covered by shorebirdtech/updater#38?

@eseidel eseidel closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants