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: 34eec7850cce
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 287739d0acce
Choose a head ref
  • 9 commits
  • 49 files changed
  • 6 contributors

Commits on Sep 29, 2025

  1. [camera_avfoundation] Implementation swift migration - part 13 (#9930)

    Migrates camera implementation as part of flutter/flutter#119109
    
    This PR migrates the last chunk of `FLTCam` class to Swift:
    * `updateOrientation`
    * `setCaptureSessionPreset`
    * Removes `FLTCam` class
    
    ## 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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    affa244 View commit details
    Browse the repository at this point in the history
  2. Manual roll Flutter from b1a28bc065b0 to 6cc976ec26d3 (4 revisions) (#…

    …10116)
    
    Manual roll requested by [email protected]
    
    flutter/flutter@b1a28bc...6cc976e
    
    2025-09-25 [email protected] [Impeller] Optimize scale translate rectangle transforms (flutter/flutter#171841)
    2025-09-25 [email protected] [time_picker] refactor: Distinguish widgets for dial mode only (flutter/flutter#173188)
    2025-09-25 [email protected] Reapply "Update the AccessibilityPlugin::Announce method to account f… (flutter/flutter#174365)
    2025-09-25 [email protected] Put Linux firebase_release_smoke_test on bringup (flutter/flutter#176043)
    
    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
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: 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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    a3af613 View commit details
    Browse the repository at this point in the history
  3. [camera_android_camerax] Fix NV21 Format (#10022)

    When NV21 image format is requested for streaming images, this PR ensures that:
    
    1. The NV21-compatible (but actually YUV_420_888) three planes per image are converted to a single NV21 plane (Y + interleaved VU planes).
    2. The single `CameraImagePlane` created has overridden raw and camera image format NV21.*
    
    This should make this package compatible with [google_ml_kit_flutter](https://github.com/flutter-ml/google_ml_kit_flutter/tree/master) 🤞 I tested this change with the Barcode scanner example. Fixes flutter/flutter#174923.
    
    *The conversion will fail if the image is actually not NV21 compatible for some reason, so this should never be a false positive.
    
    _Note: Uses code inspired by [googlesamples/mlkit](https://github.com/googlesamples/mlkit/blob/da17257a78b9beedb57b7a9795b911296ae970a0/android/vision-quickstart/app/src/main/java/com/google/mlkit/vision/demo/BitmapUtils.java)._
    
    ## 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.
    camsim99 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f419532 View commit details
    Browse the repository at this point in the history
  4. Roll Flutter from 6cc976ec26d3 to 96fe3b3df509 (32 revisions) (#10125)

    Roll Flutter from 6cc976ec26d3 to 96fe3b3df509 (32 revisions)
    
    flutter/flutter@6cc976e...96fe3b3
    
    2025-09-29 [email protected] Roll Packages from 389c678 to 34eec78 (6 revisions) (flutter/flutter#176205)
    2025-09-29 [email protected] Roll Skia from 9b2b942d1eb1 to bb3b6bd4be0d (4 revisions) (flutter/flutter#176201)
    2025-09-29 [email protected] [ Widget Preview ] Improve IDE integration support (flutter/flutter#176114)
    2025-09-29 [email protected] Fix name of driver file (flutter/flutter#176186)
    2025-09-29 [email protected] Roll Skia from beb673968802 to 9b2b942d1eb1 (3 revisions) (flutter/flutter#176190)
    2025-09-28 [email protected] Roll Fuchsia Linux SDK from 0Z45OXT_Wb8aWI3a0... to 8zjcJic_DtvB2Bo2x... (flutter/flutter#176158)
    2025-09-28 [email protected] Revert "[Impeller] Optimize scale translate rectangle transforms" (flutter/flutter#176161)
    2025-09-27 [email protected] Roll Skia from 2e5da5c0a9cd to beb673968802 (1 revision) (flutter/flutter#176145)
    2025-09-27 [email protected] [Impeller] Optimize scale translate rectangle transforms (flutter/flutter#176123)
    2025-09-27 [email protected] Roll Skia from d8422aaf8f89 to 2e5da5c0a9cd (2 revisions) (flutter/flutter#176141)
    2025-09-27 [email protected] [web] Remove mention of non-existent `canvaskit_lock.yaml` (flutter/flutter#176108)
    2025-09-27 [email protected] Roll Skia from 96b73f61fe61 to d8422aaf8f89 (2 revisions) (flutter/flutter#176118)
    2025-09-27 [email protected] [a11y] Add `expanded` flag support to Android. (flutter/flutter#174981)
    2025-09-26 [email protected] Make sure that a DesktopTextSelectionToolbar doesn't crash in 0x0 env… (flutter/flutter#173928)
    2025-09-26 [email protected] Roll Dart SDK from 899c7340cc4c to af31d2637b6b (11 revisions) (flutter/flutter#176056)
    2025-09-26 [email protected] Update java version ranges with the top end limitation for java pre 17 (flutter/flutter#176049)
    2025-09-26 [email protected] Add warn java evaluation to android_workflow (flutter/flutter#176097)
    2025-09-26 [email protected] Removes type annotations in templates (flutter/flutter#176106)
    2025-09-26 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#175917)
    2025-09-26 [email protected] Add kotlin/kgp 2.2.* evaluation criteria.  (flutter/flutter#176094)
    2025-09-26 [email protected] Migrate to `WidgetStateMouseCursor` (flutter/flutter#175981)
    2025-09-26 [email protected] Roll Packages from 117bf63 to 389c678 (4 revisions) (flutter/flutter#176092)
    2025-09-26 [email protected] Fix link to .gclient setup instructions (flutter/flutter#176046)
    2025-09-26 [email protected] Implement Regular Windows for the win32 framework + add an example application for regular windows (flutter/flutter#173715)
    2025-09-26 [email protected] Roll Skia from 5d99c3fc7c83 to 96b73f61fe61 (3 revisions) (flutter/flutter#176075)
    2025-09-26 [email protected] Roll Fuchsia Linux SDK from naeytagBIBEpKgZNZ... to 0Z45OXT_Wb8aWI3a0... (flutter/flutter#176068)
    2025-09-26 [email protected] Add itemClipBehavior property for CarouselView's children (flutter/flutter#175324)
    2025-09-26 [email protected] Roll Skia from 55436d87e414 to 5d99c3fc7c83 (4 revisions) (flutter/flutter#176060)
    2025-09-26 [email protected] Revert "[Impeller] Optimize scale translate rectangle transforms" (flutter/flutter#176061)
    2025-09-25 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Reapply "Update the AccessibilityPlugin::Announce method to account f… (#174365)" (flutter/flutter#176059)
    2025-09-25 [email protected] Make sure that a CupertinoDesktopTextSelectionToolbarButton doesn't c… (flutter/flutter#173894)
    2025-09-25 [email protected] Improve code quality in `SensitiveContentPluginTest.java` (flutter/flutter#175721)
    
    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
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: 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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    0158ffb View commit details
    Browse the repository at this point in the history
  5. [video_player] Separate texture ID on Android (#10029)

    Cleans up the tech debt of having two different methods of generating player IDs on Andoird, as was recently done on iOS. The current code was a result of adding non-texture-based players without refactoring the Dart<->Java communication, and relied on knowing that the engine assigned texture IDs by increasing an incrementing value. This fully separates texture IDs from player IDs, so that the plugin can fully control player ID management without relying on engine internals.
    
    This also brings the Android and iOS implementations into better alignment, so that they don't have differences that aren't related to the platforms themselves.
    
    Follow-up to work done for flutter/flutter#86613 Prep for flutter/flutter#172763
    
    ## 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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    b2530f5 View commit details
    Browse the repository at this point in the history
  6. [In_app_purchase_storekit] Do not throw PigeonError when a transactio…

    …n is pending / cancelled / unverified (#9627)
    
    Fixes flutter/flutter#169524
    
    ## 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.
    LongCatIsLooong authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    c7a25fa View commit details
    Browse the repository at this point in the history
  7. [file_selector] Update Pigeon in Android implementation (#10126)

    Updates `file_selector_android` to Pigeon 26.x.
    
    Fixes a latent bug in pigeons/file_selector_api.dart; it had a class that was marked as `implements Exception`; in older versions of Pigeon this was ignored, so was a no-op, but in current versions it triggers the very limited subclassing support, which doesn't allow inheriting from outside the interface definition, and thus generates incorrect code.
    
    ## 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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    d29ad29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24c55df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    287739d View commit details
    Browse the repository at this point in the history
Loading