-
Notifications
You must be signed in to change notification settings - Fork 140
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: support Flutter 3.22.1 #2157
Comments
Yeah, we're quite a bit later than normal on this one. I expect we'll do this tomorrow. Thanks for the reminder. |
@bryanoltman is doing the roll now, should be released in a couple hours. |
Shorebird
I believe we still need to roll out the new flutter version and publish a new shorebird version |
@erickzanardo Correct. We're currently waiting for the engine artifacts to compile. Once those are done, we need to update https://github.com/shorebirdtech/flutter to point to the new engine version, and then update the CLI to point to that updated Flutter. |
Description
Add support for flutter 3.22.1
Requirements
Additional Context
Currently there is support for 3.22.0. But this version is bugged and fails to generate translations properly: dart-lang/sdk#55758
It's getting annoyed when you rely on code generation and you need constantly manually generate the translations because of bug.
The text was updated successfully, but these errors were encountered: