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

Commits on Jun 24, 2025

  1. [google_maps_flutter_web] Fix no effect behavior of cameraTargetBound…

    …s option on web (#9153)
    
    I fixed the broken `cameraTargetBounds` behavior on web. Previously, it had no effect because this option wasn't passed to the `MapOptions` object.
    
    This issue shoud be partically solved by this PR
    flutter/flutter#25298
    
    ## 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.
    MsYoda authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c99425e View commit details
    Browse the repository at this point in the history
  2. [camera_android_camerax] Force new Surface for each SurfaceRequest (

    #9360)
    
    > [!IMPORTANT]  
    > flutter/flutter#169899 must be rolled into packages in order for this fix to land.
    
    Since timing for `Surface` requests cannot be guaranteed, request a new `Surface` from `SurfaceProducer.getSurface` each time a `Surface` is requested for rendering the camera preview to.
    
    Fixes flutter/flutter#155294.
    Fixes flutter/flutter#169506.
    
    ## 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.
    camsim99 authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    5963ecd View commit details
    Browse the repository at this point in the history
Loading