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

Commits on Mar 19, 2024

  1. Roll Flutter from f217fc1 to d31a85b (23 revisions) (#6356)

    flutter/flutter@f217fc1...d31a85b
    
    2024-03-19 [email protected] Roll Flutter Engine from 4cec701f4635 to d8fbcfbd799c (1 revision) (flutter/flutter#145390)
    2024-03-19 [email protected] Roll Flutter Engine from c9fbe6bab899 to 4cec701f4635 (1 revision) (flutter/flutter#145386)
    2024-03-19 [email protected] Roll Flutter Engine from de6b8f49b849 to c9fbe6bab899 (2 revisions) (flutter/flutter#145383)
    2024-03-19 [email protected] Activate shortcuts based on NumLock state (flutter/flutter#145146)
    2024-03-19 [email protected] Roll Flutter Engine from 59519ceee30a to de6b8f49b849 (1 revision) (flutter/flutter#145381)
    2024-03-19 [email protected] Roll Flutter Engine from ac8f1f233d6f to 59519ceee30a (2 revisions) (flutter/flutter#145379)
    2024-03-19 [email protected] Roll Flutter Engine from 4a86b5b17c39 to ac8f1f233d6f (3 revisions) (flutter/flutter#145375)
    2024-03-19 [email protected] Roll Flutter Engine from c0d1b0d5d43f to 4a86b5b17c39 (1 revision) (flutter/flutter#145373)
    2024-03-19 [email protected] Roll Flutter Engine from 3d909f14118e to c0d1b0d5d43f (1 revision) (flutter/flutter#145371)
    2024-03-19 [email protected] Roll Flutter Engine from 0ee413ee276a to 3d909f14118e (5 revisions) (flutter/flutter#145370)
    2024-03-18 [email protected] Roll Flutter Engine from 89df726bf13a to 0ee413ee276a (3 revisions) (flutter/flutter#145365)
    2024-03-18 [email protected] Roll Flutter Engine from 3fde3678a357 to 89df726bf13a (1 revision) (flutter/flutter#145359)
    2024-03-18 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 3.24.7 to 3.24.8 (flutter/flutter#145358)
    2024-03-18 [email protected] Roll pub packages + update DAP tests (flutter/flutter#145349)
    2024-03-18 [email protected] Fix for issue 140372 (flutter/flutter#144947)
    2024-03-18 [email protected] Introduce methods for computing the baseline location of a RenderBox without affecting the current layout (flutter/flutter#144655)
    2024-03-18 [email protected] Roll Flutter Engine from 016206de75bc to 3fde3678a357 (2 revisions) (flutter/flutter#145350)
    2024-03-18 [email protected] Roll Flutter Engine from 90c4d64d410f to 016206de75bc (2 revisions) (flutter/flutter#145345)
    2024-03-18 [email protected] Switch hot_mode_dev_cycle_linux__benchmark to run in postsubmit (flutter/flutter#145343)
    2024-03-18 [email protected] Roll Flutter Engine from 9162c8309e24 to 90c4d64d410f (1 revision) (flutter/flutter#145342)
    2024-03-18 [email protected] Add --no-dds to Mac_arm64_ios version of hot_mode_dev_cycle_ios__benchmark (flutter/flutter#145335)
    2024-03-18 [email protected] Roll Flutter Engine from 89fb886a162c to 9162c8309e24 (2 revisions) (flutter/flutter#145336)
    2024-03-18 [email protected] Roll Flutter Engine from 86de0f75606f to 89fb886a162c (1 revision) (flutter/flutter#145327)
    
    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 Mar 19, 2024
    Configuration menu
    Copy the full SHA
    52ed702 View commit details
    Browse the repository at this point in the history
  2. [camerax] Implements setFocusMode (#6176)

    Implements `setFocusMode` (also adds support for disabling auto-cancel to `FocusMeteringAction` host API implementation to accomplish this) + some minor documentation improvements based on discoveries I made while working on this :)
    
    Fixes flutter/flutter#120467.
    
    ~To be landed after: #6110 Done :)
    camsim99 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3be3ec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da16269 View commit details
    Browse the repository at this point in the history
  4. [flutter_markdown] Allow for custom block element (#5815)

    Fixes problem with adding custom block syntax.
    
    Issue: flutter/flutter#135848
    dawidope authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bb247f7 View commit details
    Browse the repository at this point in the history
  5. [camerax] Update README to encourage users to opt in (#6352)

    Modify README to encourage users to opt into `camera_android_camerax` to start ramping up usage before changing it to the default plugin implementation on Android.
    camsim99 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    23e56af View commit details
    Browse the repository at this point in the history
Loading