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

Commits on Apr 4, 2024

  1. Roll Flutter from e868e2b to ac2ca93 (25 revisions) (#6460)

    flutter/flutter@e868e2b...ac2ca93
    
    2024-04-04 [email protected] Roll Flutter Engine from aadf522e3c98 to 4303dc0d7a73 (1 revision) (flutter/flutter#146262)
    2024-04-04 [email protected] Roll Flutter Engine from c57c8665b4eb to aadf522e3c98 (1 revision) (flutter/flutter#146261)
    2024-04-04 [email protected] Roll Flutter Engine from ca7596642cfd to c57c8665b4eb (1 revision) (flutter/flutter#146259)
    2024-04-04 [email protected] Roll Flutter Engine from 83c037c449b5 to ca7596642cfd (1 revision) (flutter/flutter#146258)
    2024-04-04 [email protected] Roll Flutter Engine from 614154012e93 to 83c037c449b5 (1 revision) (flutter/flutter#146255)
    2024-04-04 [email protected] Roll Flutter Engine from 41da00ac46bc to 614154012e93 (1 revision) (flutter/flutter#146250)
    2024-04-04 [email protected] Roll Flutter Engine from 18fdcad40332 to 41da00ac46bc (6 revisions) (flutter/flutter#146246)
    2024-04-04 [email protected] Roll pub packages (flutter/flutter#146245)
    2024-04-03 [email protected] Add tests for theme_extension.1.dart API example. (flutter/flutter#145819)
    2024-04-03 [email protected] Roll Flutter Engine from 349608d2b008 to 18fdcad40332 (6 revisions) (flutter/flutter#146240)
    2024-04-03 [email protected] Add `missing_code_block_language_in_doc_comment` lint. (flutter/flutter#145354)
    2024-04-03 [email protected] Magnifier cleanup (flutter/flutter#143558)
    2024-04-03 [email protected] Set up Kotlin linting step in ci with ktlint (flutter/flutter#143478)
    2024-04-03 [email protected] Roll Flutter Engine from 1a9e48ab1c9a to 349608d2b008 (1 revision) (flutter/flutter#146230)
    2024-04-03 [email protected] Update ownership to GitHub handles (flutter/flutter#146221)
    2024-04-03 [email protected] Roll Flutter Engine from d065763b1a63 to 1a9e48ab1c9a (1 revision) (flutter/flutter#146226)
    2024-04-03 [email protected] Refactor fuchsia_precache (flutter/flutter#145978)
    2024-04-03 [email protected] Roll Flutter Engine from b1c23addaec5 to d065763b1a63 (1 revision) (flutter/flutter#146218)
    2024-04-03 [email protected] `computeDryBaseline` for rendering / widgets RenderBoxes (flutter/flutter#146143)
    2024-04-03 [email protected] Roll Flutter Engine from 7b28ae1d15cb to b1c23addaec5 (1 revision) (flutter/flutter#146214)
    2024-04-03 [email protected] Fix TextStyle.lerp() to properly interpolate text shadows (flutter/flutter#145666)
    2024-04-03 [email protected] Renderflex cross intrinsic size with baseline alignment (flutter/flutter#146185)
    2024-04-03 [email protected] Roll Flutter Engine from 56fa2c33a5f7 to 7b28ae1d15cb (1 revision) (flutter/flutter#146208)
    2024-04-03 [email protected] Refactor customer_testing (flutter/flutter#145911)
    2024-04-03 [email protected] Add `DropdownMenu` cursor behavior sample (flutter/flutter#146133)
    
    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
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b966e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d01c5c View commit details
    Browse the repository at this point in the history
  3. Fix macos_platform_tests package build times out when built for all p…

    …ackages (#6463)
    
    Fixes flutter/flutter#146254
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [relevant style guides] and ran the
    auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
    repo does use `dart format`.)
    - [x] I signed the [CLA].
    - [x] The title of the PR starts with the name of the package surrounded
    by square brackets, e.g. `[shared_preferences]`
    - [x] I [linked to at least one issue that this PR fixes] in the
    description above.
    - [x] I updated `pubspec.yaml` with an appropriate new version according
    to the [pub versioning philosophy], or this PR is [exempt from version
    changes].
    - [x] I updated `CHANGELOG.md` to add a description of the change,
    [following repository CHANGELOG style].
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] All existing and new tests are passing.
    LouiseHsu authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a36a99c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. [video_player] Call super.dispose last in README example (#6051)

    As per https://api.flutter.dev/flutter/widgets/State/dispose.html
    
    > Implementations of this method should end with a call to the inherited method, as in super.dispose().
    tp authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    764d997 View commit details
    Browse the repository at this point in the history
Loading