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

Commits on Aug 11, 2023

  1. Roll Flutter from 685141b to 9b6945b (25 revisions) (#4680)

    flutter/flutter@685141b...9b6945b
    
    2023-08-11 [email protected] Roll Flutter Engine from 93e8901490e7 to 77dfeea40e10 (1 revision) (flutter/flutter#132389)
    2023-08-11 [email protected] Roll Flutter Engine from 4e532b957225 to 93e8901490e7 (1 revision) (flutter/flutter#132381)
    2023-08-11 [email protected] Roll Flutter Engine from 25afdb9b696d to 4e532b957225 (4 revisions) (flutter/flutter#132376)
    2023-08-11 [email protected] Roll Flutter Engine from da23fb0d9a1d to 25afdb9b696d (1 revision) (flutter/flutter#132370)
    2023-08-11 [email protected] Roll Flutter Engine from acd1bc5536ef to da23fb0d9a1d (2 revisions) (flutter/flutter#132367)
    2023-08-11 [email protected] Roll Flutter Engine from 578a8e8aabf6 to acd1bc5536ef (1 revision) (flutter/flutter#132365)
    2023-08-11 [email protected] Roll Flutter Engine from 18a71c031f5f to 578a8e8aabf6 (1 revision) (flutter/flutter#132364)
    2023-08-11 [email protected] Update `dev/devicelab/**` to provide `--local-engine-host`. (flutter/flutter#132342)
    2023-08-10 [email protected] Roll Flutter Engine from b019ac62f21f to 18a71c031f5f (2 revisions) (flutter/flutter#132347)
    2023-08-10 [email protected] Roll Flutter Engine from 16b01b98af20 to b019ac62f21f (1 revision) (flutter/flutter#132341)
    2023-08-10 [email protected] Update `flutter_tools/bin/*.(dart|sh)` to provide, if set, --local-engine-host. (flutter/flutter#132336)
    2023-08-10 [email protected] Update application id and bundle id of a11y assessment app (flutter/flutter#132334)
    2023-08-10 [email protected] Roll Flutter Engine from a9be77e6f475 to 16b01b98af20 (6 revisions) (flutter/flutter#132332)
    2023-08-10 [email protected] Remove the fast reassemble / single widget reload feature (flutter/flutter#132255)
    2023-08-10 [email protected] Analyze code snippets in integration_test docs (flutter/flutter#132314)
    2023-08-10 [email protected] Adds SemanticsNode Finders for searching the semantics tree (flutter/flutter#127137)
    2023-08-10 [email protected] TextField should correctly resolve provided style for material states (flutter/flutter#132330)
    2023-08-10 [email protected] setState documentation (flutter/flutter#132090)
    2023-08-10 [email protected] Roll Flutter Engine from ea7730c16301 to a9be77e6f475 (6 revisions) (flutter/flutter#132328)
    2023-08-10 [email protected] Fix: use --web-launch-url and --web-hostname arguments in flutter drive (flutter/flutter#131763)
    2023-08-10 [email protected] GridView sample code (flutter/flutter#131900)
    2023-08-10 [email protected] Upgrade flutter packages. (flutter/flutter#132326)
    2023-08-10 [email protected] TextPainter migration cleanup (flutter/flutter#132317)
    2023-08-10 [email protected] An example of parentData usage. (flutter/flutter#131818)
    2023-08-10 [email protected] Add hasInteractedByUser getter in FormField (flutter/flutter#131539)
    
    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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ec83969 View commit details
    Browse the repository at this point in the history
  2. [pigeon] skipGen (#4682)

    adds ability to run pigeon tests without regenerating code (to make iterating and testing easier).
    tarrinneal authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6cc49a4 View commit details
    Browse the repository at this point in the history
  3. [shared_preferences] Update iOS/macOS Pigeon (#4668)

    Updates to the latest version of Pigeon to pick up the change that added the package name to method channels.
    
    Avoids the collision with the legacy `shared_preferences_ios` that causes flutter/flutter#128560.
    stuartmorgan-g authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0bf0878 View commit details
    Browse the repository at this point in the history
  4. [dynamic_layouts] Refactor flaky test (#4681)

    This refactors a test for the example of a wrapped layout in dynamic_tests. This test had become brittle to small text changes because it would check the precise layout offset of the text.
    
    It was patched in these cases in #4513 and #4677 to address tiny text variations across platforms and material 2/3 defaults. This refactor changes the test to check the layout offset of the parent Container of the text, which should not have these subtle variations.
    
    Fixes flutter/flutter#132321
    Piinks authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ea49db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. [google_maps_flutter] removed old overrides (#4679)

    Removed 2 overrides with the comment
    ```
    // TODO(mklim): Remove this empty override once flutter/flutter#40126 is fixed in stable.
    ```
    As the issue was fixed in 2019
    
    Related to flutter/flutter#131791
    mishapark authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    08080ab View commit details
    Browse the repository at this point in the history
Loading