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

Commits on Mar 23, 2026

  1. [CP-stable][Impeller] Do not wait for a frame's acquire fence if the …

    …frame was never presented (#183885)
    
    This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request)
    Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
    
    ### Issue Link:
    What is the link to the issue this cherry-pick is addressing?
    
    b/488786379
    
    ### Impact Description:
    What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)?
    Does it impact development (ex. flutter doctor crashes when Android Studio is installed),
    or the shipping of production apps (the app crashes on launch).
    This information is for domain experts and release engineers to understand the consequences of saying yes or no to the cherry pick.
    
    ### Changelog Description:
    Explain this cherry pick:
    * In one line that is accessible to most Flutter developers.
    * That describes the state prior to the fix.
    * That includes which platforms are impacted.
    See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples.
    
    < Replace with changelog description here >
    [flutter/183887](#183887) During SCREEN_OFF event a deadlock preventing new frames causing an ANR can occur on android devices running the Android 16 March Security update. 
    
    ### Workaround:
    Is there a workaround for this issue?
    
    No
    
    ### Risk:
    What is the risk level of this cherry-pick?
    
    ### Test Coverage:
    Are you confident that your fix is tested by automated tests?
    
    ### Validation Steps:
    What are the steps to validate that this fix works?
    
    No public repro steps.
    flutteractionsbot authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    301b0e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. [CP-stable]Add some extra slack room for stroked and filled circles t…

    …hat use the SDF shader (#184040)
    
    This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request)
    Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
    
    ### Issue Link:
    What is the link to the issue this cherry-pick is addressing?
    
    #183002
    #182708
    
    ### Impact Description:
    What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)?
    Does it impact development (ex. flutter doctor crashes when Android Studio is installed),
    or the shipping of production apps (the app crashes on launch).
    This information is for domain experts and release engineers to understand the consequences of saying yes or no to the cherry pick.
    
    Visual issues with circles appearing jagged. Especially on thin stroked circles and circles with small radii
    
    ### Changelog Description:
    Explain this cherry pick:
    * In one line that is accessible to most Flutter developers.
    * That describes the state prior to the fix.
    * That includes which platforms are impacted.
    See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples.
    
    #183002 When rendering thin circles on all platforms, circles appear pixelated and jagged.
    
    ### Workaround:
    Is there a workaround for this issue?
    
    No
    
    ### Risk:
    What is the risk level of this cherry-pick?
    
    ### Test Coverage:
    Are you confident that your fix is well-tested by automated tests?
    
    ### Validation Steps:
    What are the steps to validate that this fix works?
    
    Run this code against the test cases in 
    
    #183002
    #183831
    and
    #182708
    flutteractionsbot authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fbe9805 View commit details
    Browse the repository at this point in the history
  2. Update skia on Stable (#184025)

    Required CP for stable. 
    - **Update skia**
    
    Internal details in b/491789011
    
    Changelog entry: 
    
    TODO: @zanderso
    reidbaker authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    78a7384 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. [flutter-3.41-candidate.0] Update Flutter DEPS to Dart 02abc57898bebc…

    …334a997e609ce5827c8ef207d7 (#184139)
    
    This PR updates the transitive dependencies in the engine `DEPS` file based on Dart SDK hash `02abc57898bebc334a997e609ce5827c8ef207d7`.
    flutteractionsbot authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    425cfb5 View commit details
    Browse the repository at this point in the history
  2. [flutter-3.41-candidate.0] Sync engine.version to 425cfb5 (#184153)

    Updates the engine.version file.
    flutteractionsbot authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    c5f9db5 View commit details
    Browse the repository at this point in the history
  3. Update changelog for 3.41.6 (#184170)

    Update the changelog for 4.41.6. 
    
    Includes: 
    #183885 
    #184040
    #184025
    walley892 authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    db50e20 View commit details
    Browse the repository at this point in the history
Loading