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: 603104015dd6
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dec2ee5c1f98
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 25, 2024

  1. Add 3.24.4 changelog (#157596)

    Add changelog for 3.24.4 release
    reidbaker authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    45c0bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [CP-stable]Prevent flutter build ios-framework --xcframework from c…

    …opying `Flutter.xcframework.dSYM` into the `App.framework` folder. (#158125)
    
    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?
    
    #157359
    
    ### Changelog Description:
    Explain this cherry pick in one line that is accessible to most Flutter developers. See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples
    
    Prevents `flutter build ios-framework --xcframework` from copying an extraneous Flutter.xcframework.dSYM into the App.framework folder
    
    ### 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 production app (the app crashes on launch)
    
    Previously, `flutter build ios-framework --xcframework` would fail with
    `error: Multiple commands produce '......./BuildProductsPath/Release-iphoneos/Flutter.framework.dSYM/Contents'`. 
    
    Is there a workaround for this issue?
    
    The workaround is to delete `App.xcframework/ios-arm64/dSYMs/Flutter.framework.dSYM`.
    
    ### 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?
    
    Try to build any example app with `flutter build ios-framework --xcframework`, then inspect the App.framework folder. It should only include  `App.framework.dSYM`, and not `Flutter.xcframework.dSYM `
    flutteractionsbot authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8cbe8ec View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Manually cherry-pick #158141 (out_dir_shared) into stable (#158525)

    This is the same as #158395 but for stable. This is a test-only change, just to make sure that CI continues working on the stable branch.
    eyebrowsoffire authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d017f4a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. [flutter_releases] Flutter stable 3.24.5 Framework Cherrypicks (#158778)

    # Flutter stable 3.24.5 Framework
    eyebrowsoffire authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dec2ee5 View commit details
    Browse the repository at this point in the history
Loading