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

Commits on Jan 11, 2026

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

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    0f1c422 View commit details
    Browse the repository at this point in the history
  2. Make sure that a FlutterLogo doesn't crash in 0x0 environment (#180617)

    This is my attempt to handle
    #6537 for the FlutterLogo
    widget.
    ahmedsameha1 authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    4b5de7d View commit details
    Browse the repository at this point in the history
  3. Make sure that a LongPressDraggable doesn't crash in 0x0 environment (#…

    …180408)
    
    This is my attempt to handle
    #6537 for the
    LongPressDraggable widget.
    
    ---------
    
    Co-authored-by: Tong Mu <[email protected]>
    ahmedsameha1 and dkwingsmt authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    76aa2f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb72a7 View commit details
    Browse the repository at this point in the history
  5. Bump ffigen (#180507)

    It's unclear why it isn't getting picked up by the autoroller, see
    #180503.
    goderbauer authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f95a985 View commit details
    Browse the repository at this point in the history
  6. Roll Skia from aefdde600f1e to 487a9943210b (3 revisions) (#180835)

    engine-flutter-autoroll authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    81c1cdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d246b4 View commit details
    Browse the repository at this point in the history
  8. Fix: Allow dartpad embed clipboard-write permission for "Copy to clip…

    …board" functionality (#178057)
    
    This PR allows dartpad embeds to have clipboard-write permission.
    Dartpad has added a new "Copy to clipboard" option. When it is rendered
    inside an `iframe`, it gives permission error (affecting flutter's docs
    website). Changes in this PR fixes it.
    
    **Before**
    - Copying text using the button shows an error in console.
    <img width="500" alt="before"
    src="https://github.com/user-attachments/assets/460f6983-5b25-4a9c-9b1e-457f096e4f82"
    />
    
    
    **After**
    - Copying text using the button correctly copies content to the
    clipboard. (Tested by pasting it)
    <img width="500" alt="after"
    src="https://github.com/user-attachments/assets/1796b593-c206-4e56-afdb-b0e16e557055"
    />
    
    ---
    
    fixes: #178056
    
    ## 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 `///`).
    - [ ] 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
    
    Co-authored-by: Mouad Debbar <[email protected]>
    Co-authored-by: John "codefu" McDole <[email protected]>
    3 people authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    18cf8b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16dfe7f View commit details
    Browse the repository at this point in the history
  10. Migrate doc and code to use sendAnnounce (#180776)

    <!--
    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 [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
    chunhtai authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    d81cd3e View commit details
    Browse the repository at this point in the history
Loading