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: e79bf6cbc140
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb03253e32ce
Choose a head ref
  • 16 commits
  • 12 files changed
  • 9 contributors

Commits on Mar 26, 2026

  1. Updates scroll cache extent doc (#184142)

    <!--
    Thanks for filing a pull request!
    Reviewers are typically assigned within a week of filing a request.
    To learn more about code review, see our documentation on Tree Hygiene:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    -->
    
    as title
    
    ## Pre-launch Checklist
    
    - [ ] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [ ] I read the [AI contribution guidelines] and understand my
    responsibilities, or I am not using AI tools.
    - [ ] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [ ] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [ ] 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].
    - [ ] 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
    [AI contribution guidelines]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines
    [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
    chunhtai authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    d10e4c9 View commit details
    Browse the repository at this point in the history
  2. Update changelog for 3.41.6 stable hotfix (#184220)

    Merge CHANGELOG.md into master for 3.41.6
    
    includes:
    
    #183885
    #184040
    #184025
    walley892 authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    3724a2e View commit details
    Browse the repository at this point in the history
  3. Update iOS/macOS flutter_tools CODEOWNERS (#183287)

    #182972 (comment)
    attempted to add mac-reviewers to flutter_tool PRs in addition to
    ios-reviewers, but it didn't apply both:
    #183253
    
    ## Pre-launch Checklist
    
    - [ ] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [ ] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [ ] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [ ] 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].
    - [ ] 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
    jmagman authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    6d5c937 View commit details
    Browse the repository at this point in the history
  4. Roll Skia from bee5a06ef578 to aec9a7ab7ed9 (4 revisions) (#184222)

    https://skia.googlesource.com/skia.git/+log/bee5a06ef578..aec9a7ab7ed9
    
    2026-03-26
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2026-03-26 bungeman@google.com [fontations] Fix name and position
    2026-03-26 kjlubick@google.com Improve readibility of SkCpu and add
    documentation
    2026-03-26
    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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 26, 2026
    Configuration menu
    Copy the full SHA
    0b306aa View commit details
    Browse the repository at this point in the history
  5. Build engine for windows_arm on beta and stable (#176385)

    According to #113931 and
    #123288 and
    flutter-team-archive/engine#40546 (comment) the
    beta and stable builds were removed because Dart didn't support arm64 on
    stable, too. This is now obsolete as the Dart SDK for arm64 is available
    on stable (since Dart 3.3.0): https://dart.dev/get-dart/archive
    
    Basically reverts flutter-team-archive/engine#40546
    Contributes to #164431, #62597, #137161
    
    ## 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
    
    Co-authored-by: John "codefu" McDole <codefu@google.com>
    Gustl22 and jtmcdole authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a115abf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. skip interactive keyboard tests (#183757)

    Skip Interactive keyboard tests that no longer apply to iOS 26+
    
    Fixes #183407 
    
    Tracking #183473 for full logic
    refactoring
    
    *If you had to change anything in the [flutter/tests] repo, include a
    link to the migration guide as per the [breaking change policy].*
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [AI contribution guidelines] and understand my
    responsibilities, or I am not using AI tools.
    - [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 `///`).
    - [ ] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [ ] 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
    [AI contribution guidelines]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines
    [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
    okorohelijah authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    afd86fb View commit details
    Browse the repository at this point in the history
  2. Roll Dart SDK from 7587a31814c6 to ea1bce22b45b (1 revision) (#184228)

    https://dart.googlesource.com/sdk.git/+log/7587a31814c6..ea1bce22b45b
    
    2026-03-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.12.0-291.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 codefu@google.com,dart-vm-team@google.com 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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    49b9d2c View commit details
    Browse the repository at this point in the history
  3. fix: show window after first frame callback (#183454)

    This PR adds first frame callback to FlutterWindowView such that we only
    show window after first frame.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [AI contribution guidelines] and understand my
    responsibilities, or I am not using AI tools.
    - [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.
    rkishan516 authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    464d889 View commit details
    Browse the repository at this point in the history
  4. Roll Skia from aec9a7ab7ed9 to 1b7154852825 (1 revision) (#184230)

    https://skia.googlesource.com/skia.git/+log/aec9a7ab7ed9..1b7154852825
    
    2026-03-27 michaelludwig@google.com [graphite] Support colorspace and
    alpha type conversions in TextureFormatXferFn
    
    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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    bd7d943 View commit details
    Browse the repository at this point in the history
  5. Roll Skia from 1b7154852825 to 4f4f07084ef0 (1 revision) (#184231)

    https://skia.googlesource.com/skia.git/+log/1b7154852825..4f4f07084ef0
    
    2026-03-27
    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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    6c713f1 View commit details
    Browse the repository at this point in the history
  6. Roll Dart SDK from ea1bce22b45b to dfd1f8af3c52 (2 revisions) (#184234)

    https://dart.googlesource.com/sdk.git/+log/ea1bce22b45b..dfd1f8af3c52
    
    2026-03-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.12.0-293.0.dev
    2026-03-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.12.0-292.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 codefu@google.com,dart-vm-team@google.com 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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    6241516 View commit details
    Browse the repository at this point in the history
  7. Roll Skia from 4f4f07084ef0 to 9beded929d5a (4 revisions) (#184237)

    https://skia.googlesource.com/skia.git/+log/4f4f07084ef0..9beded929d5a
    
    2026-03-27
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    2026-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE
    from 95a343232b1b to 0755fa45413a (9 revisions)
    2026-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia
    Infra from b555f647994c to 08b8f9693e62 (17 revisions)
    2026-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn
    from 4cc0cdeb1d3b to 012f6e92c62b (10 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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    8564795 View commit details
    Browse the repository at this point in the history
  8. Roll Skia from 9beded929d5a to 5299de75c97b (1 revision) (#184243)

    https://skia.googlesource.com/skia.git/+log/9beded929d5a..5299de75c97b
    
    2026-03-27 robertphillips@google.com Revert "Improve readibility of
    SkCpu and add documentation"
    
    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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    3ba0d6d View commit details
    Browse the repository at this point in the history
  9. Roll Packages from 0dd241079156 to 7ae082a7f6cd (5 revisions) (#184248)

    flutter/packages@0dd2410...7ae082a
    
    2026-03-27 okorohelijah@google.com [quick_actions_ios] UIScene Migration
    (flutter/packages#11047)
    2026-03-26 engine-flutter-autoroll@skia.org Manual roll Flutter from
    82d96ef to e79bf6c (32 revisions) (flutter/packages#11372)
    2026-03-26 katelovett@google.com [two_dimensional_scrollables] Add debug
    check for pinning out of bounds (flutter/packages#11366)
    2026-03-26 tarrinneal@gmail.com [pigeon] Adds support for analyzer 10
    (flutter/packages#11346)
    2026-03-26 jhy03261997@gmail.com Fix typo in release_from_branches.yml
    (flutter/packages#11356)
    
    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 flutter-ecosystem@google.com 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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    b6efd1a View commit details
    Browse the repository at this point in the history
  10. Roll Skia from 5299de75c97b to 8c705ac86366 (2 revisions) (#184245)

    https://skia.googlesource.com/skia.git/+log/5299de75c97b..8c705ac86366
    
    2026-03-27 nuskos@google.com Use SkSafeMath to prevent overflow in pixel
    offset calculations.
    2026-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll
    Dawn from 012f6e92c62b to 0d2b886d015d (7 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 codefu@google.com,kjlubick@google.com,michaelludwig@google.com
    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 Mar 27, 2026
    Configuration menu
    Copy the full SHA
    f86cb4b View commit details
    Browse the repository at this point in the history
  11. flutter_driver: remove @internal annotation on field (#184235)

    It's being used internally. Not a big issue.
    
    Discovered in https://dart-review.googlesource.com/c/sdk/+/491040
    Related to dart-lang/sdk#62987
    kevmoo authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fb03253 View commit details
    Browse the repository at this point in the history
Loading