-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix Flutter versions #2536
Fix Flutter versions #2536
Conversation
To avoid random breaking changes showing up in CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me check if the "3.22.0"
has the needed fix for us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, works. Meaning we do not need beta
-channel anymore. I'm happy to remove fvm
again if you guys want?
@luckysori / @holzeis ?
Hmm, I don't mind FVM. I like the fact that I was able to use the |
I would like to get rid of it if we don't need it. One less tooling on our stack. @bonomat I guess it also means we can use the same flutter version for web app and app? |
We need to fix the versions for CI though. This PR did not change the versions btw. I just changed the target from a moving target to a fixed target. Because a PR was failing after |
To avoid random breaking changes showing up in CI.
AFAIK these were the versions we were using before
stable
was updated.