-
Notifications
You must be signed in to change notification settings - Fork 321
Upgrade Flutter, packages and Android build dependencies #1791
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
Open
rajveermalviya
wants to merge
9
commits into
zulip:main
Choose a base branch
from
rajveermalviya:pr-upgrade-flutter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+170
−161
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This upgrade should also include the fix for dart-lang/sdk#61197, which was previously observed by @sm-sayedi, see discussion: https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/New.20Flutter.20upgrade.20degrades.20code.20autocompletion. |
And update Flutter's supporting libraries to match.
… SDK Firebase iOS SDK version 12.0 bumps minimum supported iOS version to 15.0, see: https://firebase.google.com/support/release-notes/ios#version_1200_-_july_15_2025 firebase/firebase-ios-sdk#14732 As we plan to bump our Firebase dependency soon, update the min iOS version to 15.0 .
This commit is result of following commands: flutter pub upgrade --major-versions firebase_messaging firebase_core tools/upgrade pod Changelogs: https://pub.dev/packages/firebase_core/changelog#400 https://pub.dev/packages/firebase_messaging/changelog#1600 Notable changes include bump to Firebase Android BoM (33.16.0 to 34.0.0) and Firebase iOS SDK (11.15.0 to 12.0.0), changelog for those are at: https://firebase.google.com/support/release-notes/android https://firebase.google.com/support/release-notes/ios In those bumps, one notable change for Android SDK is bumping minimum SDK version to 23, but it doesn't affect us, as we already require API 28. Similarly, one notable change on iOS is minimum supported platform version being changed to 15.0 on iOS and 10.15 on macOS.
Changelog: https://pub.dev/packages/pigeon/changelog#2600 Couple of changes for @proxyapi APIs, which we do not use.
Changelog: https://docs.gradle.org/9.0.0/release-notes.html Some highlights: - Configuration Cache improves build performance by caching and reusing the result of the configuration phase. - Embeds the latest stable release of Kotlin 2.2.x runtime and uses Kotlin language version 2.2. - Update to Groovy 4 - Version numbers are expressed as MAJOR.MINOR.PATCH, whereas previous minor releases omitted the patch segment (e.g., 8.5 instead of 8.5.0).
Changelog: https://kotlinlang.org/docs/whatsnew22.html Highlights: * Language features promotion to stable: - Guard conditions in when with a subject. - Non-local break and continue. - Multi-dollar interpolation: improved handling of $ in string literals. * Standard Library; Base64 API and HexFormat API are now Stable. * Otherwise mostly experimental features.
Release notes: https://developer.android.com/build/releases/past-releases/agp-8-11-0-release-notes#android-gradle-plugin-8.11.0 https://developer.android.com/build/releases/gradle-plugin#android-gradle-plugin-8.12.0 (for 8.12.0, for now) Mostly bug fixes, one notable change is that AGP version 8.12 now requires Android Studio Narwhal Feature Drop (2025.1.2).
0557a97
to
99d4266
Compare
Thanks, LGTM! Marking for Greg's review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Flutter notable commits
flutter/flutter#161460 (comment)
flutter/flutter#161460 (comment)