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

Commits on Aug 11, 2025

  1. [3.36] Create release-candidate-branch.version (#173583)

    As the title says :) Part of #173427.
    
    **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 Aug 11, 2025
    Configuration menu
    Copy the full SHA
    9f7301e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. [CP beta] Use LLDB as the default debugging method for iOS 17+ and Xc…

    …ode 26+ (#173443) (#173659)
    
    Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
    
    ### Issue Link:
    Part 2 of #144218
    
    ### 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
    
    Use LLDB and devicectl for deploying to physical iOS devices when using Xcode 26. This will allow Xcode 26 to `flutter run` twice in a row.
    
    ### 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)
    
    Flutter developers running Xcode 26 can `flutter run` to a tethered iOS device once. However subsequent `flutter run` attempts are likely to fail. 
    
    ### Workaround:
    Is there a workaround for this issue?
    
    Quitting and reopening Xcode.
    
    ### 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?
    
    Create a flutter project and run `flutter run` twice in a row with a physical iOS 17+ device and Xcode 26.
    vashworth authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    7433873 View commit details
    Browse the repository at this point in the history
Loading