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

Commits on Aug 16, 2024

  1. [Swift Package Manager] Test removing the last Flutter plugin (#153519)

    The Flutter tool has a bug where removing the last Flutter plugin does not correctly update the CocoaPods integration.
    
    This adds a test to ensure  that the generated Swift package is properly updated when the last Flutter plugin is removed.
    
    See: #11819 (comment)
    loic-sharma authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    15876ff View commit details
    Browse the repository at this point in the history
  2. Roll Flutter Engine from a8fefc81188e to d5bf3afc601f (2 revisions) (#…

    …153565)
    
    flutter/engine@a8fefc8...d5bf3af
    
    2024-08-16 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Manual roll Dart SDK from 44635f897535 to 790fcb755a0a (3 revisions) (#54558)" (flutter/engine#54578)
    2024-08-16 [email protected] Manual roll Dart SDK from 44635f897535 to 790fcb755a0a (3 revisions) (flutter/engine#54558)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter: 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 Aug 16, 2024
    Configuration menu
    Copy the full SHA
    19fdece View commit details
    Browse the repository at this point in the history
  3. Move Android API level 35 emulator tests to staging (#153568)

    These same tests but running against API level 34 emulators are remaining as presubmit tests. The API level 35 tests should stay in staging while the emulator stabilizes. So we can collect flake data and continue to debug. 
    
    Related: #153445
    zanderso authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    69ff9ea View commit details
    Browse the repository at this point in the history
  4. Roll Packages from 86d15a6 to 2c37fb0 (5 revisions) (#153571)

    flutter/packages@86d15a6...2c37fb0
    
    2024-08-16 [email protected] Manual roll Flutter from 99f00a1 to bced008 (13 revisions) (flutter/packages#7424)
    2024-08-16 [email protected] [interactive_media_ads] Adds IMA plugin to labeler yaml (flutter/packages#7420)
    2024-08-15 [email protected] Roll `avd_cipd_verison` to latest to use the `crashreport` tool. (flutter/packages#7422)
    2024-08-15 [email protected] [flutter_adaptive_scaffold] Add breakpoint extension to get the current active breakpoint (flutter/packages#7347)
    2024-08-15 [email protected] Roll Flutter from cc13cd1 to 99f00a1 (24 revisions) (flutter/packages#7419)
    
    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-flutter-autoroll
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter: 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 Aug 16, 2024
    Configuration menu
    Copy the full SHA
    febf4cd View commit details
    Browse the repository at this point in the history
  5. Style Guide updates (#152525)

    This pull request updates the style guide for improved internal consistency and to match current linter rules.
    
    I'll make comments for each change here!
    nate-thegrate authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a0c0453 View commit details
    Browse the repository at this point in the history
Loading