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

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    459123d View commit details
    Browse the repository at this point in the history
  2. [all_packages] Bump compileSdk version to 35 (#9168)

    Bumps `all_packages` app to build with `compileSdk` version 35. Then,
    
    - Updates the Gradle and AGP versions to support this new Android SDK version
    - Refactors the legacy all_packages CI build target such that the regular `all_packages` CI build targets (master, stable) will build both the modern `all_packages` app and the legacy version with the same JDK 17 version, since the legacy version now also requires it (example successful builds: [master](https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android%20android_build_all_packages%20master/17102/overview), [stable](https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android%20android_build_all_packages%20stable/17086/overview))
    - Updates legacy `all_packages` app `README.md` to more accurately describe how the app was transformed since its creation
    
    Prompted by #8414.
    
    ## Pre-Review Checklist
    
    [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
    camsim99 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    6e2acf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. [two_dimensional_scrollables] Enable multi-cell/single-cell text sele…

    …ction in Simple Table example (#8189)
    
    This change adds a `SegmentedButton` to enable different variations of text selection for the example.
    * Multi-cell selection, enables selection across the entire table, allowing you to select across cells.
    * Single-cell selection, enables selection on individual cells, so the selection cannot escape the cell it started in.
    * Disabled, disables selection across the entire table.
    
    Text selection in a table is a common use-case that we should showcase.
    Renzo-Olivares authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    da1d32f View commit details
    Browse the repository at this point in the history
  2. [in_app_purchase_storekit] Add support to win back offers / promotion…

    …al offers (#8474)
    
    **Adds StoreKit2 support for**:  
     - **Win Back Offers** (requires Xcode 16 or later)
        - New `isWinBackOfferEligible` method for eligibility checks
     - **Promotional Offers**
    - Fixes introductory pricing handling in promotional offers list
    - Fixes  `appAccountToken` handling for StoreKit2 purchases
    
    Fixes:
    flutter/flutter#161393
    flutter/flutter#160826
    kaiquegazola authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a06b67b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. [video_player] Platform view support (#8810)

    This PR adds support for platform views as on optional way of displaying a video (as an alternative to Flutter's `Texture` widget). Texture-based approach is still the default setting when creating a new player.
    
    Platform interface was updated in #8453 
    Platform implementations were added in these PRs:
    - iOS: #8237 
    - Android: #8466 
    
    Closes [flutter/issues/86613](flutter/flutter#86613).
    FirentisTFW authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    1765c95 View commit details
    Browse the repository at this point in the history
Loading