Skip to content

[sync] 2026/06/03#1620

Merged
AmosHuKe merged 23 commits into
cfug:mainfrom
AmosHuKe:sync-20260603
Jun 3, 2026
Merged

[sync] 2026/06/03#1620
AmosHuKe merged 23 commits into
cfug:mainfrom
AmosHuKe:sync-20260603

Conversation

@AmosHuKe

@AmosHuKe AmosHuKe commented Jun 3, 2026

Copy link
Copy Markdown
Member

ref #374

主要更新

  • 细化 CI 相关流程,
    文档 (sites/docs) 流程 build.yml 重组为 docs.ymldart.yml
    主要为了即将合并的 flutter.dev 官网首页 (sites/www) 做准备。

johnpryan and others added 23 commits May 20, 2026 13:06
Co-authored-by: Parker Lougheed <parlough@gmail.com>
- Split the existing `test` workflow into separate `Dart code` and `Docs
site` workflows.
- Add path filters so jobs only run for relevant changes.
- Add workflow concurrency and job timeouts to reduce redundant CI runs.

Contributes to flutter/website#13148
Adding a few videos from I/O to the site. More to come.

@khanhnwin
Seamless overscroll delegation between nested scrollables so that when
an inner scrollable reaches its boundary, the remaining scroll delta and
any fling velocity are applied to ancestor scrollables. This mirrors
native platform behavior and aligns touch-driven scrolling with
mouse-wheel propagation.

_Issues fixed by this PR (if any):_ None — this is a new opt-in feature.

_PRs or commits this PR depends on (if any):_
flutter/flutter#181761

## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.
*Description of what this PR is changing or adding, and why:*

Clarifies the challenge instructions in the layout tutorial by
correcting the description of the `guess` variable type.

The previous wording incorrectly implied that `guess` itself was a
record with the type `({String char, HitType type})`, when it is
actually a collection of records. The updated text explains that each
element in `guess` is a record and explicitly mentions using a nested
loop to iterate over the letters.

This aligns the tutorial instructions with the provided solution code
and avoids confusion for readers attempting the challenge.

*Issues fixed by this PR (if any):*

Fixes #13422


*PRs or commits this PR depends on (if any):*

None.

## Presubmit checklist

* [x] If you are unwilling, or unable, to sign the CLA, even for a
*tiny*, one-word PR, please file an issue instead of a PR.
* [ ] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
* [x] This PR follows the [[Google Developer Documentation Style
Guidelines](https://developers.google.com/style)](https://developers.google.com/style)—for
example, it doesn't use *i.e.* or *e.g.*, and it avoids *I* and *we*
(first-person pronouns).
* [x] This PR uses [[semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.
## Description

Updates the Web FAQ to reflect the current state of service worker
support.

Removes outdated references to the `--pwa-strategy` flag and clarifies
that Flutter no longer generates or manages a service worker by default.

## Issues fixed by this PR

Closes #13319

## PRs or commits this PR depends on

None

## Presubmit checklist

* [x] If you are unwilling, or unable, to sign the CLA, even for a
*tiny*, one-word PR, please file an issue instead of a PR.
* [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
* [x] This PR follows the [[Google Developer Documentation Style
Guidelines](https://developers.google.com/style)](https://developers.google.com/style)—for
example, it doesn't use *i.e.* or *e.g.*, and it avoids *I* and *we*
(first-person pronouns).
* [x] This PR uses [[semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.

---------

Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Shams Zakhour <44418985+sfshaza2@users.noreply.github.com>
_Description of what this PR is changing or adding, and why:_

Adds a redirect to introduce component library design document

_Issues fixed by this PR (if any):_

_PRs or commits this PR depends on (if any):_

## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.
Add /go/scroll-metrics-notification-align-docs design doc redirect.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
As title.

Related to flutter/flutter#187278

## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.
Fixes flutter/website#13380, which has been
reported multiple times.
_Description of what this PR is changing or adding, and why:_

The survey is planned to run from 6/1 to 6/12. This PR should not land
before 6/1.

_Issues fixed by this PR (if any):_

_PRs or commits this PR depends on (if any):_

## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.
_Description of what this PR is changing or adding, and why:_ 

Adds the 'OverflowBar' widget to the [Multi-chlid layout widgets](https://docs.flutter.dev/ui/widgets/layout)

_Issues fixed by this PR (if any):_

Resolves flutter/website#13433

-----

Co-authored-by: YukiAttano <yuki.attano@memeozer.com>
It seems the necessary commit wasn't included in 3.41.9, so we should
either update this to 3.44 or remove it. I chose to remove it as new
developers following the setup instructions will likely be using an
up-to-date Flutter SDK and if not, the tooling should prompt them
if/when the installation of Rosetta is necessary. This keeps the docs up
to date and focused for the majority of developers.

Resolves flutter/website#13369
Closes flutter/website#12178
Also add instructions on how to update the image and its sha digest.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Description of what this PR is changing or adding, and why:
Adds a breaking change page for the new `enabled` property logic on
`DropdownButton` and `DropdownButtonFormField`. This explains why the
`onChanged` callback is no longer required and clarifies the fallback
behavior for backward compatibility. It also guides developers on how to
properly separate interactive state (`enabled`) from widget behavior
(`onChanged`), highlighting what the `dart fix` covers and what requires
manual migration (like conditional logic).

Issues fixed by this PR (if any):
N/A but related to flutter/flutter#57953

PRs or commits this PR depends on (if any):
Depends on flutter/flutter#182419


## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
@chenglu

chenglu commented Jun 3, 2026

Copy link
Copy Markdown
Member

wow, marketing site 要合并到 docs site 嘛?

@AmosHuKe AmosHuKe marked this pull request as ready for review June 3, 2026 14:09
@AmosHuKe AmosHuKe requested a review from a team as a code owner June 3, 2026 14:09
@AmosHuKe AmosHuKe requested review from AlexV525 and chenglu and removed request for a team June 3, 2026 14:09
@AmosHuKe

AmosHuKe commented Jun 3, 2026

Copy link
Copy Markdown
Member Author

是的,marketing site 统一到这个 repo 来管理。

@AmosHuKe

AmosHuKe commented Jun 3, 2026

Copy link
Copy Markdown
Member Author

实际上还是两个独立的项目 (www 和 docs) ,只是放一起来管理。

@AmosHuKe AmosHuKe merged commit d80fe7f into cfug:main Jun 3, 2026
9 checks passed
@AmosHuKe AmosHuKe deleted the sync-20260603 branch June 3, 2026 14:27
@AmosHuKe AmosHuKe restored the sync-20260603 branch June 3, 2026 14:27
@AmosHuKe AmosHuKe deleted the sync-20260603 branch June 3, 2026 14:27
Sign up for free to 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.