Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sync] 2024/11/02 #1519

Merged
merged 159 commits into from
Nov 2, 2024
Merged

[sync] 2024/11/02 #1519

merged 159 commits into from
Nov 2, 2024

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    94f5ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef2eac View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add migration guide to opt out of edge-to-edge by default on Android …

    …(#11068)
    
    _Description of what this PR is changing or adding, and why:_
    Adds a migration guide telling folks how to opt out of edge-to-edge mode
    when their Flutter on Android app targets Android 15+.
    
    This (targeting Android 15+) will happen by default in the next Flutter
    stable version, so the described migration steps will be necessary if
    folks do not explicitly use edge-to-edge mode in their app. Folks may
    also change the Android version they target, so the steps apply if their
    target Android 15+ themselves, as well.
    
    _Issues fixed by this PR (if any):_
    Part of flutter/website#10755
    
    _PRs or commits this PR depends on (if any):_
    flutter/flutter#153795 (merged)
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    camsim99 and sfshaza2 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    959de85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f8f03 View commit details
    Browse the repository at this point in the history
  3. Adding info about code push to the faq (#11105)

    Code push is supported by Shorebird.
    
    Fixes flutter/website#11062
    
    cc @sethladd
    sfshaza2 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    76932a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    12b7f07 View commit details
    Browse the repository at this point in the history
  2. Adds note for the common error of indentations (#11106)

    _Description of what this PR is changing or adding, and why:_
    
    Adds a note to address common mistake when specifying the `assets` entry
    in `pubspec.yaml`
    
    _Issues fixed by this PR (if any):_
    
    #11104
    
    _PRs or commits this PR depends on (if any):_
    
    N/A
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [X] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    Luckey-Elijah and sfshaza2 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    25a9e57 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add storekit 2 adoption link (#11108)

    Adds link for storekit 2 design
    [doc](https://docs.google.com/document/d/1ggeORSbgPf94kVbfAL8SGw4lwECXfOd0xLiXeE6ttZc/edit?tab=t.0)
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    LouiseHsu authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    691c91a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Adds wide gamut framework breakage notice. (#11082)

    ## Description of what this PR is changing or adding, and why:
    Adding breaking change notice for wide gamut colors in the framework.
    
    ## Issues fixed by this PR (if any):
    flutter/flutter#127855
    
    ## PRs or commits this PR depends on (if any):
    flutter/engine#54737
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2a2cdbe View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    0f24a54 View commit details
    Browse the repository at this point in the history
  2. Fix: Bug in flutter_site/check_link_references tool during matching…

    … (#11111)
    
    _Description of what this PR is changing or adding, and why:_
    
    When checking with `dart run flutter_site check_link_references`, if
    there is HTML like the following:
    ```html
    <div>xxxxxx</div>
    
    <li>xxx in xxx</li>
    xxx
    <li>[ref][refxxx]</li>
    xxx
    <li>xxx in <a href="https://github.com/flutter/flutter/pull/123456">123456</a></li>
    
    <div>xxxxxx</div>
    ```
    
    before checking, it will be changed to the following:
    ```diff 
    <div>xxxxxx</div>
    
    - <li>xxx in xxx</li>
    - xxx
    - <li>[ref][refxxx]</li>
    - xxx
    - <li>xxx in <a href="https://github.com/flutter/flutter/pull/123456">123456</a></li>
    
    <div>xxxxxx</div>
    ```
    
    this will cause `[ref][refxxx]` to be removed and no longer checked.
    
    The expected HTML looks like this:
    ```diff
    <div>xxxxxx</div>
    
    <li>xxx in xxx</li>
    xxx
    <li>[ref][refxxx]</li>
    xxx
    - <li>xxx in <a href="https://github.com/flutter/flutter/pull/123456">123456</a></li>
    
    <div>xxxxxx</div>
    ```
    
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    AmosHuKe authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    38a98b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    783e6b6 View commit details
    Browse the repository at this point in the history
  4. Fix formatting of code snippets on iOS dev pages (#11021)

    Fixes #10725 
    
    ---------
    
    Co-authored-by: Brett Morgan <brettmorgan@google.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    3 people authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    556b7a9 View commit details
    Browse the repository at this point in the history
  5. Remove/disable broken scorecard workflow (#11116)

    The Flutter EngProd team is not currently using or maintaining the setup
    for this, causing the workflow to fail and the site build to appear as
    failing.
    
    Mirrors the change in flutter/samples#2430
    parlough authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bdc7004 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    8cfadc2 View commit details
    Browse the repository at this point in the history
  2. Fix footnotes on architectural overview page (#11118)

    - Use the recent footnote support we added as a Markdown plugin
    - Remove custom styling on the page
    - Add a scroll margin so the footnote reference is in view once
    navigated back to
    - Some other related cleanup on the page
    parlough authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fbdd397 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Bump examples/codelabs from 67b0007 to d93cf2b (#11126)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `67b0007` to `d93cf2b`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/d93cf2b408d3d01d80443bf62f4b4f622f387dbf"><code>d93cf2b</code></a>
    <code>withOpacity</code> =&gt; <code>withAlpha</code> (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2239">#2239</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/67b0007c4c079b85e858a5d70f978e5db03bf89a...d93cf2b408d3d01d80443bf62f4b4f622f387dbf">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d71e237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf65be1 View commit details
    Browse the repository at this point in the history
  3. Fix styling of text icons (#11124)

    Contributes to flutter/website#3632
    parlough authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b62e0b1 View commit details
    Browse the repository at this point in the history
  4. Switch to a new widget placeholder image in the catalog (#11123)

    This image has a transparent background and works well if the site also
    supports dark mode. I also hope to convey the placeholder nature of the
    image better.
    
    **!! Let me know what you think.** I'm open to changes or simplifying
    back to just the logo. Thanks!
    
    Before:
    <img width="200" alt="Before widget placeholder"
    src="https://github.com/user-attachments/assets/9438abc6-193b-4a73-b9bb-d4ac4802ced0">
    
    After:
    <img width="200" alt="After change widget placeholder"
    src="https://github.com/user-attachments/assets/b5d46389-4376-4aff-9c27-c31ba4e74b9b">
    
    **Staged:**
    https://flutter-docs-prod--pr11123-misc-new-widget-placeholder-pvgd0q85.web.app/ui/widgets/accessibility
    
    Contributes to flutter/website#3632
    parlough authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e988263 View commit details
    Browse the repository at this point in the history
  5. Remove extra visit link from widget catalog index (#11122)

    The name of the category is already a link.
    parlough authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e45c121 View commit details
    Browse the repository at this point in the history
  6. Fix headers and toc duplication in widget catalog (#11121)

    Headers weren't being modified by our 11ty/markdown to add anchors, so
    this PR switches them to use Markdown and enable the automatic
    processing.
    
    The pages also had duplicate TOCS, one manual and another automatically
    generated. This PR removes the manual one to standardize with the rest
    of the site.
    
    Also slightly improves the rendering on the catalog pages with only one
    or two entries in a subcategory.
    
    Contributes to flutter/website#10525 and makes
    future site redesign changes easier
    parlough authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0cb37db View commit details
    Browse the repository at this point in the history
  7. Add entryPointBaseUrl to web/initialization.md (#11120)

    `entryPointBaseUrl` was added in this PR -
    https://github.com/flutter/engine/pull/53231/files
    
    Adding an option that was previously documented under the old loading
    method.
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    curt-weber authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cf5df5d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Bump examples/codelabs from d93cf2b to 4c8554b (#11130)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `d93cf2b` to `4c8554b`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/4c8554b82523112d300b12b29789cc1bededc33e"><code>4c8554b</code></a>
    Elide <code>next-gen-ui</code> from <code>beta</code> channel (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2240">#2240</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/d93cf2b408d3d01d80443bf62f4b4f622f387dbf...4c8554b82523112d300b12b29789cc1bededc33e">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    da8d608 View commit details
    Browse the repository at this point in the history
  2. Add internet permission / entitlement instructions. (#11129)

    Using the same phrasing as `networking/fetch-data` everywhere.
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    domesticmouse authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    24155fa View commit details
    Browse the repository at this point in the history
  3. Adding a support page (#11128)

    Fixes flutter/website#11110
    
    cc @sethladd
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    sfshaza2 and parlough authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c06cdd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. FWE (v2) User Input (#11072)

    _Description of what this PR is changing or adding, and why:_ Adding V2
    FWE page for User Input.
    
    ---------
    
    Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    khanhnwin and sfshaza2 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    489a616 View commit details
    Browse the repository at this point in the history
  2. Adds note about color equality after wide gamut. (#11132)

    ## _Description of what this PR is changing or adding, and why:_
    Adding more details about the changing of Color equality.
    
    ## _Issues fixed by this PR (if any):_
    flutter/flutter#127855
    
    ## _PRs or commits this PR depends on (if any):_
    flutter/engine#54981
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    gaaclarke and sfshaza2 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3665cfb View commit details
    Browse the repository at this point in the history
  3. Update firebase.json with /to/spm for Swift Package Manager page …

    …(#11135)
    
    We're releasing a short video that promotes the new Swift Package
    Manager docs. We'd like a shorter URL to send folks to the docs.
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    khanhnwin and parlough authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e8d2b29 View commit details
    Browse the repository at this point in the history
  4. [web] Polish web embedding docs. (#11133)

    During an internal walkthrough of the Web embedding documents, we came
    up with the following action items:
    
    * Document the need for the `runWidget` function
    * Rename "Full-screen" to "Full page"
    * Tweak the title to be smarter, _"embedding"_ is not very meaningful
    
    One of our users was also running the docs, and encountered some of the
    issues that this PR addresses:
    
    * Fixes: flutter/flutter#153198
    
    There's also some minor typo/formatting fixes.
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    ditman authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    16573c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Remove use of third-party dependency for cookie banner (#11137)

    Switch implementation of banner to use `localStorage` instead of cookies
    (through `js-cookie`) to:
    
    - Reduce the amount of dependencies we have
    - Reduce page loading time
    - Make upcoming site design changes a bit easier
    parlough authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a21b7ac View commit details
    Browse the repository at this point in the history
  2. Some initial cleanup to FWE user input page (#11136)

    - Fixes a few spelling and grammar mistakes
    - Uses Markdown syntax where possible
    - Uses `<span>` instead of `<i>` for the material icons usages
    - Standardizes markdown formatting
    - Updates lines to be within 80 characters and more semantic breaks
    - Fixes a few duplicate words and spaces
    - Colocates markdown link definitions to be within the section they are
    used
    
    Once this lands, I'll follow up this PR with some new syntax/features to
    reduce some duplication between the custom cards.
    parlough authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a0fa11a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    474d0de View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    fa0c78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6627a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e99ec1a View commit details
    Browse the repository at this point in the history
  4. Bump examples/codelabs from 4c8554b to 42e1608 (#11143)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `4c8554b` to `42e1608`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/42e16088e073214e30e1dcad9a5f52bd100c6564"><code>42e1608</code></a>
    Bump github/codeql-action from 3.26.6 to 3.26.7 (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2241">#2241</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/4c8554b82523112d300b12b29789cc1bededc33e...42e16088e073214e30e1dcad9a5f52bd100c6564">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee2a1c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89d53dc View commit details
    Browse the repository at this point in the history
  6. Make internet permission an include (#11145)

    This is a follow up PR to clean up
    flutter/website#11129
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Parker Lougheed <parlough@gmail.com>
    domesticmouse and parlough authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9ccb2bc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    08c5f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3636f View commit details
    Browse the repository at this point in the history
  3. Mark new iOS and macOS releases as "Best effort" (#11149)

    On the [supported platforms
    page](https://docs.flutter.dev/reference/supported-platforms), we define
    "Best effort" as:
    
    > The Flutter team intends to support these platforms through coding
    practices. The team tests these platforms on an ad-hoc basis.
    
    **Staged:**
    https://flutter-docs-prod--pr11149-misc-ios-macos-2024-support-6pw3ezes.web.app/reference/supported-platforms
    parlough authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31abbf6 View commit details
    Browse the repository at this point in the history
  4. Bump examples/codelabs from 42e1608 to 18c7db0 (#11153)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `42e1608` to `18c7db0`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/18c7db08ee42004c55ec80794fcb7f54345b9f9d"><code>18c7db0</code></a>
    Prune old/unmaintained/not needed workflows (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2242">#2242</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/42e16088e073214e30e1dcad9a5f52bd100c6564...18c7db08ee42004c55ec80794fcb7f54345b9f9d">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    997c893 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    daa85c5 View commit details
    Browse the repository at this point in the history
  2. Fix: Text in other languages was removed from anchors (#11151)

    _Description of what this PR is changing or adding, and why:_
    
    > Markdown
    ```md
    ## Hello! 你好! हैलो مرحبا -
    ```
    
    If the header contains text in other languages, those languages are
    removed:
    
    ```html
    <div class="header-wrapper">
      <h2 id="hello">Hello! 你好! हैलो مرحبا -</h2>
      <a class="heading-link" href="#hello" aria-label="Link to 'Hello! 你好! हैलो مرحبا -' section">#</a>
    </div>
    ```
    
    The expected HTML looks like this:
    
    ```html
    <div class="header-wrapper">
      <h2 id="hello-你好-हल-مرحبا">Hello! 你好! हैलो مرحبا -</h2>
      <a class="heading-link" href="#hello-你好-हल-مرحبا" aria-label="Link to 'Hello! 你好! हैलो مرحبا -' section">#</a>
    </div>
    ```
    AmosHuKe authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6e1bf00 View commit details
    Browse the repository at this point in the history
  3. Remove outdated mention of 80fps iOS platform view cap (#11159)

    Removes the mention as the cap was removed in
    flutter/engine#51663. \cc @jonahwilliams
    
    Also updates some nearby Markdown formatting to match site style.
    parlough authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f1d2e7c View commit details
    Browse the repository at this point in the history
  4. Update references to iOS 18 beta and release (#11160)

    Extracted with some modifications and additions from
    flutter/website#11140
    
    Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    parlough and sfshaza2 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8acea9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    92837fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7d3d99a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4935994 View commit details
    Browse the repository at this point in the history
  3. iOS updates (#11140)

    Don't land yet.
    
    cc @sethladd @jmagman 
    
    **Staged:**
    https://flutter-docs-prod--pr11140-ios-nj1tdscm.web.app/platform-integration/ios/ios-latest
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    sfshaza2 and parlough authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f5c2efc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c35870b View commit details
    Browse the repository at this point in the history
  2. Reflect deprecation of the HTML renderer on image CORS details (#11155)

    Removes references to the HTML renderer (as it is being deprecated),
    except for a small version note. Reorganized the page to better show
    the reduced information load and remove redundant headings.
    
    I believe this comes into effect with 3.25.0, at the same time as
    flutter/flutter#152683 is released, but
    flutter/website#11045 has already been made, so
    this PR may be suitable immediately.
    
    Resolves #11154
    
    ---------
    
    Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    3 people authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    21ae949 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Minor, initial adjustments for ios-latest page (#11169)

    Consider hiding whitespace changes when reviewing.
    parlough authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7a91f9d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add /go/colorscheme-enhancements design doc redirect (#11174)

    Added link for colorscheme-enhancements design doc to firebase.json
    jwill authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1978153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ae180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db04be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c528b View commit details
    Browse the repository at this point in the history
  5. Clarify notice about installation in China (#11167)

    Clarify that the note is not meant to be for each country, but rather
    specifically for China.
    
    Also add Chinese instructions to better catch the attention of Chinese
    readers.
    
    Resolves flutter/website#11158
    Resolves flutter/website#11166
    
    **Staged:**
    https://flutter-docs-prod--pr11167-fix-clarify-china-notice-q4g69pok.web.app/get-started/install/
    parlough authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    756ce57 View commit details
    Browse the repository at this point in the history
  6. Update Wasm documentation (#11131)

    _Description of what this PR is changing or adding, and why:_
    
    Documentation was last updated for Flutter 3.22 and was outdated and
    misleading. I've updated it to include that `flutter run` is now
    supported, removed the experimental mentions (which conflict with the
    fact that it's now stable). I've also slightly reorganised some parts,
    as they are less necessary now that `flutter run` works, and added a way
    to actually verify whether Wasm is being used (two different methods,
    because one does not always seem 100% reliable)
    
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    JaffaKetchup authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a5e1478 View commit details
    Browse the repository at this point in the history
  7. Make it clear that relative base hrefs are supported for the client/r…

    …untime if appropriately formed (#11163)
    
    There are some places where a relative `base href` is not supported (and
    these are documented/validated), but there is nothing explicitly calling
    out that they are supported in the client app. This adds a note to
    solidify this so they can be used (for example in the DevTools server)
    without the worry of them being undocumented.
    
    Fixes flutter/flutter#154620
    
    Related:
    - flutter/devtools#8067 - an issue best fixed
    by using relative `base href`s
    - https://dart-review.googlesource.com/c/sdk/+/376682 - the change to
    use relative `base href`s in DevTools server
    
    ## Presubmit checklist
    
    - [x] ~~This PR is marked as draft with an explanation if not meant to
    land until a future stable release.~~
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Mouad Debbar <mouad.debbar@gmail.com>
    DanTup and mdebbar authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ed344b9 View commit details
    Browse the repository at this point in the history
  8. Add FWE to sidenav (#11171)

    This PR adds FWE to the sidebar, completing V2 of FWE. Resolves #11066.
    
    * Updates the "Learn more" page to reflect the sidenav changes
    * Changes the name "FWE" to "fundamentals course" and replaces "FWE" and
    "First week experience" references in all links and text throughout the
    site.
    * Adjusts sidenav to look like this:
    <img width="226" alt="Screenshot 2024-09-24 at 10 37 38 AM"
    src="https://github.com/user-attachments/assets/74f0979b-8058-46c1-aecf-3d55d658a492">
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    3 people authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    50f5fe4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5701d87 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Bump examples/codelabs from bb66616 to ad31963 (#11187)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `bb66616` to `ad31963`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/ad31963f0396c7890032c25de72ac7711616a949"><code>ad31963</code></a>
    Bump actions/checkout from 4.1.7 to 4.2.0 (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2246">#2246</a>)</li>
    <li><a
    href="https://github.com/flutter/codelabs/commit/a6faa229a2608e5e7c0c9fded425d91bb754e4c8"><code>a6faa22</code></a>
    Bump flutter_lints from 4.0.0 to 5.0.0 in /deeplink_cookbook (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2245">#2245</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/bb66616c3e485c65326efc98bcd824e46110129a...ad31963f0396c7890032c25de72ac7711616a949">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ce96f1b View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.1.7 to 4.2.0 (#11188)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7
    to 4.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.2.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add Ref and Commit outputs by <a
    href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    <li>Dependabot updates in <a
    href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>
    &amp; <a
    href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/yasonk"><code>@​yasonk</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1869">actions/checkout#1869</a></li>
    <li><a href="https://github.com/lucacome"><code>@​lucacome</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.1.7...v4.2.0">https://github.com/actions/checkout/compare/v4.1.7...v4.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.2.0</h2>
    <ul>
    <li>Add Ref and Commit outputs by <a
    href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    <li>Dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
    href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
    </ul>
    <h2>v4.1.7</h2>
    <ul>
    <li>Bump the minor-npm-dependencies group across 1 directory with 4
    updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
    <li>Bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
    <li>Check out other refs/* by commit by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
    <li>Pin actions/checkout's own workflows to a known, good, stable
    version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
    </ul>
    <h2>v4.1.6</h2>
    <ul>
    <li>Check platform to set archive extension appropriately by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
    </ul>
    <h2>v4.1.5</h2>
    <ul>
    <li>Update NPM dependencies by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
    <li>Bump github/codeql-action from 2 to 3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
    <li>Bump actions/setup-node from 1 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
    <li>Bump actions/upload-artifact from 2 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
    <li>README: Suggest <code>user.email</code> to be
    <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
    </ul>
    <h2>v4.1.4</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    </ul>
    <h2>v4.1.3</h2>
    <ul>
    <li>Check git version before attempting to disable
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
    <li>Add SSH user parameter by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
    <li>Update <code>actions/checkout</code> version in
    <code>update-main-version.yml</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
    </ul>
    <h2>v4.1.2</h2>
    <ul>
    <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
    option is not present <a
    href="https://github.com/dscho"><code>@​dscho</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
    </ul>
    <h2>v4.1.1</h2>
    <ul>
    <li>Correct link to GitHub Docs by <a
    href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
    <li>Link to release page from what's new section by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
    </ul>
    <h2>v4.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
    support for partial checkout filters</a></li>
    </ul>
    <h2>v4.0.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1067">Support
    fetching without the --progress option</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1436">Update to
    node20</a></li>
    </ul>
    <h2>v3.6.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
    test scripts with Bash'isms to be run via Bash</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/d632683dd7b4114ad314bca15554477dd762a938"><code>d632683</code></a>
    Prepare 4.2.0 release (<a
    href="https://redirect.github.com/actions/checkout/issues/1878">#1878</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/6d193bf28034eafb982f37bd894289fe649468fc"><code>6d193bf</code></a>
    Bump braces from 3.0.2 to 3.0.3 (<a
    href="https://redirect.github.com/actions/checkout/issues/1777">#1777</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/db0cee9a514becbbd4a101a5fbbbf47865ee316c"><code>db0cee9</code></a>
    Bump the minor-npm-dependencies group across 1 directory with 4 updates
    (<a
    href="https://redirect.github.com/actions/checkout/issues/1872">#1872</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/b6849436894e144dbce29d7d7fda2ae3bf9d8365"><code>b684943</code></a>
    Add Ref and Commit outputs (<a
    href="https://redirect.github.com/actions/checkout/issues/1180">#1180</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/2d7d9f7ff5b310f983d059b68785b3c74d8b8edd"><code>2d7d9f7</code></a>
    Provide explanation for where user email came from (<a
    href="https://redirect.github.com/actions/checkout/issues/1869">#1869</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/9a9194f87191a7e9055e3e9b95b8cfb13023bb08"><code>9a9194f</code></a>
    Bump docker/build-push-action from 5.3.0 to 6.5.0 (<a
    href="https://redirect.github.com/actions/checkout/issues/1832">#1832</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/dd960bd3c3f080561a1810e32349ac211ecec7d4"><code>dd960bd</code></a>
    Bump docker/login-action in the minor-actions-dependencies group (<a
    href="https://redirect.github.com/actions/checkout/issues/1831">#1831</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.7&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a028c31 View commit details
    Browse the repository at this point in the history
  3. Replace C cast in example with more correct use of standard macro (#1…

    …1185)
    
    The existing example was bad practice.
    robert-ancell authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6c06d73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ce958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d3318d View commit details
    Browse the repository at this point in the history
  6. Add notes about new SurfaceProducer APIs for 3.27. (#11179)

    Documents (for end-users) the changes made in:
    
    - flutter/engine#55418
    - flutter/engine#55434 (pending merge)
    matanlurey authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d2a4915 View commit details
    Browse the repository at this point in the history
  7. Add a reference to the flutter_shaders package (#11186)

    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0eda51c View commit details
    Browse the repository at this point in the history
  8. Improve formatting of code snippets in layout tutorial (#11190)

    Fixes flutter/website#11189 - The `f` was
    missing as the `diff` functionality expects a space after the + and -
    signs. So code should start on the 3rd column.
    
    **Staged:**
    https://flutter-docs-prod--pr11190-fix-11189-v42bwqkr.web.app/ui/layout/tutorial
    parlough authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b9c4e3e View commit details
    Browse the repository at this point in the history
  9. Add go link for Q3 2024 DevIntel (#11193)

    Adds a go-link to the publicly shared version of the Q3 2024 dev intel
    report.
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    ericwindmill authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    69a53dc View commit details
    Browse the repository at this point in the history
  10. Automatically run pnpm install in dash_site tool (#11191)

    After the initial setup/install, this will run fast enough to not impede
    the serving process, while improving the contribution experience.
    parlough authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2888f0b View commit details
    Browse the repository at this point in the history
  11. Fix missing closing character on include (#11195)

    Was `#include <flutter_linux/flutter_linux.h`, missing the `>`
    robert-ancell authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fb4fdb4 View commit details
    Browse the repository at this point in the history
  12. Add permalink to runWidget docs. (#11196)

    ## Description
    
    We're adding a more descriptive error when a misconfigured multi-view
    web app attempts to run (flutter/flutter#155734), and we want a
    permalink to the relevant bit of the docs.
    
    This PR adds a `/to/web-multiview-runwidget` redirect, pointing to the
    correct part of the docs.
    
    ## Issues
    
    Needed for flutter/flutter#155734
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [ ] 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.
    ditman authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    096003c View commit details
    Browse the repository at this point in the history
  13. Fleshed out typography page with more details (#11183)

    Added information about typographical scale
    Removed expansive walkthough of fonts.google.com
    Added examples from Google fonts package
    
    _Description of what this PR is changing or adding, and why:_
    
    _Issues fixed by this PR (if any):_
    Fixes #11099 
    
    _PRs or commits this PR depends on (if any):_
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [X] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [ ] 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).
    - [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.
    jwill authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c94de07 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Removing unneeded instruction for Linux (#11199)

    Removed instruction that isn't needed for most modern Linux installs.
    
    Fixes flutter/website#10881
    
    cc: @johnpryan
    sfshaza2 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f335927 View commit details
    Browse the repository at this point in the history
  2. Remove outdated mention of iOS platform view cap (#11198)

    Removing outdated mention of platform view caps. As per
    flutter/website#11159 (comment).
    
    Fixes flutter/website#11161
    
    Please review, @jonahwilliams. Is this sufficient?
    sfshaza2 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d7787d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Updating iOS 18 supported feature table (#11211)

    As it says and updated with input from @sethladd 
    
    cc @jmagman
    sfshaza2 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5cebef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf42e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a15df3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef1e87c View commit details
    Browse the repository at this point in the history
  5. Bump github/codeql-action from 3.26.9 to 3.26.10 (#11214)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.26.9 to 3.26.10.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.26.10 - 30 Sep 2024</h2>
    <ul>
    <li>We are rolling out a feature in September/October 2024 that sets up
    CodeQL using a bundle compressed with <a
    href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
    improve the performance of setting up CodeQL. <a
    href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
    </ul>
    <h2>3.26.9 - 24 Sep 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.8 - 19 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.19.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
    </ul>
    <h2>3.26.7 - 13 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.4. <a
    href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li>
    </ul>
    <h2>3.26.6 - 29 Aug 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li>
    </ul>
    <h2>3.26.5 - 23 Aug 2024</h2>
    <ul>
    <li>Fix an issue where the <code>csrutil</code> system call used for
    telemetry would fail on MacOS ARM machines with System Integrity
    Protection disabled. <a
    href="https://redirect.github.com/github/codeql-action/pull/2441">#2441</a></li>
    </ul>
    <h2>3.26.4 - 21 Aug 2024</h2>
    <ul>
    <li><em>Deprecation:</em> The <code>add-snippets</code> input on the
    <code>analyze</code> Action is deprecated and will be removed in the
    first release in August 2025. <a
    href="https://redirect.github.com/github/codeql-action/pull/2436">#2436</a></li>
    <li>Fix an issue where the disk usage system call used for telemetry
    would fail on MacOS ARM machines with System Integrity Protection
    disabled, and then surface a warning. The system call is now disabled
    for these machines. <a
    href="https://redirect.github.com/github/codeql-action/pull/2434">#2434</a></li>
    </ul>
    <h2>3.26.3 - 19 Aug 2024</h2>
    <ul>
    <li>Fix an issue where the CodeQL Action could not write diagnostic
    messages on Windows. This issue did not impact analysis quality. <a
    href="https://redirect.github.com/github/codeql-action/pull/2430">#2430</a></li>
    </ul>
    <h2>3.26.2 - 14 Aug 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.2. <a
    href="https://redirect.github.com/github/codeql-action/pull/2417">#2417</a></li>
    </ul>
    <h2>3.26.1 - 13 Aug 2024</h2>
    <p>No user facing changes.</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/e2b3eafc8d227b0241d48be5f425d47c2d750a13"><code>e2b3eaf</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2507">#2507</a>
    from github/update-v3.26.10-2617ff2d3</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/7dbbf6d5424ee9117470bd89a28b9b992c935ff4"><code>7dbbf6d</code></a>
    Update changelog for v3.26.10</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/2617ff2d3f2bf8dd95abadcd289352a4023a4758"><code>2617ff2</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2502">#2502</a>
    from github/henrymercer/zstd-experiment</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/46e0c78da9edf293aeab3d4d62cf1a7b7534c6a0"><code>46e0c78</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2504">#2504</a>
    from github/mergeback/v3.26.9-to-main-461ef6c7</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/da7be78a1ea4e90acbaa595fcc5606082dba4591"><code>da7be78</code></a>
    Update checked-in dependencies</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ae1c6a2b12389a4d40a3383d49e14518da35a78e"><code>ae1c6a2</code></a>
    Update changelog and version after v3.26.9</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/6b2f7e7c28404627554332e4fe1880c5be10639c"><code>6b2f7e7</code></a>
    Run PR checks using JS only</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/af8e2bc4a11a56a9d03b409d7db1225ed272cb18"><code>af8e2bc</code></a>
    Use Node script to remove CodeQL cross-platform</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/bc68dc9d95ed5ebcc679a8f7095815d785e67570"><code>bc68dc9</code></a>
    Extract constant for first std-compressed version</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/67b30f7c39400b01deb01e007e72213c780fe030"><code>67b30f7</code></a>
    Tweak description</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/461ef6c76dfe95d5c364de2f431ddbd31a417628...e2b3eafc8d227b0241d48be5f425d47c2d750a13">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.9&new-version=3.26.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d312e05 View commit details
    Browse the repository at this point in the history
  6. Update to new 11ty beta release (#11210)

    This release includes some fixes for incremental rebuilds during
    serving.
    parlough authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b067f6f View commit details
    Browse the repository at this point in the history
  7. More tweaking of iOS docs (#11213)

    Incorporating further feedback from jmagman on PR
    flutter/website#11211
    sfshaza2 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d30792b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63bc3b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Bump site-shared from 61010ce to 9de39ab (#11216)

    Bumps [site-shared](https://github.com/dart-lang/site-shared) from
    `61010ce` to `9de39ab`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/9de39ab9473cc66d531f73451570b3050b82d356"><code>9de39ab</code></a>
    Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
    (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/228">#228</a>)</li>
    <li>See full diff in <a
    href="https://github.com/dart-lang/site-shared/compare/61010ce5737e4bd0bc739c734ad8d44260fefe8a...9de39ab9473cc66d531f73451570b3050b82d356">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    927d374 View commit details
    Browse the repository at this point in the history
  2. Add temporary Dash image to FWE index (#11218)

    This PR adds an image of Dash to the intro page of FWE, and updates the
    title to match the image. It's important to add an image because social
    posts about this page are going out on Friday. I consider this
    temporary, and not a fix for the [existing
    issue](flutter/website#11194). That will
    require more time.
    
    I edited the image to have a transparent background, including the
    inside of the magnifying glass, so it should work in light and dark
    mode.
    
    <img width="842" alt="Screenshot 2024-10-02 at 8 45 06 AM"
    src="https://github.com/user-attachments/assets/b8fa179d-1809-4e7f-99b4-ef99d616ce37">
    ericwindmill authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    12e958d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add go link to new service worker doc. (#11223)

    Adds a go-link to "The future of flutter_service_worker.js" design doc
    for flutter web.
     
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [ ] 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.
    ditman authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f6d87b2 View commit details
    Browse the repository at this point in the history
  2. Update gradle plugin apply migration doc (#11197)

    Changed the filename for the Gradle settings file.
    
    Fixes flutter/website#11170
    
    ---------
    
    Co-authored-by: Camille Simon <43054281+camsim99@users.noreply.github.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    3 people authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c95f360 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Bump github/codeql-action from 3.26.10 to 3.26.11 (#11226)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.26.10 to 3.26.11.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.26.11 - 03 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add support for using
    <code>actions/download-artifact@v4</code> to programmatically consume
    CodeQL Action debug artifacts.</p>
    <p>Starting November 30, 2024, GitHub.com customers will <a
    href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no
    longer be able to use <code>actions/download-artifact@v3</code></a>.
    Therefore, to avoid breakage, customers who programmatically download
    the CodeQL Action debug artifacts should set the
    <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to
    <code>true</code> and bump <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> in their workflows. The CodeQL
    Action will enable this behavior by default in early November and
    workflows that have not yet bumped to
    <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> will begin failing then.</p>
    <p>This change is currently unavailable for GitHub Enterprise Server
    customers, as <code>actions/upload-artifact@v4</code> and
    <code>actions/download-artifact@v4</code> are not yet compatible with
    GHES.</p>
    </li>
    </ul>
    <h2>3.26.10 - 30 Sep 2024</h2>
    <ul>
    <li>We are rolling out a feature in September/October 2024 that sets up
    CodeQL using a bundle compressed with <a
    href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
    improve the performance of setting up CodeQL. <a
    href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
    </ul>
    <h2>3.26.9 - 24 Sep 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.8 - 19 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.19.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
    </ul>
    <h2>3.26.7 - 13 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.4. <a
    href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li>
    </ul>
    <h2>3.26.6 - 29 Aug 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li>
    </ul>
    <h2>3.26.5 - 23 Aug 2024</h2>
    <ul>
    <li>Fix an issue where the <code>csrutil</code> system call used for
    telemetry would fail on MacOS ARM machines with System Integrity
    Protection disabled. <a
    href="https://redirect.github.com/github/codeql-action/pull/2441">#2441</a></li>
    </ul>
    <h2>3.26.4 - 21 Aug 2024</h2>
    <ul>
    <li><em>Deprecation:</em> The <code>add-snippets</code> input on the
    <code>analyze</code> Action is deprecated and will be removed in the
    first release in August 2025. <a
    href="https://redirect.github.com/github/codeql-action/pull/2436">#2436</a></li>
    <li>Fix an issue where the disk usage system call used for telemetry
    would fail on MacOS ARM machines with System Integrity Protection
    disabled, and then surface a warning. The system call is now disabled
    for these machines. <a
    href="https://redirect.github.com/github/codeql-action/pull/2434">#2434</a></li>
    </ul>
    <h2>3.26.3 - 19 Aug 2024</h2>
    <ul>
    <li>Fix an issue where the CodeQL Action could not write diagnostic
    messages on Windows. This issue did not impact analysis quality. <a
    href="https://redirect.github.com/github/codeql-action/pull/2430">#2430</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea"><code>6db8d63</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2522">#2522</a>
    from github/update-v3.26.11-8aba5f2c4</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/389647f39867028dcbcca5506b676e29424c612d"><code>389647f</code></a>
    Update changelog for v3.26.11</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3"><code>8aba5f2</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2516">#2516</a>
    from github/aeisenberg/dependabot-exclude</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ecac2c6d538a5c4520f636d89c01720ddc5c9d1b"><code>ecac2c6</code></a>
    Exclupde <code>eslint-plugin-import</code> updates from dependabot</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/e85017e6745c22a328ab20475f48582ec2e1becd"><code>e85017e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2514">#2514</a>
    from github/henrymercer/zstd-better-failure-logging</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/a60db1d7fffaf34bc97db28f4d16936306e52a7c"><code>a60db1d</code></a>
    Add notice for dependency upgrade timeline (<a
    href="https://redirect.github.com/github/codeql-action/issues/2513">#2513</a>)</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/28db28fc03e5652558cfae2ebfcf112a524358e1"><code>28db28f</code></a>
    Improve clean up if extraction fails</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/3da852e107a8b010f01b468b4be62250eca45340"><code>3da852e</code></a>
    Capture stderr from extracting <code>.tar.zst</code></li>
    <li><a
    href="https://github.com/github/codeql-action/commit/c4d433c56218db63e3030b7eb311b4820c0aa24b"><code>c4d433c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2510">#2510</a>
    from github/dependabot/npm_and_yarn/npm-13baf58ce8</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/2f6cf481fd80327a14c2fccb1f6d2babc76cddc3"><code>2f6cf48</code></a>
    Undo <code>eslint-plugin-import</code> bump</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/e2b3eafc8d227b0241d48be5f425d47c2d750a13...6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.10&new-version=3.26.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    24645fc View commit details
    Browse the repository at this point in the history
  2. Add go link to Updating Material 3 Sliders doc. (#11228)

    Adds a go-link to " Updating Material 3 Sliders " design doc for flutter
    web.
    TahaTesser authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e5ebef9 View commit details
    Browse the repository at this point in the history
  3. Remove codelabs.flutter-io.cn (#11222)

    _Description of what this PR is changing or adding, and why:_
    
    **[codelabs.flutter-io.cn](https://codelabs.flutter-io.cn)** site will
    be shut down in the near future ([internal
    discussions](https://github.com/cfug)).
    We are now using
    **[codelabs.developers.google.cn](https://codelabs.developers.google.cn)**.
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    AmosHuKe authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fd57092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d00f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1fef55 View commit details
    Browse the repository at this point in the history
  6. Add release notes for DevTools 2.40.0 (#11231)

    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    kenzieschmoll and parlough authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    43ada18 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix typo in sidenav for in animation cookbook recipe "Animate a widge…

    …t using a physics simulation“ (#11234)
    
    Fixes a missing letter in the sidenav for the text "Animate a widget using a physics simulation".
    WalkQuackBack authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ad2ebee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f682a View commit details
    Browse the repository at this point in the history
  3. Updated slugify function to replace + with plus (#11236)

    This PR updates the `slugify` function to replace the '+' character with
    'plus' to avoid slug collision between "C" and "C++". This change
    ensures unique slugs for both, resolving issues in tab navigation where
    both tabs were treated as the same.
    
    Fixes #11225
    tbansod2018 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a1b1e48 View commit details
    Browse the repository at this point in the history
  4. Add flutter.dev/to/engine-tool-bug redirect (#11239)

    Instead of the longer-form URL, so we can put it in a CLI tool `help`.
    matanlurey authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    91fc802 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    066a86e View commit details
    Browse the repository at this point in the history
  2. FIX: Broken links on "new-color-scheme-roles.md" page (#11245)

    The following four links to reference pages on the Flutter web site page
    https://docs.flutter.dev/release/breaking-changes/new-color-scheme-roles
    are broken:
    
    - [Support fidelity variant for
    ColorScheme.fromSeed](flutter/flutter#144649)
    - [Introduce tone-based surfaces and accent color add-ons - Part
    1](flutter/flutter#142654)
    - [Introduce tone-based surfaces and accent color add-ons - Part
    2](flutter/flutter#138521)
    - [Enhance ColorScheme.fromSeed with a new variant
    parameter](flutter/flutter#144805)
    
    They are broken due to wrong syntax in the markdown file, used URLs are
    otherwise correct, but the used extended markdown link syntax is not,
    causing the links to be broken.
    
    This PR fixes the error so the links work.
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    rydmike authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e5ff60a View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 3.26.11 to 3.26.12 (#11244)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.26.11 to 3.26.12.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.26.12 - 07 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add a deprecation warning for
    customers using CodeQL version 2.14.5 and earlier. These versions of
    CodeQL were discontinued on 24 September 2024 alongside GitHub
    Enterprise Server 3.10, and will be unsupported by CodeQL Action
    versions 3.27.0 and later and versions 2.27.0 and later. <a
    href="https://redirect.github.com/github/codeql-action/pull/2520">#2520</a></p>
    <ul>
    <li>
    <p>If you are using one of these versions, please update to CodeQL CLI
    version 2.14.6 or later. For instance, if you have specified a custom
    version of the CLI using the 'tools' input to the 'init' Action, you can
    remove this input to use the default version.</p>
    </li>
    <li>
    <p>Alternatively, if you want to continue using a version of the CodeQL
    CLI between 2.13.5 and 2.14.5, you can replace
    <code>github/codeql-action/*@V3</code> by
    <code>github/codeql-action/*@v3.26.11</code> and
    <code>github/codeql-action/*@v2</code> by
    <code>github/codeql-action/*@v2.26.11</code> in your code scanning
    workflow to ensure you continue using this version of the CodeQL
    Action.</p>
    </li>
    </ul>
    </li>
    </ul>
    <h2>3.26.11 - 03 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add support for using
    <code>actions/download-artifact@v4</code> to programmatically consume
    CodeQL Action debug artifacts.</p>
    <p>Starting November 30, 2024, GitHub.com customers will <a
    href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no
    longer be able to use <code>actions/download-artifact@v3</code></a>.
    Therefore, to avoid breakage, customers who programmatically download
    the CodeQL Action debug artifacts should set the
    <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to
    <code>true</code> and bump <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> in their workflows. The CodeQL
    Action will enable this behavior by default in early November and
    workflows that have not yet bumped to
    <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> will begin failing then.</p>
    <p>This change is currently unavailable for GitHub Enterprise Server
    customers, as <code>actions/upload-artifact@v4</code> and
    <code>actions/download-artifact@v4</code> are not yet compatible with
    GHES.</p>
    </li>
    <li>
    <p>Update default CodeQL bundle version to 2.19.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2519">#2519</a></p>
    </li>
    </ul>
    <h2>3.26.10 - 30 Sep 2024</h2>
    <ul>
    <li>We are rolling out a feature in September/October 2024 that sets up
    CodeQL using a bundle compressed with <a
    href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
    improve the performance of setting up CodeQL. <a
    href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
    </ul>
    <h2>3.26.9 - 24 Sep 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.8 - 19 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.19.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
    </ul>
    <h2>3.26.7 - 13 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.4. <a
    href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li>
    </ul>
    <h2>3.26.6 - 29 Aug 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li>
    </ul>
    <h2>3.26.5 - 23 Aug 2024</h2>
    <ul>
    <li>Fix an issue where the <code>csrutil</code> system call used for
    telemetry would fail on MacOS ARM machines with System Integrity
    Protection disabled. <a
    href="https://redirect.github.com/github/codeql-action/pull/2441">#2441</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/c36620d31ac7c881962c3d9dd939c40ec9434f2b"><code>c36620d</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2529">#2529</a>
    from github/update-v3.26.12-c9a70ff45</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/570aecb95f2b62832269f4d9ed8d228c9a1342fb"><code>570aecb</code></a>
    Update changelog for v3.26.12</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/c9a70ff45f6a0ebf67a02cf3a09094b72f56e5cb"><code>c9a70ff</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2526">#2526</a>
    from github/henrymercer/check-zstd-on-path</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/d65a17605a400f2b42f1e4785239bc63a91419b9"><code>d65a176</code></a>
    Rebuild</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/bf2e624d0b3b15a9fe5c6ae1294f207a8f2ee3f1"><code>bf2e624</code></a>
    Update src/tar.ts</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/56d197570aa047eae7fe04401603196e2f68521d"><code>56d1975</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2489">#2489</a>
    from github/redsun82/rust</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/7cf65a5b2e089b7207c678633bc4a42884847231"><code>7cf65a5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2518">#2518</a>
    from github/dependabot/npm_and_yarn/npm-88156698cd</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/8a56dd2e53735063047ec88acbea334aecdd702e"><code>8a56dd2</code></a>
    Update to <code>@​actions/core</code> 1.11.1</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/153267135194d736d42c011f5c4288fd7318a484"><code>1532671</code></a>
    Update default bundle to 2.19.1 (<a
    href="https://redirect.github.com/github/codeql-action/issues/2519">#2519</a>)</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/64871a860c2923a5ec7cf6cefc983b535e8fe0e7"><code>64871a8</code></a>
    Merge branch 'main' into update-bundle/codeql-bundle-v2.19.1</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea...c36620d31ac7c881962c3d9dd939c40ec9434f2b">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.11&new-version=3.26.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    62f8a9e View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 4.2.0 to 4.2.1 (#11243)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0
    to 4.2.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.2.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Check out other refs/* by commit if provided, fall back to ref by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.2.1</h2>
    <ul>
    <li>Check out other refs/* by commit if provided, fall back to ref by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
    </ul>
    <h2>v4.2.0</h2>
    <ul>
    <li>Add Ref and Commit outputs by <a
    href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    <li>Dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
    href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
    </ul>
    <h2>v4.1.7</h2>
    <ul>
    <li>Bump the minor-npm-dependencies group across 1 directory with 4
    updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
    <li>Bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
    <li>Check out other refs/* by commit by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
    <li>Pin actions/checkout's own workflows to a known, good, stable
    version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
    </ul>
    <h2>v4.1.6</h2>
    <ul>
    <li>Check platform to set archive extension appropriately by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
    </ul>
    <h2>v4.1.5</h2>
    <ul>
    <li>Update NPM dependencies by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
    <li>Bump github/codeql-action from 2 to 3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
    <li>Bump actions/setup-node from 1 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
    <li>Bump actions/upload-artifact from 2 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
    <li>README: Suggest <code>user.email</code> to be
    <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
    </ul>
    <h2>v4.1.4</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    </ul>
    <h2>v4.1.3</h2>
    <ul>
    <li>Check git version before attempting to disable
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
    <li>Add SSH user parameter by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
    <li>Update <code>actions/checkout</code> version in
    <code>update-main-version.yml</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
    </ul>
    <h2>v4.1.2</h2>
    <ul>
    <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
    option is not present <a
    href="https://github.com/dscho"><code>@​dscho</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
    </ul>
    <h2>v4.1.1</h2>
    <ul>
    <li>Correct link to GitHub Docs by <a
    href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
    <li>Link to release page from what's new section by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
    </ul>
    <h2>v4.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
    support for partial checkout filters</a></li>
    </ul>
    <h2>v4.0.0</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1067">Support
    fetching without the --progress option</a></li>
    <li><a
    href="https://redirect.github.com/actions/checkout/pull/1436">Update to
    node20</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"><code>eef6144</code></a>
    Prepare 4.2.1 release (<a
    href="https://redirect.github.com/actions/checkout/issues/1925">#1925</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/6b42224f41ee5dfe5395e27c8b2746f1f9955030"><code>6b42224</code></a>
    Add workflow file for publishing releases to immutable action package
    (<a
    href="https://redirect.github.com/actions/checkout/issues/1919">#1919</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/de5a000abf73b6f4965bd1bcdf8f8d94a56ea815"><code>de5a000</code></a>
    Check out other refs/* by commit if provided, fall back to ref (<a
    href="https://redirect.github.com/actions/checkout/issues/1924">#1924</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.2.0&new-version=4.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e34fd1c View commit details
    Browse the repository at this point in the history
  5. Bump examples/codelabs from ad31963 to 6ee198e (#11242)

    Bumps [examples/codelabs](https://github.com/flutter/codelabs) from
    `ad31963` to `6ee198e`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/flutter/codelabs/commit/6ee198e098488302fc67997f5f7797ecf281940b"><code>6ee198e</code></a>
    Bump actions/checkout from 4.2.0 to 4.2.1 (<a
    href="https://redirect.github.com/flutter/codelabs/issues/2247">#2247</a>)</li>
    <li>See full diff in <a
    href="https://github.com/flutter/codelabs/compare/ad31963f0396c7890032c25de72ac7711616a949...6ee198e098488302fc67997f5f7797ecf281940b">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4889ab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    bd64e8a View commit details
    Browse the repository at this point in the history
  2. Fix typo in vscode.md: change 'you' to 'your' (#11253)

    Fixes a typo on the phrase "you can debug you application", should have
    been "you can debug _your_ application".
    shreyaspranav authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    aceda4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0a1ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    207c4a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fix line highlighting on web-dev page (#11251)

    Be consistent with css highlight.
    
    ![image](https://github.com/user-attachments/assets/19f76503-3d66-4ddb-9803-3f92682ec3c2)
    
    I think highlighting `shape: BoxShape.circle`, will be better?
    xjccc authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    da7c404 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    06549e3 View commit details
    Browse the repository at this point in the history
  2. Update layout.md (Just a one word typo) (#11262)

    Corrected a typo, changed crossAxisAlignment to MainAxisAlignment. As in
    picture we can see the main axis elements are spaced and not cross axis.
    So, in the caption of this image "crossAxisAlignment.spaceEvenly" should
    be changed to "MainAxisAlignment.spaceEvenly".
    nikhilrawal authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    be099d6 View commit details
    Browse the repository at this point in the history
  3. Adds "Launching a Compose activity" article (#11219)

    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    craiglabenz and sfshaza2 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e565f7e View commit details
    Browse the repository at this point in the history
  4. Fix new surface provider camerax PR url (#11227)

    The current URL `https://github.com/flutter/flutter/packages/pull/7044`
    does not exist, it should be
    `https://github.com/flutter/packages/pull/7044` instead
    
    _Description of what this PR is changing or adding, and why:_
    
    In page about the [new surface
    provider](https://docs.flutter.dev/release/breaking-changes/android-surface-plugins):
    The URL of `this camera_android_camerax PR`
    https://github.com/flutter/flutter/packages/pull/7044 does not exist, it
    should be flutter/packages#7044 instead.
    
    _Issues fixed by this PR (if any):_
    
    None
    
    _PRs or commits this PR depends on (if any):_
    
    None
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    ThibaultBee authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    40a348a View commit details
    Browse the repository at this point in the history
  5. Bump site-shared from 9de39ab to 65d653b (#11259)

    Bumps [site-shared](https://github.com/dart-lang/site-shared) from
    `9de39ab` to `65d653b`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/65d653b60a0678075fe7e29c3d632d2ddfbd82b8"><code>65d653b</code></a>
    Share <code>gitignore</code> file across repo and add analyze
    <code>analysis_defaults</code> (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/232">#232</a>)</li>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/ebfd00f26b53c7829f2a001c505d6cdf7f56630d"><code>ebfd00f</code></a>
    Use <code>pkgs/</code> instead of <code>packages/</code> to align with
    other org mono repos (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/230">#230</a>)</li>
    <li>See full diff in <a
    href="https://github.com/dart-lang/site-shared/compare/9de39ab9473cc66d531f73451570b3050b82d356...65d653b60a0678075fe7e29c3d632d2ddfbd82b8">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    dependabot[bot] and parlough authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5705fd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Minor formatting fixes for new compose-activity article (#11266)

    - Adjust line breaks
    - Standardize markdown formatting
    - Add an analysis config for the Dart code
    - Add titles with the relevant filenames to the code blocks
    - Use code font in a few more relevant areas
    - Minor copy fixes
    parlough authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e9c11d3 View commit details
    Browse the repository at this point in the history
  2. Remove unused example code and update dependabot config (#11265)

    Removes the unused samples in `examples/basics` and
    `examples/platform_integration/ffi`. Then updates the dependabot config
    to remove them.
    
    Also updates the dependabot config to rely on the simpler `directories`
    key, so we don't need to configurate each directory separately.
    parlough authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b8faa73 View commit details
    Browse the repository at this point in the history
  3. Remove codelabs submodule and usages (#11264)

    The usages are very minimal and the website repo is much smaller and
    easier to manage without the huge codelabs repo.
    
    Also fixes some copy formatting and punctuation issues near the updated
    code snippets.
    parlough authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    816f0a5 View commit details
    Browse the repository at this point in the history
  4. Bump github/codeql-action from 3.26.12 to 3.26.13 (#11270)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.26.12 to 3.26.13.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.26.13 - 14 Oct 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.12 - 07 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add a deprecation warning for
    customers using CodeQL version 2.14.5 and earlier. These versions of
    CodeQL were discontinued on 24 September 2024 alongside GitHub
    Enterprise Server 3.10, and will be unsupported by CodeQL Action
    versions 3.27.0 and later and versions 2.27.0 and later. <a
    href="https://redirect.github.com/github/codeql-action/pull/2520">#2520</a></p>
    <ul>
    <li>
    <p>If you are using one of these versions, please update to CodeQL CLI
    version 2.14.6 or later. For instance, if you have specified a custom
    version of the CLI using the 'tools' input to the 'init' Action, you can
    remove this input to use the default version.</p>
    </li>
    <li>
    <p>Alternatively, if you want to continue using a version of the CodeQL
    CLI between 2.13.5 and 2.14.5, you can replace
    <code>github/codeql-action/*@V3</code> by
    <code>github/codeql-action/*@v3.26.11</code> and
    <code>github/codeql-action/*@v2</code> by
    <code>github/codeql-action/*@v2.26.11</code> in your code scanning
    workflow to ensure you continue using this version of the CodeQL
    Action.</p>
    </li>
    </ul>
    </li>
    </ul>
    <h2>3.26.11 - 03 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add support for using
    <code>actions/download-artifact@v4</code> to programmatically consume
    CodeQL Action debug artifacts.</p>
    <p>Starting November 30, 2024, GitHub.com customers will <a
    href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no
    longer be able to use <code>actions/download-artifact@v3</code></a>.
    Therefore, to avoid breakage, customers who programmatically download
    the CodeQL Action debug artifacts should set the
    <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to
    <code>true</code> and bump <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> in their workflows. The CodeQL
    Action will enable this behavior by default in early November and
    workflows that have not yet bumped to
    <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> will begin failing then.</p>
    <p>This change is currently unavailable for GitHub Enterprise Server
    customers, as <code>actions/upload-artifact@v4</code> and
    <code>actions/download-artifact@v4</code> are not yet compatible with
    GHES.</p>
    </li>
    <li>
    <p>Update default CodeQL bundle version to 2.19.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2519">#2519</a></p>
    </li>
    </ul>
    <h2>3.26.10 - 30 Sep 2024</h2>
    <ul>
    <li>We are rolling out a feature in September/October 2024 that sets up
    CodeQL using a bundle compressed with <a
    href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
    improve the performance of setting up CodeQL. <a
    href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
    </ul>
    <h2>3.26.9 - 24 Sep 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.8 - 19 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.19.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
    </ul>
    <h2>3.26.7 - 13 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.4. <a
    href="https://redirect.github.com/github/codeql-action/pull/2471">#2471</a></li>
    </ul>
    <h2>3.26.6 - 29 Aug 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.18.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/f779452ac5af1c261dce0346a8f964149f49322b"><code>f779452</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2539">#2539</a>
    from github/update-v3.26.13-0c3e00641</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/532932479b339a320b8f0f106cf17cb6f27625ab"><code>5329324</code></a>
    Update CHANGELOG.md</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/007ba256485136f6179e827b998b3c9125fcbcee"><code>007ba25</code></a>
    Update changelog for v3.26.13</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/0c3e0064168c8e68650d4d5d2eaa7f5b14c2e089"><code>0c3e006</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2536">#2536</a>
    from yoff/python/ff-std-lib-extraction</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/38469af22844c7bb1302fd0bde937f95fae05417"><code>38469af</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2537">#2537</a>
    from github/henrymercer/no-zstd-windows</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/5b6984ee4d8d4337aa84b946951459213dd36daf"><code>5b6984e</code></a>
    Assert that Windows downloads gzip</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/eefb943f7e5f85e6e26fff781c173475ecfe9f4f"><code>eefb943</code></a>
    Don't use Zstandard bundles on Windows</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/201e02efe22c245c1d4fc9b579583c1ef037dfe6"><code>201e02e</code></a>
    rebuild the action</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ce5f900bfc4f4f7d32fd4106942380d167a1e43c"><code>ce5f900</code></a>
    formatting</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/65dd816de1c1c6fc94d0885d009da0db1545df07"><code>65dd816</code></a>
    remove unused import</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/c36620d31ac7c881962c3d9dd939c40ec9434f2b...f779452ac5af1c261dce0346a8f964149f49322b">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.12&new-version=3.26.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5acbfa5 View commit details
    Browse the repository at this point in the history
  5. Reduce overflowing in nested navigation cookbook recipe (#11247)

    Column Widget in FinishedPage and WaitingPage has been wrapped by
    SingleChildScrollView to avoid overflow.
    
    Fixes #11220
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    tbansod2018 and parlough authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9b68b29 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix: typo in update-data.md (#11273)

    **It fixes typos in the
    [docs](https://docs.flutter.dev/cookbook/networking/update-data): Beyond
    UI -> Networking & http -> Update data over the internet**
    iveloff-developer authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4182478 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Update URL strategies page to clarify flutter_web_plugins setup (#1…

    …1221)
    
    Add additional information on how to add `flutter_web_plugins` to
    project to use `usePathUrlStrategy()` function.
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    chrismercredi and parlough authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7ed8ad6 View commit details
    Browse the repository at this point in the history
  2. Update /tools/ide redirect to vs code (#11280)

    _Description of what this PR is changing or adding, and why:_
    Redirecting ide shortlink to vs code
    
    _Issues fixed by this PR (if any):_
    
    _PRs or commits this PR depends on (if any):_
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [ ] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [ ] 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).
    - [ ] 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.
    khanhnwin authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d953536 View commit details
    Browse the repository at this point in the history
  3. Follow up clean up to URL strategy config doc (#11278)

    Fixes one issue I didn't notice (code block being `dart` instead of
    `yaml`), and some other minor enhancements, primarily highlighting.
    parlough authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0db9771 View commit details
    Browse the repository at this point in the history
  4. Bump site-shared from 65d653b to 7527a0e (#11279)

    Bumps [site-shared](https://github.com/dart-lang/site-shared) from
    `65d653b` to `7527a0e`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/7527a0e7d37ec92f8beeae67255788481e69ea68"><code>7527a0e</code></a>
    Update DartPad embed injector (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/229">#229</a>)</li>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/3e28ad0009ffb4df5948a494466251d292dca032"><code>3e28ad0</code></a>
    Remove deprecated package_api_docs lint (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/234">#234</a>)</li>
    <li>See full diff in <a
    href="https://github.com/dart-lang/site-shared/compare/65d653b60a0678075fe7e29c3d632d2ddfbd82b8...7527a0e7d37ec92f8beeae67255788481e69ea68">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4001355 View commit details
    Browse the repository at this point in the history
  5. Adding new compose activity article to sidenav (#11277)

    As it says. Landed this PR last week but forgot to add it to the
    sidenav.
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    sfshaza2 and parlough authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5d246f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update lints for example snippets (#11283)

    Removes some deprecated lints, enables a few new ones that are popular,
    and fixes the resulting diagnostics :)
    parlough authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    31da761 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    5b9e769 View commit details
    Browse the repository at this point in the history
  2. Remove ncurses from necessary AS dependencies on linux (#11286)

    I'm not sure why we have so many instances of this snippet as I thought
    the point was for them to be shared, but I'll leave worrying about that
    for later.
    
    Resolves flutter/website#11252
    parlough authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b7f746c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Updating the supported platforms page (#11271)

    Introduce a new meaning of "Supported", drop "Best effort", and
    introduce a new "CI-tested" category that mostly has the old meaning of
    "Supported".
    
    Resolves flutter/website#11206
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    sfshaza2 and parlough authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ee37ad9 View commit details
    Browse the repository at this point in the history
  2. Changed "h/w arch" to "target arch" as per Yegor (#11298)

    More updates to the Supported Platforms page.
    sfshaza2 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fe9fb8d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update outdated flutter.dev link in tool output example (#11295)

    Fix invalid flutter.dev link because the location changed and we use a new redirect instead.
    
    Fix flutter/website#11294
    
    ---------
    
    Co-authored-by: Parker Lougheed <parlough@gmail.com>
    nickf2k and parlough authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6d029b3 View commit details
    Browse the repository at this point in the history
  2. Fix typo in step 2 of page animation transition cookbook (#11299)

    Fix typo in step 2 of page animation transition cookbook.
    
    Add backquote to `Animation<double>` because it didn't render correctly.
    tanguypouriel authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2e53e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f94e01 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Sidenav upkeep (#11302)

    Partially contributes to
    flutter/website#11217, at least for the
    current site design.
    parlough authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fdf47ff View commit details
    Browse the repository at this point in the history
  2. Bump github/codeql-action from 3.26.13 to 3.27.0 (#11306)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.26.13 to 3.27.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/releases">github/codeql-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.27.0</h2>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>3.27.0 - 22 Oct 2024</h2>
    <ul>
    <li>Bump the minimum CodeQL bundle version to 2.14.6. <a
    href="https://redirect.github.com/github/codeql-action/pull/2549">#2549</a></li>
    <li>Fix an issue where the <code>upload-sarif</code> Action would fail
    with &quot;upload-sarif post-action step failed: Input required and not
    supplied: token&quot; when called in a composite Action that had a
    different set of inputs to the ones expected by the
    <code>upload-sarif</code> Action. <a
    href="https://redirect.github.com/github/codeql-action/pull/2557">#2557</a></li>
    <li>Update default CodeQL bundle version to 2.19.2. <a
    href="https://redirect.github.com/github/codeql-action/pull/2552">#2552</a></li>
    </ul>
    <p>See the full <a
    href="https://github.com/github/codeql-action/blob/v3.27.0/CHANGELOG.md">CHANGELOG.md</a>
    for more information.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <p>Note that the only difference between <code>v2</code> and
    <code>v3</code> of the CodeQL Action is the node version they support,
    with <code>v3</code> running on node 20 while we continue to release
    <code>v2</code> to support running on node 16. For example
    <code>3.22.11</code> was the first <code>v3</code> release and is
    functionally identical to <code>2.22.11</code>. This approach ensures an
    easy way to track exactly which features are included in different
    versions, indicated by the minor and patch version numbers.</p>
    <h2>[UNRELEASED]</h2>
    <p>No user facing changes.</p>
    <h2>3.27.0 - 22 Oct 2024</h2>
    <ul>
    <li>Bump the minimum CodeQL bundle version to 2.14.6. <a
    href="https://redirect.github.com/github/codeql-action/pull/2549">#2549</a></li>
    <li>Fix an issue where the <code>upload-sarif</code> Action would fail
    with &quot;upload-sarif post-action step failed: Input required and not
    supplied: token&quot; when called in a composite Action that had a
    different set of inputs to the ones expected by the
    <code>upload-sarif</code> Action. <a
    href="https://redirect.github.com/github/codeql-action/pull/2557">#2557</a></li>
    <li>Update default CodeQL bundle version to 2.19.2. <a
    href="https://redirect.github.com/github/codeql-action/pull/2552">#2552</a></li>
    </ul>
    <h2>3.26.13 - 14 Oct 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.12 - 07 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add a deprecation warning for
    customers using CodeQL version 2.14.5 and earlier. These versions of
    CodeQL were discontinued on 24 September 2024 alongside GitHub
    Enterprise Server 3.10, and will be unsupported by CodeQL Action
    versions 3.27.0 and later and versions 2.27.0 and later. <a
    href="https://redirect.github.com/github/codeql-action/pull/2520">#2520</a></p>
    <ul>
    <li>
    <p>If you are using one of these versions, please update to CodeQL CLI
    version 2.14.6 or later. For instance, if you have specified a custom
    version of the CLI using the 'tools' input to the 'init' Action, you can
    remove this input to use the default version.</p>
    </li>
    <li>
    <p>Alternatively, if you want to continue using a version of the CodeQL
    CLI between 2.13.5 and 2.14.5, you can replace
    <code>github/codeql-action/*@V3</code> by
    <code>github/codeql-action/*@v3.26.11</code> and
    <code>github/codeql-action/*@v2</code> by
    <code>github/codeql-action/*@v2.26.11</code> in your code scanning
    workflow to ensure you continue using this version of the CodeQL
    Action.</p>
    </li>
    </ul>
    </li>
    </ul>
    <h2>3.26.11 - 03 Oct 2024</h2>
    <ul>
    <li>
    <p><em>Upcoming breaking change</em>: Add support for using
    <code>actions/download-artifact@v4</code> to programmatically consume
    CodeQL Action debug artifacts.</p>
    <p>Starting November 30, 2024, GitHub.com customers will <a
    href="https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/">no
    longer be able to use <code>actions/download-artifact@v3</code></a>.
    Therefore, to avoid breakage, customers who programmatically download
    the CodeQL Action debug artifacts should set the
    <code>CODEQL_ACTION_ARTIFACT_V4_UPGRADE</code> environment variable to
    <code>true</code> and bump <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> in their workflows. The CodeQL
    Action will enable this behavior by default in early November and
    workflows that have not yet bumped to
    <code>actions/download-artifact@v3</code> to
    <code>actions/download-artifact@v4</code> will begin failing then.</p>
    <p>This change is currently unavailable for GitHub Enterprise Server
    customers, as <code>actions/upload-artifact@v4</code> and
    <code>actions/download-artifact@v4</code> are not yet compatible with
    GHES.</p>
    </li>
    <li>
    <p>Update default CodeQL bundle version to 2.19.1. <a
    href="https://redirect.github.com/github/codeql-action/pull/2519">#2519</a></p>
    </li>
    </ul>
    <h2>3.26.10 - 30 Sep 2024</h2>
    <ul>
    <li>We are rolling out a feature in September/October 2024 that sets up
    CodeQL using a bundle compressed with <a
    href="http://facebook.github.io/zstd/">Zstandard</a>. Our aim is to
    improve the performance of setting up CodeQL. <a
    href="https://redirect.github.com/github/codeql-action/pull/2502">#2502</a></li>
    </ul>
    <h2>3.26.9 - 24 Sep 2024</h2>
    <p>No user facing changes.</p>
    <h2>3.26.8 - 19 Sep 2024</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.19.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/2483">#2483</a></li>
    </ul>
    <h2>3.26.7 - 13 Sep 2024</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/662472033e021d55d94146f66f6058822b0b39fd"><code>6624720</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2561">#2561</a>
    from github/update-v3.27.0-b35b023d9</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ce7c2b560da6747133b72eb2f33503a6c4da9c15"><code>ce7c2b5</code></a>
    Update changelog for v3.27.0</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/b35b023d9b1296658ca1bcb95dcd0336f9d23f0b"><code>b35b023</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2552">#2552</a>
    from github/update-bundle/codeql-bundle-v2.19.2</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/dafc762411c1755f00abee84283eaa85d438af2e"><code>dafc762</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2560">#2560</a>
    from github/aeisenberg/fix-required-checks</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/0d1eb88b60733b6720210d591c48ebc9e961d42c"><code>0d1eb88</code></a>
    Remove ESLint from required checks</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/0a30541440699f21b772e5ef95c912f097514855"><code>0a30541</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2558">#2558</a>
    from github/dependabot/npm_and_yarn/npm-6515e6e328</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/2a6a6ad1c809216132b8a6a8c1f5873fff3f400a"><code>2a6a6ad</code></a>
    Update checked-in dependencies</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/26c18c2c1f382ccd402aec5dd18d9ff6d0097891"><code>26c18c2</code></a>
    Bump the npm group with 3 updates</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/7080a68cbca9319f3cf869f12f34acea853ad72d"><code>7080a68</code></a>
    Merge branch 'main' into update-bundle/codeql-bundle-v2.19.2</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/63eb7bbf1f65c025536b3e7d083d89c1c161043c"><code>63eb7bb</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2551">#2551</a>
    from github/cklin/diff-informed-queries-feature</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/f779452ac5af1c261dce0346a8f964149f49322b...662472033e021d55d94146f66f6058822b0b39fd">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.26.13&new-version=3.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bf548f2 View commit details
    Browse the repository at this point in the history
  3. Add Dart code snippets (#11310)

    _Description of what this PR is changing or adding, and why:_ Add a
    table with the Dart code snippets to VS code page.
    
    _Issues fixed by this PR (if any):_ #11274
    khanhnwin authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c361cc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Bump actions/checkout from 4.2.1 to 4.2.2 (#11314)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1
    to 4.2.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.2.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li><code>url-helper.ts</code> now leverages well-known environment
    variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
    <li>Expand unit test coverage for <code>isGhes</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>v4.2.2</h2>
    <ul>
    <li><code>url-helper.ts</code> now leverages well-known environment
    variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
    <li>Expand unit test coverage for <code>isGhes</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
    </ul>
    <h2>v4.2.1</h2>
    <ul>
    <li>Check out other refs/* by commit if provided, fall back to ref by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
    </ul>
    <h2>v4.2.0</h2>
    <ul>
    <li>Add Ref and Commit outputs by <a
    href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    <li>Dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
    href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
    </ul>
    <h2>v4.1.7</h2>
    <ul>
    <li>Bump the minor-npm-dependencies group across 1 directory with 4
    updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
    <li>Bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
    <li>Check out other refs/* by commit by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
    <li>Pin actions/checkout's own workflows to a known, good, stable
    version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
    </ul>
    <h2>v4.1.6</h2>
    <ul>
    <li>Check platform to set archive extension appropriately by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
    </ul>
    <h2>v4.1.5</h2>
    <ul>
    <li>Update NPM dependencies by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
    <li>Bump github/codeql-action from 2 to 3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
    <li>Bump actions/setup-node from 1 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
    <li>Bump actions/upload-artifact from 2 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
    <li>README: Suggest <code>user.email</code> to be
    <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
    </ul>
    <h2>v4.1.4</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    </ul>
    <h2>v4.1.3</h2>
    <ul>
    <li>Check git version before attempting to disable
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
    <li>Add SSH user parameter by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
    <li>Update <code>actions/checkout</code> version in
    <code>update-main-version.yml</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
    </ul>
    <h2>v4.1.2</h2>
    <ul>
    <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
    option is not present <a
    href="https://github.com/dscho"><code>@​dscho</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
    </ul>
    <h2>v4.1.1</h2>
    <ul>
    <li>Correct link to GitHub Docs by <a
    href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
    <li>Link to release page from what's new section by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
    </ul>
    <h2>v4.1.0</h2>
    <ul>
    <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
    support for partial checkout filters</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/11bd71901bbe5b1630ceea73d27597364c9af683"><code>11bd719</code></a>
    Prepare 4.2.2 Release (<a
    href="https://redirect.github.com/actions/checkout/issues/1953">#1953</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/e3d2460bbb42d7710191569f88069044cfb9d8cf"><code>e3d2460</code></a>
    Expand unit test coverage (<a
    href="https://redirect.github.com/actions/checkout/issues/1946">#1946</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/163217dfcd28294438ea1c1c149cfaf66eec283e"><code>163217d</code></a>
    <code>url-helper.ts</code> now leverages well-known environment
    variables. (<a
    href="https://redirect.github.com/actions/checkout/issues/1941">#1941</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.2.1&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e1b2dd0 View commit details
    Browse the repository at this point in the history
  2. Bump site-shared from 7527a0e to 99868e7 (#11312)

    Bumps [site-shared](https://github.com/dart-lang/site-shared) from
    `7527a0e` to `99868e7`.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dart-lang/site-shared/commit/99868e7cb71e2109d7547bc1ecdad2813b86b6ca"><code>99868e7</code></a>
    Initial structure for shared website styles (<a
    href="https://redirect.github.com/dart-lang/site-shared/issues/231">#231</a>)</li>
    <li>See full diff in <a
    href="https://github.com/dart-lang/site-shared/compare/7527a0e7d37ec92f8beeae67255788481e69ea68...99868e7cb71e2109d7547bc1ecdad2813b86b6ca">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    db3d7f6 View commit details
    Browse the repository at this point in the history
  3. Announce deprecation of .flutter-plugins. (#11303)

    Work towards flutter/flutter#48918.
    
    ---------
    
    Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    matanlurey and sfshaza2 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    93fe19a View commit details
    Browse the repository at this point in the history
  4. Add go link for multi-window-api (#11315)

    _Description of what this PR is changing or adding, and why:_
    This adds a go-link for the Multi Window API proposal.
    
    _Issues fixed by this PR (if any):_
    
    _PRs or commits this PR depends on (if any):_
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    Saviq authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5119ced View commit details
    Browse the repository at this point in the history
  5. Add Flutter in Production course by Andrea Bizzotto (#11308)

    _Description of what this PR is changing or adding, and why:_
    
    _Issues fixed by this PR (if any):_
    
    _PRs or commits this PR depends on (if any):_
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    bizz84 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c1c00a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    781c859 View commit details
    Browse the repository at this point in the history
  7. Updated link to article about Firebase multiple flavors setup (#11313)

    _Description of what this PR is changing or adding, and why:_
    
    _Issues fixed by this PR (if any):_
    
    _PRs or commits this PR depends on (if any):_
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    bizz84 and sfshaza2 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2878b5f View commit details
    Browse the repository at this point in the history
  8. Migration guide for ThemeData.dialogBackgroundColor deprecation (#1…

    …1309)
    
    Related to flutter/flutter#155072
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    TahaTesser and sfshaza2 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8b346c1 View commit details
    Browse the repository at this point in the history
  9. Update courses.md (#11297)

    Two previous courses were sunsetted and one bigger course is released.
    
    Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
    tadaspetra and sfshaza2 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    48a7072 View commit details
    Browse the repository at this point in the history
  10. Update async weather reference (#11307)

    ## PR Summary
    Commit 1e2d28c moved the location of
    `async_weather.dart`. This PR adjusts sources to changes. Relevant page
    can be found
    [here](https://docs.flutter.dev/get-started/flutter-for/dart-swift-concurrency).
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    
    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ee1d83 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Tiny cleanup of phrasing in .flutter-plugins removal notice (#11330)

    Switch `artifacts` to `configurations`, which is a more accurate phrasing.
    matanlurey authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    20e4688 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 4.0.4 to 4.1.0 (#11328)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from
    4.0.4 to 4.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/setup-node/releases">actions/setup-node's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Resolve High Security Alerts by upgrading Dependencies by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1132">actions/setup-node#1132</a></li>
    <li>Upgrade IA Publish by <a
    href="https://github.com/Jcambass"><code>@​Jcambass</code></a> in <a
    href="https://redirect.github.com/actions/setup-node/pull/1134">actions/setup-node#1134</a></li>
    <li>Revise <code>isGhes</code> logic by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/setup-node/pull/1148">actions/setup-node#1148</a></li>
    <li>Add architecture to cache key by <a
    href="https://github.com/pengx17"><code>@​pengx17</code></a> in <a
    href="https://redirect.github.com/actions/setup-node/pull/843">actions/setup-node#843</a>
    This addresses issues with caching by adding the architecture (arch) to
    the cache key, ensuring that cache keys are accurate to prevent
    conflicts.
    Note: This change may break previous cache keys as they will no longer
    be compatible with the new format.</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/jww3"><code>@​jww3</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/actions/setup-node/pull/1148">actions/setup-node#1148</a></li>
    <li><a href="https://github.com/pengx17"><code>@​pengx17</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-node/pull/843">actions/setup-node#843</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-node/compare/v4...v4.1.0">https://github.com/actions/setup-node/compare/v4...v4.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-node/commit/39370e3970a6d050c480ffad4ff0ed4d3fdee5af"><code>39370e3</code></a>
    fix: add arch to cached path (<a
    href="https://redirect.github.com/actions/setup-node/issues/843">#843</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/abb238b1313d8ef4d3e3a96d204e08329cafbf85"><code>abb238b</code></a>
    Revise <code>isGhes</code> logic (<a
    href="https://redirect.github.com/actions/setup-node/issues/1148">#1148</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/aca7b64a59c0063db8564e0ffdadd3887f1cbae5"><code>aca7b64</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/setup-node/issues/1134">#1134</a>
    from actions/Jcambass-patch-1</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/88de2a3d99c13aa734c49200e8bc673fb0a80ab8"><code>88de2a3</code></a>
    Resolve High Security Alerts by upgrading Dependencies (<a
    href="https://redirect.github.com/actions/setup-node/issues/1132">#1132</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/d6ebc7b438e9cf1b22a3c440a164b179ed0e37d6"><code>d6ebc7b</code></a>
    Upgrade IA Publish</li>
    <li>See full diff in <a
    href="https://github.com/actions/setup-node/compare/0a44ba7841725637a19e28fa30b79a866c81b0a6...39370e3970a6d050c480ffad4ff0ed4d3fdee5af">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=4.0.4&new-version=4.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6e73956 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Remove test-drive page from get-started flow (#11337)

    This page was inconsistently included in prev->next flows for some old
    and new get started pages, and its content overlaps with the content in
    [Write your first Flutter
    app](https://docs.flutter.dev/get-started/codelab).
    
    Contributes to flutter/website#11301
    parlough authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ab5ff38 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update minimum recommended CocoaPods version to support Xcode 16 (#11…

    …346)
    
    Xcode 16 introduced new types to its project format. Customers should
    update to CocoaPods 1.16 or higher to support this new project format.
    
    Part of flutter/flutter#157737
    loic-sharma authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    780fc63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab52d1 View commit details
    Browse the repository at this point in the history
  3. Declare package:flutter_gen to be deprecated (#11343)

    Declare the `package:flutter_gen` approach deprecated and explain the
    current migration path.
    
    Part of flutter/flutter#157819,
    flutter/flutter#102983.
    
    /cc @andrewkolos
    
    ---------
    
    Co-authored-by: Jonah Williams <jonahwilliams@google.com>
    Co-authored-by: Chris Bracken <chris@bracken.jp>
    3 people authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6fbd62f View commit details
    Browse the repository at this point in the history
  4. Fix Errors in PowerShell Code in Flutter Setup Guide for China (#11329)

    ### Page Source Code Location
    `src/_includes/docs/community/china/os-settings.md`
    https://docs.flutter.dev/community/china
    
    ### Problem Description
    The code in the documentation is attempting to set environment variables
    for Flutter but contains errors that lead to unexpected behavior.
    
    #### Incorrect Code
    ```powershell
    newPath = $pwd.PATH + "/flutter/bin",$env:PATH -join ";"
    [System.Environment]::SetEnvironmentVariable('Path',$newPath,User)
    [System.Environment]::SetEnvironmentVariable('PUB_HOSTED_URL','https://pub.flutter-io.cn',User)
    [System.Environment]::SetEnvironmentVariable('FLUTTER_STORAGE_BASE_URL','https://storage.flutter-io.cn',User)
    ```
    
    #### Issues Identified:
    1. **Incorrect Path Concatenation**: The variable `newPath` concatenates
    using a comma, which results in incorrect setting of the PATH
    environment variable.
       - **Expected `newPath` (example)**:  
         `C:\Users\User\flutter\bin;C:\Windows`
       - **Actual Value of `newPath`**:  
         `C:\Users\User/flutter/bin C:\Windows`
    
    2. **Missing Quotes for 'User'**: The `User` parameter in
    `SetEnvironmentVariable` method calls is not enclosed in quotes, leading
    to runtime exceptions.
    
    ```plaintext
    + [System.Environment]::SetEnvironmentVariable('Path',$newPath,User)
    +                                                              ~
    Missing expression after ','.
    At line:1 char:62
    + [System.Environment]::SetEnvironmentVariable('Path',$newPath,User)
    +                                                              ~~~~
    Unexpected token 'User' in expression or statement.
    At line:1 char:66
    + [System.Environment]::SetEnvironmentVariable('Path',$newPath,User)
    +                                                                  ~
    Unexpected token ')' in expression or statement.
        + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
        + FullyQualifiedErrorId : MissingExpressionAfterToken
    ```
    
    Co-authored-by: Brett Morgan <brettmorgan@google.com>
    undef-i and domesticmouse authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b980954 View commit details
    Browse the repository at this point in the history
  5. Flutter from Compose documentation (#11345)

    _Description of what this PR is changing or adding, and why:_
    
    Improves and adds documentation for launching Flutter from Kotlin and
    Compose-flavored Android apps
    
    _Issues fixed by this PR (if any):_
    
    _PRs or commits this PR depends on (if any):_
    
    Depends on flutter/flutter#156502. Must either use the `master` channel
    or `stable` after that code reaches it.
    
    Changes can be previewed on the staging built at these URLs:
    *
    [`/add-to-app/android/project-setup`](https://flutter-docs-prod--pr11345-launch-flutter-from-compose-wlgslbu8.web.app/add-to-app/android/project-setup)
    *
    [`/add-to-app/android/add-flutter-screen`](https://flutter-docs-prod--pr11345-launch-flutter-from-compose-wlgslbu8.web.app/add-to-app/android/add-flutter-screen)
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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: Khanh Nguyen <khanhnwin@gmail.com>
    craiglabenz and khanhnwin authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ab2ea7b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add Flutter Forum as a support option (#11350)

    _Description of what this PR is changing or adding, and why:_
    Add https://forum.itsallwidgets.com/ as a support option
    
    _Issues fixed by this PR (if any):_
    n/a
    
    _PRs or commits this PR depends on (if any):_
    none
    
    ## Presubmit checklist
    
    - [x] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [x] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [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).
    - [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.
    mit-mit authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5fba15f View commit details
    Browse the repository at this point in the history
  2. ImageFilter default tile mode automatic selection breaking change not…

    …ice (#11338)
    
    Breaking change notice for
    flutter/flutter#154935 . Engine PR should land
    shortly...
    
    ## Presubmit checklist
    
    - [ ] This PR is marked as draft with an explanation if not meant to
    land until a future stable release.
    - [ ] This PR doesn’t contain automatically generated corrections
    (Grammarly or similar).
    - [ ] 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).
    - [ ] 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: Parker Lougheed <parlough@gmail.com>
    jonahwilliams and parlough authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    547da8f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Sync: 2024/11/02

    AmosHuKe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f018f64 View commit details
    Browse the repository at this point in the history
  2. Sync: inject_dartpad

    AmosHuKe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8dcb35c View commit details
    Browse the repository at this point in the history