Skip to content

Conversation

@rajveermalviya
Copy link
Member

Flutter notable commits

Still doesn't include a fix for #918 because even if we use the main branch from upstream repo, there is another issue of a method not being implemented: james-alex/color_models#14.

And same for #437, because there still doesn't seem to be support for filtering font entires in pubspec.yaml yet, only assets: flutter/flutter#176393.

And update Flutter's supporting libraries to match.
This commit is the result of the following commands:
  flutter pub upgrade --major-versions firebase_messaging firebase_core
  tools/upgrade pod

Changelogs:
  https://pub.dev/packages/firebase_core/changelog#421
  https://pub.dev/packages/firebase_messaging/changelog#1604

No notable changes for both of these packages.
This commit is the result of the following commands:
  flutter pub upgrade --major-versions pigeon
  tools/check --all-files --fix pigeon

Changelog:
  https://pub.dev/packages/pigeon/changelog#2612

There is one bug fix related to `InstanceManager` which seems to
be used for `@ProxyApi`, which we do not use it.
Changelog:
  https://pub.dev/packages/http/changelog#160

One breaking change which now omits `charset` parameter for all
media types except for `text` and some `application/xml` types:
  https://github.com/dart-lang/http/blob/a22386e9c/pkgs/http/lib/src/request.dart#L18-L31
  dart-lang/http#1798

That breaks some of our tests which expect `charset=utf-8` being
present in the `Content-Type` header, so this commit includes a fix
for those tests, simply removing that expectation.

The default charset still remains `utf-8`:
  https://github.com/dart-lang/http/blob/a22386e9c/pkgs/http/lib/src/request.dart#L179
@chrisbobbe
Copy link
Collaborator

Thanks! LGTM, and looks OK with a quick manual smoke test on an iOS simulator; marking for Greg's review.

@chrisbobbe chrisbobbe requested a review from gnprice December 2, 2025 21:22
@chrisbobbe chrisbobbe added the integration review Added by maintainers when PR may be ready for integration label Dec 2, 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