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: 65aca36
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c0c9e9
Choose a head ref
  • 16 commits
  • 152 files changed
  • 8 contributors

Commits on Oct 2, 2025

  1. Fix platform specific semantics for time picker buttons (#176373)

    Updated from #173418
    Fixes #173302
    Applied review feedback and modified for time licker refactor that
    landed somewhere in between.
    
    ## 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.
    - [ ] 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
    Piinks authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    1c15d39 View commit details
    Browse the repository at this point in the history
  2. Windowing integration tests now await change futures if a changes is …

    …expected + commenting our erroneous icon in Runner.rc for win32 (#176312)
    
    ## What's new?
    - Update `Runner.rc` to not include the icon file, as this is what the
    other integration tests do
    - Await change notifications on the controller when necessary
    
    ## 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.
    mattkae authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    de64eed View commit details
    Browse the repository at this point in the history
  3. Roll Packages from 321a584 to 5fd5f74 (6 revisions) (#176409)

    flutter/packages@321a584...5fd5f74
    
    2025-10-02 [email protected] [url_launcher] updates build
    files to use JVM 17 (flutter/packages#10130)
    2025-10-02 [email protected] [quick_actions] updates build
    files to use JVM 17 (flutter/packages#10132)
    2025-10-01 [email protected] Manual roll Flutter from
    c9608e2 to 7811e89 (22 revisions) (flutter/packages#10160)
    2025-10-01 [email protected] [google_sign_in] Remove
    references to dart:js_util (flutter/packages#10148)
    2025-10-01 [email protected] [ci] Re-enable all Android legacy
    emulator tests (flutter/packages#10141)
    2025-10-01 [email protected] Manual roll Flutter from
    96fe3b3 to c9608e2 (26 revisions) (flutter/packages#10145)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
    Please CC [email protected] on the revert to ensure that a
    human
    is aware of the problem.
    
    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 Oct 2, 2025
    Configuration menu
    Copy the full SHA
    d674abf View commit details
    Browse the repository at this point in the history
  4. Remove references to dart:js_util (#176323)

    Flutter has been migrated from dart:js_util (which is unsupported by
    dart2wasm) to dart:js_interop, so we can remove/migrate all the
    remaining references to js_util.
    fishythefish authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    d938e30 View commit details
    Browse the repository at this point in the history
  5. Update Framework CI to Use NDK r28c (#176214)

    Updating Framework CI to use new SDK revision containing NDK r28c. Have
    to update the flutter.ndkVersion constant in this PR as well otherwise
    there will be a mismatch in versions.
    
    Partially Addresses #175022
    
    ## 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 Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f58eada View commit details
    Browse the repository at this point in the history
  6. Update localization from translation console (#176324)

    Regular import of latest translations.
    
    Some .arb files(cupertino_ko.arb, and material_it.arb) are overwritten
    again and will cause translation issues. See comment
    #166496 (comment).
    I manually reverted them back.
    
    This PR doesn't run the date_localization script.
    
    ## 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.
    QuncCccccc authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    17e2120 View commit details
    Browse the repository at this point in the history
  7. Upgrade packages (#176411)

    Changes to the Dart IO require picking up newer version of
    `package:watcher`.
    mraleph authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    c9f1077 View commit details
    Browse the repository at this point in the history
  8. Add deeplinking for UIScene migration (#176303)

    When an iOS app migrates to UIScene, the application events for handling
    deeplinks are no longer called by UIKit. Instead, scene events in the
    SceneDelegate must be used. This PR adds support for handling deeplinks
    in UIScene while still maintaining support for unmigrated apps, as well.
    
    Fixes #174403.
    
    ## 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
    vashworth authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    7677608 View commit details
    Browse the repository at this point in the history
  9. Roll Skia from 05c1f5803415 to cf339ab390c2 (11 revisions) (#176426)

    https://skia.googlesource.com/skia.git/+log/05c1f5803415..cf339ab390c2
    
    2025-10-02 [email protected] Make SkAlignTo templated; optimize
    SkAlignNonPow2
    2025-10-02
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-10-02 [email protected] [graphite] Add drawContext pointer to
    task dumping
    2025-10-02 [email protected] use pathbuilder or factories, rather than
    mutate SkPath
    2025-10-02 [email protected] Update pixmap asserts to identify
    negative values explicitly
    2025-10-02
    louhi-prod-1-6316342352543744@louhi-prod-1.iam.gserviceaccount.com
    Update fiddler-base for 020ae52af0e7
    2025-10-02 [email protected] Reset convexity in SkPathBuilder::addPath
    2025-10-02 [email protected] Use Skia's ninja when building viewer
    with gradle
    2025-10-02 [email protected] Add Louhi service account to AUTHORS
    2025-10-02 [email protected] Remove friend pathref hacking
    2025-10-02 [email protected] [rust png] Copy `EncodePngAsSkData` from
    Chromium into Skia.
    
    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 Oct 2, 2025
    Configuration menu
    Copy the full SHA
    db0e809 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Roll Dart SDK from 4f90a06328cb to fdd90f38d6a0 (7 revisions) (#176431)

    https://dart.googlesource.com/sdk.git/+log/4f90a06328cb..fdd90f38d6a0
    
    2025-10-02 [email protected]
    Version 3.10.0-275.0.dev
    2025-10-02 [email protected]
    Version 3.10.0-274.0.dev
    2025-10-02 [email protected]
    Version 3.10.0-273.0.dev
    2025-10-02 [email protected]
    Version 3.10.0-272.0.dev
    2025-10-02 [email protected]
    Version 3.10.0-271.0.dev
    2025-10-02 [email protected]
    Version 3.10.0-270.0.dev
    2025-10-01 [email protected]
    Version 3.10.0-269.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter
    Please CC [email protected],[email protected] on the revert to
    ensure that a human
    is aware of the problem.
    
    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 Oct 3, 2025
    Configuration menu
    Copy the full SHA
    02c902e View commit details
    Browse the repository at this point in the history
  2. Roll Skia from cf339ab390c2 to 1720a85a507e (4 revisions) (#176439)

    https://skia.googlesource.com/skia.git/+log/cf339ab390c2..1720a85a507e
    
    2025-10-03
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-10-02 [email protected] Roll
    vulkan-deps from 3964dd7c126b to 7bc87a4a45cf (7 revisions)
    2025-10-02
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-10-02 [email protected] Add tests for SkSGMerge
    
    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 Oct 3, 2025
    Configuration menu
    Copy the full SHA
    ddbc920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a319676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    018897e View commit details
    Browse the repository at this point in the history
  5. Roll Skia from f86ae4113254 to b842026480e0 (3 revisions) (#176458)

    https://skia.googlesource.com/skia.git/+log/f86ae4113254..b842026480e0
    
    2025-10-03 [email protected] Roll ANGLE
    from 7994bf76d7a9 to 62b00f866364 (11 revisions)
    2025-10-03
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-10-03 [email protected] Roll Skia
    Infra from 8d4953412be2 to 228c951bd699 (11 revisions)
    
    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 Oct 3, 2025
    Configuration menu
    Copy the full SHA
    5bc7a9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dca709f View commit details
    Browse the repository at this point in the history
  7. Roll Packages from 5fd5f74 to e401aeb (4 revisions) (#176466)

    flutter/packages@5fd5f74...e401aeb
    
    2025-10-02 [email protected] Roll Flutter from
    7811e89 to 65aca36 (12 revisions) (flutter/packages#10161)
    2025-10-02 [email protected] [Camera] Add lens
    type information (iOS) (flutter/packages#7653)
    2025-10-02 [email protected] [webview_flutter] updates build
    files to use JVM 17 (flutter/packages#10129)
    2025-10-02 [email protected] [shared_preferences] updates
    build files to use JVM 17 (flutter/packages#10131)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
    Please CC [email protected] on the revert to ensure that a
    human
    is aware of the problem.
    
    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 Oct 3, 2025
    Configuration menu
    Copy the full SHA
    5c0c9e9 View commit details
    Browse the repository at this point in the history
Loading