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: 022b155d1b76
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2b5fa9462ce9
Choose a head ref
  • 14 commits
  • 25 files changed
  • 7 contributors

Commits on Nov 27, 2025

  1. Roll Packages from 5d8d954b7c5e to b505d41ade71 (4 revisions) (#179188)

    flutter/packages@5d8d954...b505d41
    
    2025-11-26 [email protected] [camera_android_camerax] use
    MediaSettings::fps for image preview, streaming, and video recording
    (flutter/packages#10301)
    2025-11-26 [email protected] [various] Update READMEs to reflect
    current OS support (flutter/packages#10470)
    2025-11-26 [email protected] Roll Flutter from
    3f553f6 to 7b98d50 (30 revisions) (flutter/packages#10523)
    2025-11-26 [email protected] [camera] fix RECORD_AUDIO permission on
    Android when there is no permission (flutter/packages#10424)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
    Please CC [email protected] on the revert to ensure that a
    human
    is aware of the problem.
    
    To file a bug in Flutter:
    https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    703d8e8 View commit details
    Browse the repository at this point in the history
  2. Roll Dart SDK from 1d8dc04bd1d7 to 1e6edf8a8dab (9 revisions) (#179190)

    https://dart.googlesource.com/sdk.git/+log/1d8dc04bd1d7..1e6edf8a8dab
    
    2025-11-27 [email protected]
    Version 3.11.0-182.0.dev
    2025-11-27 [email protected]
    Version 3.11.0-181.0.dev
    2025-11-26 [email protected]
    Version 3.11.0-180.0.dev
    2025-11-26 [email protected]
    Version 3.11.0-179.0.dev
    2025-11-26 [email protected]
    Version 3.11.0-178.0.dev
    2025-11-26 [email protected]
    Version 3.11.0-177.0.dev
    2025-11-26 [email protected]
    Version 3.11.0-176.0.dev
    2025-11-25 [email protected]
    Version 3.11.0-175.0.dev
    2025-11-25 [email protected]
    Version 3.11.0-174.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter
    Please CC [email protected],[email protected] on the revert
    to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter:
    https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    c0df5bd View commit details
    Browse the repository at this point in the history
  3. [ Widget Preview ] Handle changes to unexpected pubspec.yaml files gr…

    …acefully (#179157)
    
    This change fixes an issue where the preview command would crash if a
    `pubspec.yaml` was added / deleted somewhere under the previewed
    directory. It also improves testing for `PreviewManifest` in the context
    of pub workspaces and ensures that `FlutterProject` instances are
    refreshed based on the latest `pubspec.yaml` contents.
    
    Fixes #179155
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    bkonyi and gemini-code-assist[bot] authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    baf781d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    83ab449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f7d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf7083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bdd5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc676e View commit details
    Browse the repository at this point in the history
  6. Update workflow permissions in easy-cp.yml (#178919)

    Changed permissions from 'write-all' to more granular 'contents: read'
    and 'pull-requests: write' for improved security and least privilege in
    the GitHub Actions workflow.
    
    The workflow uses FLUTTERACTIONSBOT_CP_TOKEN for all sensitive
    operations (removing labels, creating PRs, commenting), so the
    workflow's default GITHUB_TOKEN doesn't need extensive permissions
    guidezpl authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    ae12545 View commit details
    Browse the repository at this point in the history
  7. Fix GitHub Actions not pinned by hash (#178917)

    Use explicit pinned dependencies per:
    - [The Open Source Security Foundation (OpenSSF) Security
    Guide](https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies)
    
    This pull request is created by
    [StepSecurity](https://app.stepsecurity.io/securerepo) at the request of
    @guidezpl. Please merge the Pull Request to incorporate the requested
    changes.
    
    Signed-off-by: StepSecurity Bot <[email protected]>
    Co-authored-by: Pierre-Louis <[email protected]>
    Co-authored-by: Zachary Anderson <[email protected]>
    3 people authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    d53693f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47c4a0f View commit details
    Browse the repository at this point in the history
  9. [ Tool ] Don't try to reattach when attach target disappears (#179193)

    Before this change, there was logic in `flutter attach` that would try
    and listen for a new application to attach to in the scenario the
    current target application disappeared. This behavior isn't documented,
    and has resulted in a `StateError` being thrown due to the VM service
    URIs stream being listened to multiple times.
    
    This change removes this behavior, which also prevents the `StateError`
    from being thrown.
    
    Fixes #156692, which is a
    top-10 crasher for the tool.
    bkonyi authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    4c1b7f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    da9a3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5fa94 View commit details
    Browse the repository at this point in the history
Loading