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

Commits on Jan 31, 2024

  1. [in_app_purchase] Add play country code api (#5941)

    - Initial add of country code, no tests
    - Add tests for getBillingConfig
    
    fixes flutter/flutter/issues/141627
    
    Hold merging on:
    reidbaker authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7b1ae1f View commit details
    Browse the repository at this point in the history
  2. [in_app_purchase] Convert storefront(), transactions(), canMakePaymen…

    …t(), and addPayment() to pigeon (#5910)
    
    Part 1 of flutter/flutter#117910
    
    This PR converts storefront(), addPayment(), transactions(), and
    canMakePayment().
    
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] All existing and new tests are passing.
    LouiseHsu authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    871a24b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be0124d View commit details
    Browse the repository at this point in the history
  4. [two_dimensional_scrollables] Merged cells for TableView (#5917)

    Fixes flutter/flutter#131224
     
    ��  [Design Doc](https://docs.google.com/document/d/1UekXjG_VKmWYbsxDEzMqTb7F-6oUr05v998n5IqtVWs/edit?usp=sharing) �� 
    
    This adds support for merged cells in TableView.
    This contains a breaking change that will require all children of the TableView to be a TableViewCell.
    
    ![Screenshot 2024-01-25 at 4 38 49�PM](https://github.com/flutter/packages/assets/16964204/02f4c158-23e9-401e-ac84-b6303d999095)
    Piinks authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2d0f24f View commit details
    Browse the repository at this point in the history
  5. [tool] Extend flutter test workaround to other desktops (#6024)

    Expand the multiple-test-files workaround in `drive-examples` from macOS to all of the desktop platforms, now that we know it's not macOS-specific.
    
    See flutter/flutter#135673
    stuartmorgan-g authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    60a1ffc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. [webview_flutter] Support for handling basic authentication requests (#…

    …5727)
    
    ## Description
    This pull request exposes the Android and iOS HTTP Basic Authentication feature to users of the `webview_flutter` plugin. It is the final PR in a sequence of PRs. Previous PRs are #5362, #5454 and #5455.
    
    Issues fixed by PR:
    Closes flutter/flutter#83556
    JeroenWeener authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    013763d View commit details
    Browse the repository at this point in the history
  2. Roll Flutter from ace9181 to 75a2e5b (16 revisions) (#6017)

    flutter/flutter@ace9181...75a2e5b
    
    2024-01-30 [email protected] Reset
    framesEnabled to default value at the end of each test
    (flutter/flutter#141844)
    2024-01-30 [email protected] Fix SliverMainAxisGroup geometry
    cacheExtent (flutter/flutter#142482)
    2024-01-30 [email protected] Roll Flutter Engine from
    0e586d1c28c8 to f02a4a80a77e (3 revisions) (flutter/flutter#142528)
    2024-01-30 [email protected] Roll Packages from
    516648a to 25abb5d (6 revisions) (flutter/flutter#142527)
    2024-01-30 [email protected] Roll Flutter Engine from
    438e9b4d7d4e to 0e586d1c28c8 (4 revisions) (flutter/flutter#142515)
    2024-01-30 [email protected] Using
    `initExpensiveAndroidView` for Android Hybrid Composition Mode
    (flutter/flutter#142399)
    2024-01-30 [email protected] Roll Flutter Engine from
    ed73d40a8c93 to 438e9b4d7d4e (1 revision) (flutter/flutter#142508)
    2024-01-30 [email protected] Organize leak tracking TODOs.
    (flutter/flutter#142460)
    2024-01-30 [email protected] Roll Flutter Engine from
    5584a78a439b to ed73d40a8c93 (1 revision) (flutter/flutter#142504)
    2024-01-30 [email protected] Roll Flutter Engine from
    df5f1afd4991 to 5584a78a439b (2 revisions) (flutter/flutter#142503)
    2024-01-30 [email protected] Roll Flutter Engine from
    65bf8b1db4d1 to df5f1afd4991 (1 revision) (flutter/flutter#142501)
    2024-01-30 [email protected] Roll Flutter Engine from
    c9268c7db03c to 65bf8b1db4d1 (1 revision) (flutter/flutter#142496)
    2024-01-30 [email protected] Roll Flutter Engine from
    e21208583956 to c9268c7db03c (1 revision) (flutter/flutter#142492)
    2024-01-29 [email protected] Roll Flutter Engine from
    bedafa8794b6 to e21208583956 (1 revision) (flutter/flutter#142483)
    2024-01-29 [email protected] Revert "Reland:
    "Fix how Gradle resolves Android plugin" (#137115)"
    (flutter/flutter#142464)
    2024-01-29 [email protected] Marks Mac_pixel_7pro
    native_assets_android to be unflaky (flutter/flutter#141675)
    
    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] 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 Feb 1, 2024
    Configuration menu
    Copy the full SHA
    be4dd93 View commit details
    Browse the repository at this point in the history
Loading