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

Commits on May 6, 2025

  1. [various] Update READMEs of discontinued packages (#9203)

    Updates the READMEs of the packages that are being discontinued to indicate that they are now discontinued.
    
    The source will be removed in a follow-up PR.
    
    See flutter/flutter#162960
    
    ## 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 May 6, 2025
    Configuration menu
    Copy the full SHA
    02a110b View commit details
    Browse the repository at this point in the history
  2. [video_player_android] Modify to use handlesCropAndRotation to dete…

    …ct the `SurfaceTexture` Impeller backend (#9107)
    
    Changes SDK version check to a call to `SurfaceProducer.handlesCropAndRotation` to determine which Impeller backend is used for the `Texture` based video player and thus, what rotation correction to apply to correct the rotation of the video.
    
    Fixes flutter/flutter#157198.
    
    ## 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.
    camsim99 authored May 6, 2025
    Configuration menu
    Copy the full SHA
    e800da7 View commit details
    Browse the repository at this point in the history
Loading