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

Added task to upgrade/precache flutter #5

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

ricardoboss
Copy link
Owner

This should fix #3.

I added a task to the worker that runs when the worker first starts up and, by default, once per day to upgrade flutter to the latest stable version (implicitly building the flutter tool) and then run flutter precache to download common dependencies (like sky_engine).

@ricardoboss
Copy link
Owner Author

I also introduced CliWrap because I plan to move to it instead of my custom DartCli service in the worker.

@ricardoboss ricardoboss merged commit ca0d699 into main Mar 17, 2023
@ricardoboss ricardoboss deleted the issue/3-include-flutter-sdk branch March 17, 2023 12:36
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

Successfully merging this pull request may close these issues.

Docs generation doesn't work for packages depending on flutter SDK
1 participant