-
Notifications
You must be signed in to change notification settings - Fork 147
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: upgrade to Dart 3.3.0 and Flutter 3.19.0 #1723
Comments
Our (needlessly internal) playbook on this: https://github.com/shorebirdtech/_shorebird/wiki/Shorebird-Release-Playbook#update-our-flutter-fork |
Flutter Beta: |
Cutler agrees:
|
Smoke test notes:
|
We decided to release this as a flutter-only release (no |
See #1698 (comment) for more info. |
|
|
Dart 3.3.0 just appeared on stable this morning:
https://github.com/dart-lang/sdk/tree/stable
My sense from experience is that that means Flutter isn't far behind.
We're blocked on fixing #1698 due to dart-lang/sdk#54860 affecting .dill generation, which we currently use upstream Dart for (not our fork). It would take a bunch of work for us to modify our infrastructure (and Dart code) to vend a patched
dart
binary (we don't test our modified Dart in JIT mode at all currently), so instead we're going to start the upgrade.Steps I can see:
There will probably be a bunch of infra/tooling work relating to flutter/engine having moved to use signing for iOS. We may also need to request a cert from Apple.
The text was updated successfully, but these errors were encountered: