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

Commits on May 7, 2025

  1. [camera_avfoundation] Implementation swift migration - part 3 (#9182)

    Migrates camera implementation as part of flutter/flutter#119109
    
    This PR prepares for the next big one (`FLTCam` class migration):
    1. Extracts a util method for creating a test `FLTCam` instance. After migration, the `FLTCam` constructor is marked with `throws` so it requires some asserts to ignore it in tests
    2. Removes dependence on KVO in `StreamingTests`
    
    ## 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.
    RobertOdrowaz authored May 7, 2025
    Configuration menu
    Copy the full SHA
    860ecde View commit details
    Browse the repository at this point in the history
  2. [various] Delete discontinued packages (#9215)

    Removes the following packages from the repository, as they have been discontinued:
    - ios_platform_images
    - css_colors
    - palette_generator
    - flutter_image
    - flutter_adaptive_scaffold
    - flutter_markdown
    
    Fixes flutter/flutter#162960
    stuartmorgan-g authored May 7, 2025
    Configuration menu
    Copy the full SHA
    4e4cddd View commit details
    Browse the repository at this point in the history
  3. [camera_android] Wait for creating capture session when initializing (#…

    …8894)
    
    As discussed in the linked issue, this is an attempt to palliate one of the thread race conditions. In particular, returning to Dart possibly before creating the session and then let other function like "startImageStream" create a different session in parallel and interleave, causing the `java.lang.IllegalArgumentException: CaptureRequest contains unconfigured Input/Output Surface!` error.
    
    Fixes flutter/flutter#165092
    
    cc @camsim99 
    
    ## 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.
    davidmartos96 authored May 7, 2025
    Configuration menu
    Copy the full SHA
    b2ce3b0 View commit details
    Browse the repository at this point in the history
Loading