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: d113bbc1107e
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ec29b6d23e7
Choose a head ref
  • 12 commits
  • 84 files changed
  • 10 contributors

Commits on Oct 20, 2025

  1. Roll Flutter from 891d7d539256 to 2d3416713fe8 (18 revisions) (#10268)

    flutter/flutter@891d7d5...2d34167
    
    2025-10-20 [email protected] Cleanup create_updated_flutter_deps.py a bit (flutter/flutter#177162)
    2025-10-20 [email protected] Fixed hot reload/restart crashes after closing browser tab on web-server device (flutter/flutter#177026)
    2025-10-20 [email protected] Roll Skia from 0a3ace6fde82 to ed4294faecde (2 revisions) (flutter/flutter#177249)
    2025-10-20 [email protected] Add DropdownMenu.decorationBuilder (flutter/flutter#176264)
    2025-10-20 [email protected] Roll Skia from 05e2f42f533d to 0a3ace6fde82 (1 revision) (flutter/flutter#177242)
    2025-10-20 [email protected] Roll Skia from 89abc5393317 to 05e2f42f533d (1 revision) (flutter/flutter#177238)
    2025-10-20 [email protected] [ios][engine] Fix autofill context cleanup and view lifecycle management (flutter/flutter#173598)
    2025-10-20 [email protected] Fix Image.network not using cache when headers are specified (flutter/flutter#176831)
    2025-10-19 [email protected] Roll Dart SDK from a66f334fee2a to 2cd2106f2cef (4 revisions) (flutter/flutter#177190)
    2025-10-19 [email protected] Roll Skia from 2d424175a481 to 89abc5393317 (1 revision) (flutter/flutter#177235)
    2025-10-19 [email protected] Make sure that a ListTile doesn't crash in 0x0 environment (flutter/flutter#176176)
    2025-10-19 [email protected] Make sure that a DropdownButton doesn't crash in 0x0 environment (flutter/flutter#174880)
    2025-10-19 [email protected] Roll Skia from 899155871d29 to 2d424175a481 (1 revision) (flutter/flutter#177229)
    2025-10-19 [email protected] Roll Skia from b864c56efb66 to 899155871d29 (1 revision) (flutter/flutter#177227)
    2025-10-19 [email protected] Roll Fuchsia Linux SDK from M8WT2GMY46e_0fFho... to tKrvmvTOQITL81oOC... (flutter/flutter#177223)
    2025-10-19 [email protected] Roll Skia from 0992b560454f to b864c56efb66 (1 revision) (flutter/flutter#177222)
    2025-10-18 [email protected] Fix HEIF decoding (flutter/flutter#176860)
    2025-10-18 [email protected] Roll Skia from 74df18176924 to 0992b560454f (1 revision) (flutter/flutter#177217)
    
    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],[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 Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2d4f8ef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. [go_router_builder] expand supported versions of analyzer, build and …

    …source_gen (#10078)
    
    close flutter/flutter#175071
    
    Expand support [build](https://pub.dev/packages/build) and [source_gen](https://pub.dev/packages/source_gen) versions to support build v4 and source_gen v4
    Expand support [analyzer](https://pub.dev/packages/analyzer) version to allow to v8.
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    
    ## 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.
    NearTox authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    88890ae View commit details
    Browse the repository at this point in the history
  2. [camera_avfoundation] Wrappers swift migration - part 1 (#10119)

    Migrates camera wrappers as part of flutter/flutter#119109
    
    This PR migrates wrappers to Swift:
    * `FLTCamConfiguration`
    * `FLTCamMediaSettingsAVWrapper`
    * `FLTCaptureOutput`
    * `FLTCapturePhotoOutput`
    * `FLTCaptureVideoDataOutput`
    
    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 Oct 21, 2025
    Configuration menu
    Copy the full SHA
    37f0bb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. [image_picker] Fix typos in error messages for platform interface (#1…

    …0211)
    
    A part split from #10188.
    
    ## 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.
    hgraceb authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    501d8c9 View commit details
    Browse the repository at this point in the history
  2. [image_picker] Fix typos in error messages for android (#10188)

    ## 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.
    hgraceb authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    48ebbe1 View commit details
    Browse the repository at this point in the history
  3. [mustache_template] Emoji support (#10110)

    Support emojis in templates. The code was relying on String.length, when doing substring, which could be wrong when emojis are used.
    
    Fixes flutter/flutter#176180
    
    ## 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.
    davidmartos96 authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    ce0b99c View commit details
    Browse the repository at this point in the history
  4. [various] Migrate example Radio groups to new RadioGroup API (#10155)

    This PR updates multiple package **example** apps to stop using deprecated `groupValue` and `onChanged` on individual `Radio` widgets and instead use the new `RadioGroup<T>` ancestor to manage the selected value and change handling.
    
    ### Why  
    Flutter deprecated `Radio.groupValue` and `Radio.onChanged` in favor of `RadioGroup`, which centralizes selection state for related radios. The deprecation is currently reported across several examples in this repo (see linked issue for examples and affected packages). This PR resolves those warnings.
    
    ### What changed (pattern applied across examples)  
    - Wrap related `Radio<T>` widgets in a `RadioGroup<T>(groupValue: ..., onChanged: ...)`.  
    - Remove `groupValue`/`onChanged` from each `Radio`, leaving only `value` (+ its label UI).  
      - Example (from `animations` demo): old three `Radio` widgets each had `groupValue`/`onChanged`; now they are enclosed in a single `RadioGroup<SharedAxisTransitionType>` and the `Radio` children keep just their `value`.
    
    ### Packages (examples) updated  
    - `animations`  
    - `camera`  
    - `camera_android`  
    - `camera_android_camerax`  
    - `camera_avfoundation`  
    - `google_sign_in_web`  
    - `two_dimensional_scrollables` (both `table_view` and `tree_view`)  
    
    ### Screenshots  
    N/A (UI unchanged; only wiring of radios changed).
    
    ### Links  
    Fixes: [flutter/flutter#170915](flutter/flutter#170915)
    
    ---
    
    ## Pre-Review Checklist
    alexskobozev authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    f6896e5 View commit details
    Browse the repository at this point in the history
  5. [tool] Change gradle-check logic to enforce alignment of java version…

    …s and a minimum (17) (#10206)
    
    Hold review/merge until #10201 has merged. 
    This pr is code review feedback from #10201 (comment) 
    
    - **Update gradle-check to support minimum java version and validating java version alignment**
    
    ## Pre-Review Checklist
    reidbaker authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    e04b6e4 View commit details
    Browse the repository at this point in the history
  6. [ci]Adds mechanism for packages to opt in to batched release (#10237)

    This is pure ci setup and should not change packages' behaviors in anyway, feel free to ignore if you are pinned as a result due to being the package owners
    
    This PR introduced an optional ci_config.yaml in package root meant to collect package level settings flutter/flutter#172244. As of now, it only contains the batch release opt in.
    
    Also added repocheck for this yaml file's format check.
    
    fixes flutter/flutter#176435
    
    ## 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.
    chunhtai authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    72c4d15 View commit details
    Browse the repository at this point in the history
  7. Roll Flutter from 2d3416713fe8 to 75004a639ae4 (39 revisions) (#10279)

    Roll Flutter from 2d3416713fe8 to 75004a639ae4 (39 revisions)
    
    flutter/flutter@2d34167...75004a6
    
    2025-10-22 [email protected] [Impeller] Add the paint color to the key of the text shadow cache (flutter/flutter#177140)
    2025-10-22 [email protected] Roll Skia from 96e75ca8e24b to 928b5cf727c1 (2 revisions) (flutter/flutter#177387)
    2025-10-22 [email protected] Roll reclient to version 185 (flutter/flutter#177293)
    2025-10-22 [email protected] Roll Skia from b157f6b95f95 to 96e75ca8e24b (4 revisions) (flutter/flutter#177366)
    2025-10-22 [email protected] Fix InputDatePickerFormField does not inherit local InputDecorationTheme (flutter/flutter#177090)
    2025-10-22 [email protected] Roll Skia from 2c6162c977db to b157f6b95f95 (2 revisions) (flutter/flutter#177362)
    2025-10-22 [email protected] Roll Skia from cadf8e7e6fca to 2c6162c977db (4 revisions) (flutter/flutter#177359)
    2025-10-22 [email protected] Cleanup after -news_toolkit, +google_fonts, and some leftover `team-go_router` (flutter/flutter#176841)
    2025-10-21 [email protected] don't break sheet's snap from physics (flutter/flutter#171157)
    2025-10-21 [email protected] Roll Dart SDK from 913c2ae1b367 to c23010c4f9e6 (8 revisions) (flutter/flutter#177348)
    2025-10-21 [email protected] Fix typo in comment about screen availibility  (flutter/flutter#177168)
    2025-10-21 [email protected] Fix(AnimatedScrollView): exclude outgoing items in removeAllItems (flutter/flutter#176452)
    2025-10-21 [email protected] Enable deprecated_member_use_from_same_package for all packages containing tests of Dart fixes defined within the package (flutter/flutter#177341)
    2025-10-21 [email protected] Roll Skia from 19bff385f7e8 to cadf8e7e6fca (3 revisions) (flutter/flutter#177331)
    2025-10-21 [email protected] Revert "[Android 16] Update `android_engine_vulkan_tests` to Test Against SDK 36 Emulator" (flutter/flutter#177292)
    2025-10-21 [email protected] Fix SliverMainAxisGroup.cacheOrigin (flutter/flutter#175760)
    2025-10-21 [email protected] Roll Skia from 75c756e029c9 to 19bff385f7e8 (3 revisions) (flutter/flutter#177316)
    2025-10-21 [email protected] Fix typo in overlay.dart documentation comment (flutter/flutter#176612)
    2025-10-21 [email protected] [ Tool ] Output DTD URI for Flutter web applications (flutter/flutter#177310)
    2025-10-21 [email protected] Roll Skia from 982988b472a4 to 75c756e029c9 (1 revision) (flutter/flutter#177305)
    2025-10-21 [email protected] Roll Skia from 42ff13a91c80 to 982988b472a4 (8 revisions) (flutter/flutter#177300)
    2025-10-21 [email protected] Fix DateRangePickerDialog does not inherit local InputDecorationTheme (flutter/flutter#177086)
    2025-10-21 [email protected] Remove references to dart:_js_annotations (flutter/flutter#176698)
    2025-10-20 [email protected] Make `FlutterSceneLifeCycleProvider.sceneLifeCycleDelegate` readonly (flutter/flutter#177240)
    2025-10-20 [email protected] Make sure that a CupertinoDesktopTextSelectionToolbar doesn't crash i… (flutter/flutter#173964)
    2025-10-20 [email protected] Make sure that a BottomSheet doesn't crash in 0x0 environment (flutter/flutter#172229)
    2025-10-20 [email protected] Move the Fuchsia SDK to //third_party/fuchsia-sdk (flutter/flutter#177118)
    2025-10-20 [email protected] Roll Skia from 641994569415 to 42ff13a91c80 (8 revisions) (flutter/flutter#177283)
    2025-10-20 [email protected] Make sure that a NavigationDrawer doesn't crash in 0x0 environment (flutter/flutter#176951)
    2025-10-20 [email protected] Fix ink features painting in TabBar. (flutter/flutter#177155)
    2025-10-20 [email protected] Make sure that SimpleDialog and SimpleDialogOption do not crash in 0x0 environment (flutter/flutter#174229)
    2025-10-20 [email protected] Fix ink features painting in YearPicker. (flutter/flutter#177014)
    2025-10-20 [email protected] Update `image.error_builder.0.dart` to replace the emoji with some text  (flutter/flutter#176886)
    2025-10-20 [email protected] Roll Skia from ed4294faecde to 641994569415 (4 revisions) (flutter/flutter#177264)
    2025-10-20 [email protected] Remove redundant name field form `TargetPlatform` and `XCDeviceEventInterface` enums (flutter/flutter#176890)
    2025-10-20 [email protected] Added support to pass in texture type while creating textures. (flutter/flutter#175376)
    2025-10-20 [email protected] Roll Packages from 3747006 to d113bbc (6 revisions) (flutter/flutter#177270)
    2025-10-20 [email protected] Roll Dart SDK from 2cd2106f2cef to 913c2ae1b367 (2 revisions) (flutter/flutter#177258)
    2025-10-20 [email protected] Added link to ClipRect from ImageFilter in the docstring (flutter/flutter#177196)
    
    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],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    ...
    engine-flutter-autoroll authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    affb3e8 View commit details
    Browse the repository at this point in the history
  8. [go_router_builder] Ignore experimental features (#10275)

    Unblock upstream analyzer change.
    
    ## 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.
    Piinks authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    36265f6 View commit details
    Browse the repository at this point in the history
  9. [go_router] Support for top level onEnter callback. (#8339)

    **Description:**  
    This PR introduces top level `onEnter` callback in `RouteConfiguration` to allow developers to intercept and conditionally block navigation based on incoming routes. It adds an example (`top_level_on_enter.dart`) demonstrating its usage, such as handling referral code from `/referral`.
    
    **What This PR Changes:**  
    
    - Adds the `onEnter` callback (`typedef OnEnter`) to intercept route navigation before processing.
    - Implements logic for `onEnter` in `GoRouteInformationParser`.
    - Updates `RouteConfiguration` to include the `onEnter` callback.
    - Adds a new example, `top_level_on_enter.dart`, to demonstrate the feature.
    - Adds a test case to verify the `onEnter` callback functionality.
    
    **Simple usage example:**
    ```
    final GoRouter router = GoRouter(
      onEnter: (context, state) {
        // Save the referral code (if provided) and block navigation to /referral.
        if (state.uri.path == '/referral') {
          saveReferralCode(context, state.uri.queryParameters['code']);
          return false;
        }
    
        return true; // Allow navigation for all other routes.
      },
      routes: [ ... ],
    );
    ```
    
    **Impact:**  
    Enables developers to implement route-specific logic, such as support for handling action-based deep links without navigation ([160602](flutter/flutter#160602))
    omar-hanafy authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    9ec29b6 View commit details
    Browse the repository at this point in the history
Loading