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: 78666c8dc57e
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46787ee49c1f
Choose a head ref
  • 5 commits
  • 120 files changed
  • 5 contributors

Commits on Jan 3, 2024

  1. CP: Manually update DWDS to 21.0.0+1 to fix null-cast error when debu…

    …gging from VS Code (#140711)
    
    Update DWDS version on Flutter stable to a hotfix release to resolve dart-lang/webdev#2297
    
    See dart-lang/webdev#2319
    elliette authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5a21b62 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. [CP] Run tests on either macOS 12 or 13 (#140892)

    In preparation for migrating our fleet to macOS 13, we're updating tests to run on either macOS 12 or macOS 13.
    
    These tests have been running on master since Nov 28 and the change is already in 3.18 beta. We want to make this change to stable so we can upgrade more bots to macOS 13.
    
    Original PR: #137365
    
    Fixes #140895
    vashworth authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4476a6d View commit details
    Browse the repository at this point in the history
  2. [CP] Fix tool crash while debugging an iOS device and deleting a temp…

    … directory fails (#140842)
    
    Original issue: #140416
    Original PR: #140415
    CP request issue: #140843
    christopherfujino authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4ec0689 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    019fc5d View commit details
    Browse the repository at this point in the history
  2. Set template and migrate apps to iOS 12 minimum (#140921)

    Cherry-pick #140823
    
    Issue #140923
    
    This looks like a lot of files, but most of them are updating the version on our integration/examples apps.
    jmagman authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    46787ee View commit details
    Browse the repository at this point in the history
Loading