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

Commits on Dec 18, 2025

  1. [camera_avfoundation] Wrappers swift migration - part 4 (#10440)

    Migrates camera wrappers as part of flutter/flutter#119109
    
    This PR migrates wrappers to Swift:
    * `FLTCaptureConnection`
    * `FLTCaptureDeviceFormat`
    * `FLTAssetWriter`
    
    In line with Swift conventions, the `FLT` prefixes are removed. The `Default` class implementations are replaced with protocol conformance on base `AV` classes.
    
    ## Pre-Review Checklist
    
    **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.
    
    [^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.
    RobertOdrowaz authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    e18b368 View commit details
    Browse the repository at this point in the history
  2. [pigeon] Fix kotlin warning about calling bridge method (#10632)

    - Modify generated code to implement methods from *PigeonEventChannelWrapper*
    - Bump tooling/yaml version, update changelog
    - update kotlin generated tests
    
    Part 1/2 for  #178908 
    Next step is to update video_player_android with this feature. 
    
    Tested by updating an example app to use a local version of video_player_android and manually modifying the generated files prior to updating the generator. 
    
    ## Pre-Review Checklist
    reidbaker authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    6f392aa View commit details
    Browse the repository at this point in the history
Loading