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
{{ message }}
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
what is your opinion on omitting the flutter update check on startup?
Id argue that since the container is disposed after each call, manual upgrading doesnt make any sense and the update check takes quite a while on each run.
This would also contribute towards #5 for faster container startup times.
The appropriate flag is --no-version-check (see here).
After all, the flutter upgrade call works nevertheless if people need it (e.g. for persistent containers).
The text was updated successfully, but these errors were encountered:
Hey,
what is your opinion on omitting the flutter update check on startup?
Id argue that since the container is disposed after each call, manual upgrading doesnt make any sense and the update check takes quite a while on each run.
This would also contribute towards #5 for faster container startup times.
The appropriate flag is
--no-version-check
(see here).After all, the
flutter upgrade
call works nevertheless if people need it (e.g. for persistent containers).The text was updated successfully, but these errors were encountered: