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

Commits on Mar 11, 2026

  1. [cp-stable] GitHub workflows to assist with releases. (#183480)

    This cherry-picks the new GitHub workflows for releases into the stable channel.
    
    This change has very little risk and doesn't require a changelog entry since it doesn't affect code that ships to customers.
    
    Note: this does not need to be merged until we actually plan to do a release. Currently, the CP queue is empty, so we don't really need to merge this until there is a reason to make a stable release.
    eyebrowsoffire authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    22ba81c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. [stable] Use CLA-approved email and username for github workflow comm…

    …its. (#183551)
    
    This uses an email and username which is recognized by the Google CLA when writing commits from our GitHub workflows.
    
    This also fixes an issue with the engine version sync workflow when adding the `engine.version` file, since it is typically .gitignored
    eyebrowsoffire authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    55040b0 View commit details
    Browse the repository at this point in the history
  2. [CP-stable]Migrated circle sdf to euclidean 2d derivative (#183526)

    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:
    #182708
    
    ### Impact Description:
    Bur artifacts in circles rendering at 45 degree angles for any platform using Impeller.
    
    ### Changelog Description:
    
    When drawing circles as strokes on Impeller, there are inconsistent line widths at 45 degree angles.
    
    ### Workaround:
    
    None.
    
    ### Risk:
    
    ### Test Coverage:
    
    ### Validation Steps:
    There is a golden test and was validated by users.
    flutteractionsbot authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    b65acc2 View commit details
    Browse the repository at this point in the history
  3. [flutter-3.41-candidate.0] Update Flutter DEPS to Dart 33a71e18a5595e…

    …403b9ed5972b2b744d73b1e1eb (#183788)
    
    This PR updates the transitive dependencies in the engine `DEPS` file based on Dart SDK hash `33a71e18a5595e403b9ed5972b2b744d73b1e1eb`.
    flutteractionsbot authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    052f31d View commit details
    Browse the repository at this point in the history
  4. [flutter-3.41-candidate.0] Sync engine.version to 052f31d (#183801)

    Updates the engine.version file.
    flutteractionsbot authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    f80b587 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md for Flutter 3.41.5 (#183792)

    Added release notes for Flutter version 3.41.5 that includes:
    
    #183526
    #183551
    
    **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.
    camsim99 authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    2c9eb20 View commit details
    Browse the repository at this point in the history
Loading