Skip to content

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
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

rajveermalviya
Copy link
Member

@rajveermalviya
Copy link
Member Author

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.

@rajveermalviya rajveermalviya added the maintainer review PR ready for review by Zulip maintainers label Aug 5, 2025
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://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.
@chrisbobbe
Copy link
Collaborator

Thanks, LGTM! Marking for Greg's review.

@chrisbobbe chrisbobbe requested a review from gnprice August 6, 2025 00:17
@chrisbobbe chrisbobbe assigned gnprice and unassigned chrisbobbe Aug 6, 2025
@chrisbobbe chrisbobbe added integration review Added by maintainers when PR may be ready for integration and removed maintainer review PR ready for review by Zulip maintainers labels Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration review Added by maintainers when PR may be ready for integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants