-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Upgrade to Flutter v3.24.2 #1703
Conversation
⬇️ Builds generated by Codemagic for commit c361c84 ⬇️ Note: Only Sharezone team members are able to install the iOS app.
(expires Tue, 8 Oct 2024 16:16:45 GMT) |
Can we hold off until NixOS/nixpkgs#333197 is resolved? Because I tried for an hour to install flutter on my NixOS system and even with the old method of using fvm it doesn't work right now. |
@Jonas-Sander Is this PR ready to merge now since NixOS/nixpkgs#333197 is closed? |
Well the nix version of flutter is now upgraded, but using this version lead me to this bug: flutter/flutter#153238, which makes it unusable for me. If you want to upgrade, then we could merge the following PR, so that I just use the fvm version again: #1726 |
Needed for #1703 (or upgrading flutter in general right now), because using the current nix version of flutter 3.24 lead me to this bug: flutter/flutter#153238 and I don't want to block upgrading flutter further, since until the nix version of flutter is upgraded it will probably take a week or more.
@Jonas-Sander Can you review the PR? |
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.
LGTM
We couldn't run `dart run build_runner build` anymore. After executing this command, you received: ``` [SEVERE] Failed to spawn build script after retry. This is likely due to a misconfigured builder definition. See the generated script at .dart_tool/build/entrypoint/build.dart to find errors. ``` This issue was introduced with #1703. The reason for it was that we need a newer `frontend_server_client` version (see google/json_serializable.dart#1427 (comment)). After running `dart/flutter pub upgrade` in every package, I was able to execute `dart run build_runner build` again.
Migrations:
ButtonBar
in favor ofOverflowBar