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

Commits on Apr 24, 2026

  1. [CP-stable]Only use LLDB breakpoint in debug mode (#185348)

    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?
    
    #185150
    
    ### 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.
    
    Deploying to a physical iOS device in profile mode with Xcode 26 will hang.
    
    ### 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/185150] When using profile mode on a physical iOS device, the app may fail to connect to the Dart VM.
    
    ### Workaround:
    Is there a workaround for this issue?
    
    Disable LLDB debuggin (`flutter config --no-enable-lldb-debugging`) or run through 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?
    
    Run one of these tests: #185150 (comment)
    vashworth authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    c5b90e1 View commit details
    Browse the repository at this point in the history
  2. Update changelog with single change. (#185554)

    The changelong entry for the 3.41.8 stable hotfix release (#185549) for the single cherry picked PR, #185348.
    justinmc authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    02085fe View commit details
    Browse the repository at this point in the history
Loading