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

Commits on Oct 3, 2023

  1. Roll Flutter from 57ed724 to 5122991 (21 revisions) (#5067)

    flutter/flutter@57ed724...5122991
    
    2023-10-03 [email protected] Roll Flutter Engine from ff02c71f1451 to 74f4d3fc3179 (1 revision) (flutter/flutter#135913)
    2023-10-03 [email protected] Roll Flutter Engine from 28b758503b57 to ff02c71f1451 (1 revision) (flutter/flutter#135911)
    2023-10-03 [email protected] Roll Packages from e2ac440 to c7008cf (4 revisions) (flutter/flutter#135907)
    2023-10-03 [email protected] Roll Flutter Engine from c11e7cdd5de5 to 28b758503b57 (3 revisions) (flutter/flutter#135906)
    2023-10-03 [email protected] Roll Flutter Engine from 0a60a1d89664 to c11e7cdd5de5 (1 revision) (flutter/flutter#135894)
    2023-10-03 [email protected] Roll Flutter Engine from ef86c9d84745 to 0a60a1d89664 (3 revisions) (flutter/flutter#135893)
    2023-10-03 [email protected] Roll Flutter Engine from 1549d58b6ed5 to ef86c9d84745 (1 revision) (flutter/flutter#135889)
    2023-10-03 [email protected] Fix the character field of RawKeyEvent is always null on iOS (flutter/flutter#135100)
    2023-10-03 [email protected] Roll Flutter Engine from 5bc3ab514546 to 1549d58b6ed5 (2 revisions) (flutter/flutter#135887)
    2023-10-03 [email protected] Roll Flutter Engine from 0956ef53590a to 5bc3ab514546 (1 revision) (flutter/flutter#135880)
    2023-10-02 [email protected] Cover some cupertino tests with leak tracking (flutter/flutter#135230)
    2023-10-02 [email protected] leak track tab_scaffold_test.dart (flutter/flutter#135309)
    2023-10-02 [email protected] Roll Flutter Engine from 6aa04dca7589 to 0956ef53590a (1 revision) (flutter/flutter#135878)
    2023-10-02 [email protected] Roll Flutter Engine from 9aa990133ebc to 6aa04dca7589 (1 revision) (flutter/flutter#135872)
    2023-10-02 [email protected] Fix a couple of CupertinoTextField tests to avoid leak-tracking test failures. (flutter/flutter#135851)
    2023-10-02 [email protected] Roll Flutter Engine from f3a92cb0c4da to 9aa990133ebc (1 revision) (flutter/flutter#135871)
    2023-10-02 [email protected] Roll Flutter Engine from b97818f301ba to f3a92cb0c4da (3 revisions) (flutter/flutter#135869)
    2023-10-02 [email protected] Roll Flutter Engine from c0cf135b1199 to b97818f301ba (1 revision) (flutter/flutter#135862)
    2023-10-02 [email protected] Roll Flutter Engine from 39819e6d306b to c0cf135b1199 (2 revisions) (flutter/flutter#135860)
    2023-10-02 [email protected] Roll Packages from d0e9a0e to e2ac440 (12 revisions) (flutter/flutter#135859)
    2023-10-02 [email protected] Roll Flutter Engine from 321139f5821e to 39819e6d306b (1 revision) (flutter/flutter#135857)
    
    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 Oct 3, 2023
    Configuration menu
    Copy the full SHA
    434b348 View commit details
    Browse the repository at this point in the history
  2. [webview_flutter] [webview_flutter_wkwebview]Fix race condition in fl…

    …aky test (#5068)
    
    Same fix as #5037
    Chris Yang authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a66be0e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. [pigeon] FlutterApi error handling (#5008)

    * Adds error handling on Flutter Api methods.
    * **Breaking Change** Removes `Reply` class from all Java method returns.
    * **Breaking Change** Adds `NullableResult` class for all nullable Java method returns.
    * **Breaking Change** Nests all enum returns in Objective-c to allow for `nil` response on error.
    * **Breaking Change** Renames `Setup` to `SetUp` in Objective-c.
    
    fixes flutter/flutter#118243
    fixes flutter/flutter#118245
    fixes flutter/flutter#124268
    fixes flutter/flutter#135176
    tarrinneal authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d654f75 View commit details
    Browse the repository at this point in the history
Loading