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

Commits on Jun 26, 2025

  1. Revert "[camera_android_camerax] Force new Surface for each `Surfac…

    …eRequest`" (#9500)
    
    Reverts #9360
    
    It uses an API that's not available on `stable`, breaking compilation of the plugin on `stable`.
    stuartmorgan-g authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3ea3c6a View commit details
    Browse the repository at this point in the history
  2. [tool] Use swift-format from Xcode (#9460)

    As of Xcode 16, `swift-format` is part of the Xcode distribution. Since CI now uses Xcode 16, we can just always use that version.
    
    This:
    - Removes the `swift-format-path` logic.
    - Removes the check for `swift-format` being available
    - Defaults Swift formatting to true only on macOS
    - Removes the `swift-format` CIPD package from .ci.yaml
    - Updates Pigeon in packages using Swift Pigeon generation to pick up a fix for a lint issue picked up by the latest version of `swift-format` (which was already fixed in Pigeon).
    
    Fixes flutter/flutter#153803
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    stuartmorgan-g authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    111ceb7 View commit details
    Browse the repository at this point in the history
  3. Bump AVD and SDK to API 36 in Packages CI (#9414)

    Bumping AVD, SDK we test against to ensure Flutter works on Android 16. Also added potentially missing `android_virtual_device` dependency. This aligns with what has been and/or will be done in framework flutter/flutter#169121 and engine flutter/flutter#169124, flutter/flutter#167776.
    
    Partially Addresses flutter/flutter#163071
    Fixes flutter/flutter#137083
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    jesswrd authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    2c8d2bc View commit details
    Browse the repository at this point in the history
Loading