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

Commits on Apr 3, 2024

  1. Roll Flutter from a418568 to e868e2b (34 revisions) (#6455)

    Roll Flutter from a418568 to e868e2b (34 revisions)
    
    flutter/flutter@a418568...e868e2b
    
    2024-04-03 [email protected] Add SegmentedButton expand feature (flutter/flutter#142804)
    2024-04-03 [email protected] Roll Flutter Engine from e36b9b10c36f to 56fa2c33a5f7 (1 revision) (flutter/flutter#146205)
    2024-04-03 [email protected] Roll Packages from 83f3842 to 0e848fa (3 revisions) (flutter/flutter#146201)
    2024-04-03 [email protected] Enhance ColorScheme.fromSeed with a new `variant` parameter (flutter/flutter#144805)
    2024-04-03 [email protected] Roll Flutter Engine from 0280de5be276 to e36b9b10c36f (1 revision) (flutter/flutter#146200)
    2024-04-03 [email protected] Fix typos in bottom_sheet.dart (flutter/flutter#146188)
    2024-04-03 [email protected] Roll Flutter Engine from 979030d81f8d to 0280de5be276 (2 revisions) (flutter/flutter#146199)
    2024-04-03 [email protected] Roll Flutter Engine from bef3bbe3f74e to 979030d81f8d (1 revision) (flutter/flutter#146186)
    2024-04-03 [email protected] Roll Flutter Engine from 5fc83bc24b2e to bef3bbe3f74e (1 revision) (flutter/flutter#146183)
    2024-04-03 [email protected] Roll Flutter Engine from 0da1b2eb370a to 5fc83bc24b2e (1 revision) (flutter/flutter#146180)
    2024-04-03 [email protected] Avoid calling `TextPainter.plainText` for simple static text (flutter/flutter#146084)
    2024-04-03 [email protected] Roll Flutter Engine from e603f89844a9 to 0da1b2eb370a (2 revisions) (flutter/flutter#146179)
    2024-04-03 [email protected] Roll Flutter Engine from ef60a95d78c1 to e603f89844a9 (3 revisions) (flutter/flutter#146177)
    2024-04-03 [email protected] Fix chip baseline implementation (flutter/flutter#146162)
    2024-04-03 [email protected] Roll Flutter Engine from bb4ec2d7eb39 to ef60a95d78c1 (1 revision) (flutter/flutter#146176)
    2024-04-03 [email protected] Add tests for material_state_mouse_cursor.0.dart API example. (flutter/flutter#145987)
    2024-04-03 [email protected] Update material_color_utilities package version to latest 0.11.1 (flutter/flutter#145959)
    2024-04-03 [email protected] Roll Flutter Engine from 5f6dec8bd877 to bb4ec2d7eb39 (4 revisions) (flutter/flutter#146169)
    2024-04-03 [email protected] Roll Flutter Engine from 5dbcfdc2a456 to 5f6dec8bd877 (1 revision) (flutter/flutter#146163)
    2024-04-02 [email protected] Dispose FocusNode in tests. (flutter/flutter#146161)
    2024-04-02 [email protected] Add `none` language strings to code blocks. (flutter/flutter#146154)
    2024-04-02 [email protected] Refactor docs (flutter/flutter#145998)
    2024-04-02 [email protected] Roll Flutter Engine from c60b00a20fc3 to 5dbcfdc2a456 (3 revisions) (flutter/flutter#146159)
    2024-04-02 [email protected] Marks Linux_pixel_7pro complex_layout_scroll_perf_impeller__timeline_summary to be unflaky (flutter/flutter#140038)
    2024-04-02 [email protected] Roll Flutter Engine from 5bf8b94505a4 to c60b00a20fc3 (2 revisions) (flutter/flutter#146157)
    2024-04-02 [email protected] Refactor analyze (flutter/flutter#146138)
    2024-04-02 [email protected] Implement SelectionArea triple click gestures (flutter/flutter#144563)
    2024-04-02 [email protected] Roll Flutter Engine from 6883f7313da0 to 5bf8b94505a4 (2 revisions) (flutter/flutter#146152)
    2024-04-02 [email protected] Fix border color is wrong for a focused and hovered TextField (flutter/flutter#146127)
    2024-04-02 [email protected] Sync lints and enable `annotate_redeclares` (flutter/flutter#146144)
    2024-04-02 [email protected] Implements `RenderBox.computeDryBaseline` for material render boxes (flutter/flutter#146027)
    2024-04-02 [email protected] Roll Flutter Engine from 523fc953ebc8 to 6883f7313da0 (2 revisions) (flutter/flutter#146140)
    2024-04-02 [email protected] Fix `MenuItemButton` overflow (flutter/flutter#143932)
    2024-04-02 [email protected] Roll Packages from d5aff19 to 83f3842 (4 revisions) (flutter/flutter#146134)
    
    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],[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
    
    ...
    engine-flutter-autoroll authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c1216f5 View commit details
    Browse the repository at this point in the history
  2. [Tool] Add ability to check dependencies independently of dev-depende…

    …ncies, exclude integration_test from dependencies (#6446)
    
    Create a linter that ensures that `integration_test` is not used in dependencies. 
    
    Will be paired with a change to documentation 
    ```
    If you are considering adding an external dependency:
    
    Consider other options, and discuss with #hackers-ecosystem in Discord.
    * If you add a dev_dependency on an external package, pin it to a specific version if at all possible.
    * If you add a dependency on an external package in an example/, pin it to a specific version if at all possible.
    * Some dependencies should only be linked as dev dependencies like integration_test 
    ```
    
    Related to flutter/flutter/issues/145992
    reidbaker authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ff376b View commit details
    Browse the repository at this point in the history
  3. [pigeon] Allow multi instance support with message channel name suffix (

    #6224)
    
    Adds the ability to instantiate any api using a suffix string to allow for unique instances. 
    
    partial flutter/flutter#66710
    tarrinneal authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0f14d4f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 (#6459)

    Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.3 to 1.3.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/lewagon/wait-on-check-action/releases">lewagon/wait-on-check-action's releases</a>.</em></p>
    <blockquote>
    <h2>Update <code>actions/cache</code> to v4</h2>
    <p>Kudos to <a href="https://github.com/Apakottur"><code>@�Apakottur</code></a> in <a href="https://redirect.github.com/lewagon/wait-on-check-action/pull/99">lewagon/wait-on-check-action#99</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/lewagon/wait-on-check-action/commit/ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc"><code>ccfb013</code></a> Update action.yml (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/99">#99</a>)</li>
    <li>See full diff in <a href="https://github.com/lewagon/wait-on-check-action/compare/595dabb3acf442d47e29c9ec9ba44db0c6bdd18f...ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lewagon/wait-on-check-action&package-manager=github_actions&previous-version=1.3.3&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    </details>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dce6f0c View commit details
    Browse the repository at this point in the history
Loading