Skip to content

Conversation

@sfshaza2
Copy link
Contributor

@sfshaza2 sfshaza2 commented Nov 6, 2025

as it says

@sfshaza2 sfshaza2 requested a review from a team as a code owner November 6, 2025 22:48
@sfshaza2 sfshaza2 marked this pull request as draft November 6, 2025 22:48
@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 focuses on maintaining up-to-date release documentation by integrating the latest Flutter 3.38 and Dart 3.10 information into the main 'What's New' page. Concurrently, it ensures proper content lifecycle management by moving the Flutter 3.32 release details to a dedicated archive. The updates encompass new language features, development tool enhancements, platform-specific support, and significant improvements to accessibility documentation.

Highlights

  • Latest Release Information: Added comprehensive details for the Flutter 3.38 and Dart 3.10 releases to the primary 'What's New' page.
  • Content Archiving: Moved the Flutter 3.32 release notes, including website updates and documentation changes, to the archive-whats-new.md file for historical reference.
  • New Documentation for Flutter 3.38: Introduced new documentation covering Dart dot shorthands, web development configuration for flutter run, enhanced Widget Previewer integration, updated iOS/macOS platform support, UIScene lifecycle migration, and reworked accessibility guides.
  • Website Enhancements (Archived): Archived details of past website improvements from the Flutter 3.32 release, such as dark mode, page rating, sidenav changes, and accessibility enhancements.
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 updates the 'What's New' pages by archiving the Flutter 3.32 release notes and adding a new entry for the upcoming 3.38 release. My review focuses on identifying placeholder content that must be updated before merging, as well as fixing some typos and inconsistencies in the new markdown content. Several critical placeholders for release-related URLs need to be replaced, and there's a broken link due to a naming mismatch.

Comment on lines 81 to 86
[3.38 release notes and change log]: xxx
[accessibility docs]: /ui/accessibility
[bc-3.38]: /release/breaking-changes#released-in-flutter-3-38
[Dart 3.10 release]: xxx
[Dart dot shorthands]: {{site.dart-site}}/language/dot-shorthands
[DevTools release notes]: xxx
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

These link definitions are placeholders. Please replace xxx with the correct URLs before merging for the following:

  • [3.38 release notes and change log]
  • [Dart 3.10 release]
  • [DevTools release notes]


Other relevant resources:

* [3.38 release notes and changelog][]
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The link reference here is [3.38 release notes and changelog][], but the definition on line 81 is [3.38 release notes and change log]: xxx. The mismatch between changelog and change log will cause the link to be broken. Please make them consistent.

Suggested change
* [3.38 release notes and changelog][]
* [3.38 release notes and change log][]

page for this release. That's also where you'll find useful
migration info.

[Architectural overview page]: /resources/architectural-overview
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 link definition for [Architectural overview page] is a duplicate. An identical definition already exists for the 3.29 release section. While this won't break the build, it's redundant and could cause confusion during future maintenance. It's best to remove this duplicate definition and rely on the existing one.


**Docs updated or added since the 3.35 release**

* The Dart language now supports _dot shortshands_ syntax
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

There's a typo here. It should be shorthands instead of shortshands.

Suggested change
* The Dart language now supports _dot shortshands_ syntax
* The Dart language now supports _dot shorthands_ syntax

Adding info about the update to the websit
@flutter-website-bot
Copy link
Collaborator

flutter-website-bot commented Nov 6, 2025

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

https://flutter-docs-prod--pr12656-whats-new-7yl0av4y.web.app

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.

3 participants