Skip to content

Conversation

@sfshaza2
Copy link
Contributor

@sfshaza2 sfshaza2 commented Jan 8, 2026

@bkonyi, @loic-sharma noticed some breaking changes that were misplaced when the site was migrated. Can you confirm these corrections?

@sfshaza2 sfshaza2 requested a review from bkonyi January 8, 2026 21:19
@sfshaza2 sfshaza2 requested a review from a team as a code owner January 8, 2026 21:19
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @sfshaza2, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses inaccuracies in the breaking changes index by correcting the placement of two specific breaking change entries. The changes ensure that the documentation accurately reflects the release versions associated with these breaking changes, thereby improving the clarity and correctness of the release notes for users.

Highlights

  • Breaking Change Relocation: The 'Stop generating AssetManifest.json' breaking change entry has been moved from the 'Not yet released to stable' section to the 'Released in Flutter 3.19' section.
  • Breaking Change Relocation: The '$FLUTTER_ROOT/version' replaced by '$FLUTTER_ROOT/bin/cache/flutter.version.json' breaking change entry has been moved from the 'Not yet released to stable' section to an earlier released section.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

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 aims to correct the placement of several breaking changes in the index file. However, based on the content of the documentation files for these breaking changes, the new placements appear to be incorrect. Both 'Stop generating AssetManifest.json' and '$FLUTTER_ROOT/version replaced by $FLUTTER_ROOT/bin/cache/flutter.version.json' seem to be slated for future releases, not the ones they've been moved to. Additionally, there's a minor formatting inconsistency introduced with an extra newline. Please see the detailed comments for more information.

* [Flutter now sets default `abiFilters` in Android builds][]
* [Merged threads on macOS and Windows][]
* [The `Visibility` widget is no longer focusable by default when `maintainState` is enabled][]
* [`$FLUTTER_ROOT/version` replaced by `$FLUTTER_ROOT/bin/cache/flutter.version.json`][]
Copy link
Contributor

Choose a reason for hiding this comment

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

high

This change moves the '$FLUTTER_ROOT/version replaced by $FLUTTER_ROOT/bin/cache/flutter.version.json' breaking change to the 'Released in Flutter 3.35' section. However, the corresponding documentation file (src/content/release/breaking-changes/flutter-root-version-file.md) states 'Stable release: Not published yet'. This suggests the change should remain in the 'Not yet released to stable' section. Please verify the correct release for this change.

* [Deprecate imperative apply of Flutter's Gradle plugins][]
* [Default multitouch scrolling][]
* [Accessibility traversal order of tooltip changed][]
* [Stop generating `AssetManifest.json`][]
Copy link
Contributor

Choose a reason for hiding this comment

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

high

This change moves the 'Stop generating AssetManifest.json' breaking change to the 'Released in Flutter 3.19' section. However, according to src/content/release/breaking-changes/asset-manifest-dot-json.md, this change will be effective 'starting with the fourth stable release after 3.19 or one year after the release of 3.19, whichever comes later'. This implies it was not released in 3.19 and should probably stay in the 'Not yet released to stable' section. Please confirm the correct placement.

[Rename `MemoryAllocations` to `FlutterMemoryAllocations`]: /release/breaking-changes/flutter-memory-allocations

<a id="released-in-flutter-319" aria-hidden="true"></a>

Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This added blank line makes the formatting inconsistent with other release sections in this file, which don't have a blank line between the anchor tag and the heading. For consistency, please remove this line.

@flutter-website-bot
Copy link
Collaborator

Visit the preview URL for this PR (updated for commit ee86c0b):

https://flutter-docs-prod--pr12902-breaking-llsxrd0z.web.app

Copy link
Member

@loic-sharma loic-sharma left a comment

Choose a reason for hiding this comment

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

Thanks!

@sfshaza2 sfshaza2 merged commit 2bfebae into main Jan 9, 2026
10 checks passed
@sfshaza2 sfshaza2 deleted the breaking branch January 9, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants