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/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7063d75d552e
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5ecaf770c8f
Choose a head ref
  • 4 commits
  • 29 files changed
  • 4 contributors

Commits on Nov 11, 2025

  1. Bumping CI to Test Against JDK 21 (#10193)

    Bumping CI to Test Against JDK 21. This is part of the setup to use a robolectric version that supports SDK 36. This new robolectric version requires JDK 21 at minimum.
    
    Edit: On JDK 21+ an error is thrown for this-escape warning due to: https://bugs.openjdk.org/browse/JDK-8015831. Addressing the warning requires removing the abstract funciton `createExoPlayerEventListener` in base class `VideoPlayer.java`, which could cause unknown regressions. Keeping the behavior as-is since the plugin works as expected. 
    
    Addresses flutter/flutter#163071
    Addresses flutter/flutter#177674
    
    ## Pre-Review Checklist
    
    **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.
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    jesswrd authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    0aa4d9d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. [pigeon] Deprecate dartHostTestHandler (#10403)

    Deprecates `dartHostTestHandler`, in preparation for removing sometime in 2026 if no significant new information comes to light.
    
    Part of flutter/flutter#178322
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    stuartmorgan-g authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d07dabc View commit details
    Browse the repository at this point in the history
  2. [image_picker] Fixes README description of plugin suggesting that onl…

    …y Android and iOS is supported. (#10385)
    
    ## Pre-Review Checklist
    
    **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.
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    bparrishMines authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e0a6684 View commit details
    Browse the repository at this point in the history
  3. [google_sign_in_android] Fix typos in README.md (#10402)

    typo: from "recieve" to "receive"; from "use" to "using"
    updated changelog to 7.2.4
    discovered while investigating how to use google_sign_in auth for android and found: #10246
    
    ## Pre-Review Checklist
    
    **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.
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    zhoda-lii authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e5ecaf7 View commit details
    Browse the repository at this point in the history
Loading