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: cb7b7dfe86c7
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de4be4f3892d
Choose a head ref
  • 20 commits
  • 24 files changed
  • 13 contributors

Commits on Nov 18, 2025

  1. Roll Packages from ce44ebb to 34746bb (6 revisions) (#178734)

    flutter/packages@ce44ebb...34746bb
    
    2025-11-18 [email protected] Remove `dart:html` and `drawImageScaled`
    usages (flutter/packages#10411)
    2025-11-18 [email protected] Manual roll Flutter from
    9b5ad80 to cc14ef5 (143 revisions) (flutter/packages#10455)
    2025-11-17 49699333+dependabot[bot]@users.noreply.github.com
    [dependabot]: Bump the test-dependencies group across 10 directories
    with 3 updates (flutter/packages#10457)
    2025-11-17 49699333+dependabot[bot]@users.noreply.github.com
    [dependabot]: Bump exoplayer_version from 1.5.1 to 1.8.0 in
    /packages/video_player/video_player_android/android
    (flutter/packages#10309)
    2025-11-17 [email protected] Split dependabot gradle plugin
    (flutter/packages#10454)
    2025-11-17 [email protected] [various] Update all packages to
    Pigeon 26 (flutter/packages#10450)
    
    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 Nov 18, 2025
    Configuration menu
    Copy the full SHA
    241d310 View commit details
    Browse the repository at this point in the history
  2. Reverts "Add framework-side hitTestBehavior support for Semantics wid…

    …get and apply to ModalRoute (#177570)" (#178744)
    
    <!-- start_original_pr_link -->
    Reverts: #177570
    <!-- end_original_pr_link -->
    <!-- start_initiating_author -->
    Initiated by: chingjun
    <!-- end_initiating_author -->
    <!-- start_revert_reason -->
    Reason for reverting: Broke internal tests.
    <!-- end_revert_reason -->
    <!-- start_original_pr_author -->
    Original PR Author: flutter-zl
    <!-- end_original_pr_author -->
    
    <!-- start_reviewers -->
    Reviewed By: {chunhtai}
    <!-- end_reviewers -->
    
    <!-- start_revert_body -->
    This change reverts the following previous change:
    Fix premature dialog dismissal on Flutter Web when semantics are enabled
    by correctly propagating hitTestBehavior through the semantics pipeline
    and declaring modal routes as opaque to pointer events.
    
    Before change
    https://dialog-dismiss-before.web.app/
    
    Click on the "Show Dialog" button.
    Click anywhere inside the dialog that is not a form field.
    Observe the dialog being dismissed.
    
    After change
    https://dialog-dimiss-after.web.app/
    
    Click on the "Show Dialog" button.
    Click anywhere inside the dialog that is not a form field.
    Observe the dialog not dismissed.
    
    Fixes: #149001
    Engine work: #176974
    <!-- end_revert_body -->
    
    Co-authored-by: auto-submit[bot] <[email protected]>
    auto-submit[bot] and auto-submit[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3421c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f93b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f69a96 View commit details
    Browse the repository at this point in the history
  5. Replace equals("") with isEmpty in SpellCheckPlugin.java‎ (#178596

    )
    
    ## 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].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [ ] 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
    
    ---------
    
    Co-authored-by: Reid Baker <[email protected]>
    AbdeMohlbi and reidbaker authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    d3f3905 View commit details
    Browse the repository at this point in the history
  6. Restore OpenGL state modified by fl_compositor_opengl_present_layers (#…

    …178697)
    
    The OpenGL context used there may be shared with Skia, and Skia assumes
    that other code has not changed its state.
    
    See #178547
    jason-simmons authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    88f9609 View commit details
    Browse the repository at this point in the history
  7. [tool] Further cleanup of proxy logic (#178683)

    Move getFinalTargetUri to ProxyRule class
    Fix doc comments
    Pares URI immediately when creating RegexProxyRule
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    kevmoo and gemini-code-assist[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    b1f4694 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary String.valueOf in TextInputChannel.java (#178592)

    ## 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].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [ ] 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
    AbdeMohlbi authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    c7ba5df View commit details
    Browse the repository at this point in the history
  9. Roll Skia from 8557300f84c2 to f3ddc700abc7 (5 revisions) (#178751)

    https://skia.googlesource.com/skia.git/+log/8557300f84c2..f3ddc700abc7
    
    2025-11-18 [email protected] Use SkIsPow2 to avoid parentheses warning
    2025-11-18 [email protected] [graphite] Use SampleCount enum for
    sample count in TextureInfo
    2025-11-18 [email protected] [graphite] Remove handling of recursive
    flushTrackedDevices
    2025-11-18 [email protected] Prepare more call-sites for std::span
    2025-11-18 [email protected] Fix Bazel style nits
    
    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 Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3f6cf34 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Configuration menu
    Copy the full SHA
    1e11a4c View commit details
    Browse the repository at this point in the history
  2. Small cleanup in DeferredComponentManager.java‎ (#178585)

    this change : 
    - fixes the link in docs that is specified as a text
    - removes `unnecessary` `public/abstract` modifiers in a `public
    interface`
    
    ## 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].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [ ] 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
    
    ---------
    
    Co-authored-by: Matt Boetger <[email protected]>
    Co-authored-by: Matt Boetger <[email protected]>
    3 people authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    5e94425 View commit details
    Browse the repository at this point in the history
  3. Make sure that a TabPageSelector doesn't crash in 0x0 environment (#1…

    …78156)
    
    This is my attempt to handle
    #6537 for the TabPageSelector
    widget.
    ahmedsameha1 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    7a6d2fa View commit details
    Browse the repository at this point in the history
  4. Roll Skia from f3ddc700abc7 to 9ce01a452f63 (8 revisions) (#178769)

    https://skia.googlesource.com/skia.git/+log/f3ddc700abc7..9ce01a452f63
    
    2025-11-19
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-11-19
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2025-11-18 [email protected] Manual roll
    ANGLE from d7712703ca0d to 69d6d0792295 (11 revisions)
    2025-11-18 [email protected] Revert "[graphite] Use SampleCount
    enum for sample count in TextureInfo"
    2025-11-18 [email protected] Roll
    vulkan-deps from cae0863d65e2 to 9b6c16d9b2da (9 revisions)
    2025-11-18 [email protected] Reland "A minimal change letting Fuchsia
    to use Fontations"
    2025-11-18 [email protected] Manual roll
    Dawn from 7df710dc8ae8 to a09406cc5e0c (10 revisions)
    2025-11-18
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    
    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 Nov 19, 2025
    Configuration menu
    Copy the full SHA
    be3e9af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d4669 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26106d1 View commit details
    Browse the repository at this point in the history
  7. Make sure that a ReorderableListView doesn't crash in 0x0 environment (

    …#177646)
    
    This is my attempt to handle
    #6537 for the
    ReorderableListView widget.
    
    Co-authored-by: Victor Sanni <[email protected]>
    ahmedsameha1 and victorsanni authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    452314c View commit details
    Browse the repository at this point in the history
  8. Fix train hopping animation status listeners (#178372)

    Fixes #178336
    
    ### Description
    
    - Fixes `TrainHoppingAnimation` to notify status listeners when `status`
    changes
    - Adds tests
    
    ## 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.
    
    <!-- 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
    ksokolovskyi authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    2fff488 View commit details
    Browse the repository at this point in the history
  9. Roll Skia from 547e3e5441b4 to a30b02d57637 (3 revisions) (#178782)

    engine-flutter-autoroll authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    13c3d07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a32d497 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de4be4f View commit details
    Browse the repository at this point in the history
Loading