Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 973320c0270b
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0820964d59c
Choose a head ref
  • 17 commits
  • 51 files changed
  • 9 contributors

Commits on Sep 8, 2025

  1. [Gradle 9] Removed minSdkVersion and only use minSdk (#173892)

    Support for `minSdkVersion` is completely dropped in Gradle 9, and we
    should only use `minSdk`. We also included an AGP version checker to
    ensure builds did not crash when getting the minimum sdk version. Since
    our minimum AGP version is now 8.3, we can remove agp version check.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [ ] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    jesswrd authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    212e32b View commit details
    Browse the repository at this point in the history
  2. Fix GitHub labeler platform-android typo (#175076)

    `git ls-files "packages/flutter_tools/*android*'"` returns nothing. Fix
    typo from #159166.
    
    This caused #169544 to not get
    the correct label.
    
    
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    jmagman authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8e8ab5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25651b View commit details
    Browse the repository at this point in the history
  4. Define a concept for UniqueObjectTraits. (#174905)

    Earlier, it was just a comment. If you didn't do what the comment said,
    you'd get a mysterious compiler error when the template was instantiated
    at the point where the trait method was invoked. This would be extremely
    far away from where the template was instantiated and typically in
    `fml/unique_object.h`.
    
    Now, the exact reason and where a fix would go is printed in the
    compiler error. For instance, if I delete the Free method in
    `UniqueDirTraits`, I get (among other output):
    
    ```
    no member named 'Free' in 'fml::internal::os_unix::UniqueDirTraits'
    ```
    chinmaygarde authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    f356a80 View commit details
    Browse the repository at this point in the history
  5. Depend on operator overload synthesis for three-way and equality comp…

    …arisons. (#174892)
    
    This depends on the implicitly generated `operator!=` from `operator==`
    in a few cases (see the exceptions below) and add `operator<=>` in some
    of the more obvious instances.
    
    I've tried to be extremely conservative in this first pass. There are a
    few more candidates that were not converted because:
    
    * `operator!=` was different from `!operator=.` For instance, if it had
    early returns. Not sure how the compiler generated those and didn't want
    the behavior or performance characteristics to change.
    * They were virtual.
    * `operator==` didn't actually compare all struct members. Dubious but I
    didn't want to change existing behavior.
    * There were template parameters.
    chinmaygarde authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    df8e02d View commit details
    Browse the repository at this point in the history
  6. Impeller: Convert GLProc name field and GLErrorToString to std::strin…

    …g_view (#173771)
    
    This PR improves the OpenGL error handling and procedure table interface
    in the Impeller renderer by changing `const char*` to `std::string_view`
    for better memory safety.
    
    ### Testing:
    
    Added unit tests to cover `GLErrorToString` return values and
    `string_view` behavior
    
    ### Issues Fixed #135922
    
    This PR addresses technical debt by improving string handling in the
    OpenGL backend, and type safety without breaking existing functionality.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    DEVSOG12 authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    b01f4a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3cff02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a66542 View commit details
    Browse the repository at this point in the history
  9. Bump actions/labeler from 5.0.0 to 6.0.1 in the all-github-actions gr…

    …oup (#175093)
    
    Bumps the all-github-actions group with 1 update:
    [actions/labeler](https://github.com/actions/labeler).
    
    Updates `actions/labeler` from 5.0.0 to 6.0.1
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/labeler/releases">actions/labeler's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgrade publish-action from 0.2.2 to 0.4.0 by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/labeler/pull/901">actions/labeler#901</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/901">actions/labeler#901</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/labeler/compare/v6.0.0...v6.0.1">https://github.com/actions/labeler/compare/v6.0.0...v6.0.1</a></p>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add workflow file for publishing releases to immutable action
    package by <a
    href="https://github.com/jcambass"><code>@​jcambass</code></a> in <a
    href="https://redirect.github.com/actions/labeler/pull/802">actions/labeler#802</a></li>
    </ul>
    <h3>Breaking Changes</h3>
    <ul>
    <li>Upgrade Node.js version to 24 in action and dependencies <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/labeler/pull/891">actions/labeler#891</a>
    Make sure your runner is on version v2.327.1 or later to ensure
    compatibility with this release. <a
    href="https://github.com/actions/runner/releases/tag/v2.327.1">Release
    Notes</a></li>
    </ul>
    <h3>Dependency Upgrades</h3>
    <ul>
    <li>Upgrade eslint-config-prettier from 9.0.0 to 9.1.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/711">actions/labeler#711</a></li>
    <li>Upgrade eslint from 8.52.0 to 8.55.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/720">actions/labeler#720</a></li>
    <li>Upgrade <code>@​types/jest</code> from 29.5.6 to 29.5.11 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/719">actions/labeler#719</a></li>
    <li>Upgrade <code>@​types/js-yaml</code> from 4.0.8 to 4.0.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/718">actions/labeler#718</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 6.9.0 to 6.14.0
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/717">actions/labeler#717</a></li>
    <li>Upgrade prettier from 3.0.3 to 3.1.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/726">actions/labeler#726</a></li>
    <li>Upgrade eslint from 8.55.0 to 8.56.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/725">actions/labeler#725</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 6.14.0 to
    6.19.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/745">actions/labeler#745</a></li>
    <li>Upgrade eslint-plugin-jest from 27.4.3 to 27.6.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/744">actions/labeler#744</a></li>
    <li>Upgrade <code>@​typescript-eslint/eslint-plugin</code> from 6.9.0 to
    6.20.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/750">actions/labeler#750</a></li>
    <li>Upgrade prettier from 3.1.1 to 3.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/752">actions/labeler#752</a></li>
    <li>Upgrade undici from 5.26.5 to 5.28.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/757">actions/labeler#757</a></li>
    <li>Upgrade braces from 3.0.2 to 3.0.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/789">actions/labeler#789</a></li>
    <li>Upgrade minimatch from 9.0.3 to 10.0.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/805">actions/labeler#805</a></li>
    <li>Upgrade <code>@​actions/core</code> from 1.10.1 to 1.11.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/811">actions/labeler#811</a></li>
    <li>Upgrade typescript from 5.4.3 to 5.7.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/819">actions/labeler#819</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 7.3.1 to 8.17.0
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/824">actions/labeler#824</a></li>
    <li>Upgrade prettier from 3.2.5 to 3.4.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/825">actions/labeler#825</a></li>
    <li>Upgrade <code>@​types/jest</code> from 29.5.12 to 29.5.14 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/827">actions/labeler#827</a></li>
    <li>Upgrade eslint-plugin-jest from 27.9.0 to 28.9.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/832">actions/labeler#832</a></li>
    <li>Upgrade ts-jest from 29.1.2 to 29.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/831">actions/labeler#831</a></li>
    <li>Upgrade <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/830">actions/labeler#830</a></li>
    <li>Upgrade typescript from 5.7.2 to 5.7.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/835">actions/labeler#835</a></li>
    <li>Upgrade eslint-plugin-jest from 28.9.0 to 28.11.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/839">actions/labeler#839</a></li>
    <li>Upgrade undici from 5.28.4 to 5.28.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/842">actions/labeler#842</a></li>
    <li>Upgrade <code>@​octokit/request-error</code> from 5.0.1 to 5.1.1 by
    <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/846">actions/labeler#846</a></li>
    </ul>
    <h3>Documentation changes</h3>
    <ul>
    <li>Add note regarding <code>pull_request_target</code> to README.md by
    <a href="https://github.com/silverwind"><code>@​silverwind</code></a> in
    <a
    href="https://redirect.github.com/actions/labeler/pull/669">actions/labeler#669</a></li>
    <li>Update readme with additional examples and important note about
    <code>pull_request_target</code> event by <a
    href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> in
    <a
    href="https://redirect.github.com/actions/labeler/pull/721">actions/labeler#721</a></li>
    <li>Document update - permission section by <a
    href="https://github.com/harithavattikuti"><code>@​harithavattikuti</code></a>
    in <a
    href="https://redirect.github.com/actions/labeler/pull/840">actions/labeler#840</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/labeler/commit/634933edcd8ababfe52f92936142cc22ac488b1b"><code>634933e</code></a>
    publish-action upgrade to 0.4.0 from 0.2.2 (<a
    href="https://redirect.github.com/actions/labeler/issues/901">#901</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/f1a63e87db0c6baf19c5713083f8d00d789ca184"><code>f1a63e8</code></a>
    Update Node.js version to 24 in action and dependencies (<a
    href="https://redirect.github.com/actions/labeler/issues/891">#891</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/b0a1180683c9f17424de4d71c044bea4c7b9bc7c"><code>b0a1180</code></a>
    Bump <code>@​octokit/request-error</code> from 5.0.1 to 5.1.1 (<a
    href="https://redirect.github.com/actions/labeler/issues/846">#846</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/110d44140c9195b853f2f24044bbfed8f4968efb"><code>110d441</code></a>
    Update README.md (<a
    href="https://redirect.github.com/actions/labeler/issues/871">#871</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/bee50fefe18762fad67754b2f3bfff2c8082ebb8"><code>bee50fe</code></a>
    Bump undici from 5.28.4 to 5.28.5 (<a
    href="https://redirect.github.com/actions/labeler/issues/842">#842</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/6463cdb00ee92c05bec55dffc4e1fce250301945"><code>6463cdb</code></a>
    Bump eslint-plugin-jest from 28.9.0 to 28.11.0 (<a
    href="https://redirect.github.com/actions/labeler/issues/839">#839</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/c209686724ee12fcc5e6294d1d569b91f86fa691"><code>c209686</code></a>
    Bump typescript from 5.7.2 to 5.7.3 (<a
    href="https://redirect.github.com/actions/labeler/issues/835">#835</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/5184940b544b0096088a7b42d1b8a551003d9eb1"><code>5184940</code></a>
    Bump <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 (<a
    href="https://redirect.github.com/actions/labeler/issues/830">#830</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/3629d5568b59204f18786372f6d740d649719488"><code>3629d55</code></a>
    Document update - permission section (<a
    href="https://redirect.github.com/actions/labeler/issues/840">#840</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/d24f7f3731b2a06433c0bccc364d560c5329c48f"><code>d24f7f3</code></a>
    Bump ts-jest from 29.1.2 to 29.2.5 (<a
    href="https://redirect.github.com/actions/labeler/issues/831">#831</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/labeler&package-manager=github_actions&previous-version=5.0.0&new-version=6.0.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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    7f111dd View commit details
    Browse the repository at this point in the history
  10. Update ImageReaderSurfaceProducer.MAX_IMAGES to include the maximum n…

    …umber of retained dequeued images (#174971)
    
    MAX_IMAGES was set to 5 by
    flutter/engine@7a58dac
    in order to fix "client tried to acquire more than maxImages buffers"
    warnings from ImageReader_JNI.
    
    
    696251d
    then converted lastDequeuedImage into a queue that retains up to
    MAX_DEQUEUED_IMAGES in-flight images plus the latest dequeued image.
    MAX_DEQUEUED_IMAGES was set to 2, but MAX_IMAGES was only incremented by
    1. So the ImageReader_JNI warning may reappear in some cases.
    
    This PR ensures that MAX_IMAGES provides enough capacity in the
    ImageReader for the total number of images that may be in use.
    jason-simmons authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    d221519 View commit details
    Browse the repository at this point in the history
  11. fix typo in test documentation #2 (#174707)

    simular to #174292
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    AbdeMohlbi authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    22c8ecd View commit details
    Browse the repository at this point in the history
  12. Nav bar static components respect ambient MediaQueryData (#174673)

    Fixes [CupertinoSlidingSegmentedControl in CupertinoNavigationBar
    renders incorrectly in dark brightness (starting
    3.35.0)](#174642)
    Fixes [[Cupertino] MediaQuery.of(context) returns Size(0,0) inside
    CupertinoNavigationBar trailing since Flutter
    3.35](#174771 (comment))
    
    Bug was introduced in [CupertinoSliverNavigationBar respects
    accessibility text
    scaling](#168866)
    
    See
    #174642 (comment)
    victorsanni authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    d328555 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    7a27d16 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 6a4613b83365 to 29a015f8712b (5 revisions) (#175106)

    https://skia.googlesource.com/skia.git/+log/6a4613b83365..29a015f8712b
    
    2025-09-09
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-09-08
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-09-08
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-09-08 [email protected] Revert "[graphite] Extracts early in
    drawGeometry"
    2025-09-08 [email protected] Revert "[graphite] Add a
    non-threaded PipelineManager"
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/skia-flutter-autoroll
    Please CC [email protected],[email protected],[email protected] on
    the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
    To file a bug in Flutter:
    https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    b271eb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4277a18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecb9ec2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a082096 View commit details
    Browse the repository at this point in the history
Loading