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

Commits on Jun 16, 2023

  1. Roll Flutter from b0188cd to fc8856e (14 revisions) (#4231)

    flutter/flutter@b0188cd...fc8856e
    
    2023-06-16 [email protected] [web] Don't crash on `const HtmlElementView()` (flutter/flutter#128965)
    2023-06-16 [email protected] Roll Packages from 0507297 to f9314a3 (3 revisions) (flutter/flutter#128878)
    2023-06-16 [email protected] Update getProperties to handle Diagnosticable as input. (flutter/flutter#128897)
    2023-06-15 [email protected] Roll Flutter Engine from 48e0b4e66422 to fb5fed432e59 (1 revision) (flutter/flutter#128967)
    2023-06-15 [email protected] Fix dart pub cache clean command on pub.dart (flutter/flutter#128171)
    2023-06-15 [email protected] [flutter_tools] Migrate more integration tests to process result matcher (flutter/flutter#128737)
    2023-06-15 [email protected] [flutter_tools] refactor license collector (flutter/flutter#128748)
    2023-06-15 [email protected] Set Semantics.button to true for date widget (flutter/flutter#128824)
    2023-06-15 [email protected] Update golden tests (flutter/flutter#128914)
    2023-06-15 [email protected] Roll Flutter Engine from 9934c0de738c to 48e0b4e66422 (26 revisions) (flutter/flutter#128959)
    2023-06-15 [email protected] flutter update-packages --cherry-pick-package (flutter/flutter#128917)
    2023-06-15 [email protected] add .pub-cache back to .gitignore (flutter/flutter#128894)
    2023-06-15 [email protected] Roll Flutter Engine from 2d8d5ecfe4a8 to 9934c0de738c (2 revisions) (flutter/flutter#128849)
    2023-06-15 [email protected] flutter update-packages --force-upgrade (flutter/flutter#128908)
    
    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 Jun 16, 2023
    Configuration menu
    Copy the full SHA
    08ab0af View commit details
    Browse the repository at this point in the history
  2. [ci] Introduce LUCI version of Linux build-all-packages tests (#4229)

    Adds a desktop Linux platform configuration, and a LUCI version of the Linux desktop build-all test.
    
    Split from #4223
    
    Part of flutter/flutter#114373
    stuartmorgan-g authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    454e6a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. [ci] Add LUCI version of build-all for web (#4232)

    Adds a new Linux_web configuration, and an initial test (build-all-packages) using it.
    
    This is the simplest web test since it doesn't actually run anything, so starting with this one as a foundation to test future web-based tests.
    
    Part of flutter/flutter#114373
    stuartmorgan-g authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ed739ac View commit details
    Browse the repository at this point in the history
  2. [url_launcher] Remove deprecated onPlatformMessage calls (#4233)

    The framework has been fully migrated to ChannelBuffers about 2 years ago, meaning all Flutter versions supported by this package (>=3.3.0) only use ChannelBuffers and not the old `onPlatformMessage` call. Therefore, the old calls can now just be removed.
    
    (This surfaced because we only remembered just now to deprecate the old long unused API.)
    goderbauer authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7365b61 View commit details
    Browse the repository at this point in the history
  3. Add missing ignores for textScaleFactor deprecation (#4239)

    #4209 missed a few deprecations since it was reformatted and the "ignore" was placed on the incorrect lines. 
    
    Now `dart analyze --fatal-infos` says no issues found.
    LongCatIsLooong authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5933993 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. [all] Update UIViewControllerBasedStatusBarAppearance to true (#4225)

    Now that we support UIViewControllerBasedStatusBar by default (after engine roll: flutter/flutter@c716776), we should make this value to be true.
    
    Part of flutter/flutter#128969
    Chris Yang authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6e1918f View commit details
    Browse the repository at this point in the history
Loading