Skip to content

Update repo for 3.38 - #10405

Merged
auto-submit[bot] merged 7 commits into
flutter:mainfrom
stuartmorgan-g:flutter-3-38-update
Nov 12, 2025
Merged

Update repo for 3.38#10405
auto-submit[bot] merged 7 commits into
flutter:mainfrom
stuartmorgan-g:flutter-3-38-update

Conversation

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle).

This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.

@stuartmorgan-g

Copy link
Copy Markdown
CollaboratorAuthor

Version override: min SDK changes are one of the documented exceptions for version bumps. (The formatter changes are technically changes to production code, but it's just autoformatting so there's no real value in releasing it.)

@gemini-code-assistgemini-code-assistBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the repository for the 3.38 release. The changes include updating CI configurations, bumping the minimum SDK and Flutter versions in various pubspec.yaml files, and adding release notes to CHANGELOG.md files. A significant portion of the changes consists of code reformatting, which is expected due to the Dart SDK update. All modifications appear to be correct and align with the goal of preparing the repository for the new Flutter version.

@mdebbarmdebbar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@PiinksPiinks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@parloughparlough left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mustache_template changes look good to me, thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@stuartmorgan-g@mboetger@reidbaker@mdebbar@jtmcdole@Piinks@parlough