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

Commits on Dec 12, 2023

  1. [pigeon] Fix Kotlin generator to use provided errorClassName (#5480)

    Fix bug with Pigeon Kotlin code generator not using the provided `errorClassName`.
    
    fixes: flutter/flutter#139031
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    NathanKolbas authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4147244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8411522 View commit details
    Browse the repository at this point in the history
  3. [various] Update examples using video_player (#5653)

    Updates examples in other packages (image_picker, camera) that use the deprecated `VideoPlayerController.network` to use the newer `VideoPlayerController.networkUrl` instead.
    
    Fixes flutter/flutter#127754
    stuartmorgan-g authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    bf6c32c View commit details
    Browse the repository at this point in the history
  4. [image_picker] updates to resize logic. (#5527)

    Simplifies resizing logic on ios and android.
    Also fixes a bug with resizing flutter/flutter#88901.
    Also changes rounding to be closer to original aspect ratio (and consistent across platforms)
    
    fixes flutter/flutter#88901
    tarrinneal authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    92bbf65 View commit details
    Browse the repository at this point in the history
  5. [pigeon] Adds @CanIgnoreReturnValue annotation (#5601)

    adds @CanIgnoreReturnValue annotation to java class builder method
    tarrinneal authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8d3c506 View commit details
    Browse the repository at this point in the history
  6. [local_auth]: Bump androidx.fragment:fragment from 1.6.1 to 1.6.2 in …

    …/packages/local_auth/local_auth_android/android (#5332)
    
    Bumps androidx.fragment:fragment from 1.6.1 to 1.6.2.
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.fragment:fragment&package-manager=gradle&previous-version=1.6.1&new-version=1.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    </details>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d9ee0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. [url_launcher] Simplify Linux implementation (#5376)

    The Linux implementation's method channel code was never simplified after the switch from a shared method channel to per-package method channels, so there was still cruft from the cross-platform channel API. This removes everything that's not used by the Linux native implementation, simplifying the protocol.
    
    This also adds direct support for `launchUrl`, so we're no longer relying on the redirection from the deprecated `launch`.
    stuartmorgan-g authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    73d2f3e View commit details
    Browse the repository at this point in the history
  2. [url_launcher] Return false on Windows when there is no handler (#5359)

    Special-cases the handling of the error for "no registered handler" to return false, rather than throw, which better matches the behavior on other platforms.
    
    Also updates Pigeon to 13 while I'm modifying the Pigeon definition.
    
    Fixes flutter/flutter#138142
    stuartmorgan-g authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea318b9 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from 9719097 to 11a9cb7 (32 revisions) (#5665)

    Roll Flutter from 9719097 to 11a9cb7 (32 revisions)
    
    flutter/flutter@9719097...11a9cb7
    
    2023-12-13 [email protected] Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal (flutter/flutter#139549)
    2023-12-12 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.22.9 to 2.22.10 (flutter/flutter#140003)
    2023-12-12 [email protected] Allow plugins to use compileSdkPreview (flutter/flutter#131901)
    2023-12-12 [email protected] Roll pub packages (flutter/flutter#139995)
    2023-12-12 [email protected] Select simulator runtime for tests based on Xcode's preferred runtime build (flutter/flutter#139919)
    2023-12-12 [email protected] Roll Flutter Engine from 0c527aa1a215 to 9039ac78cf03 (1 revision) (flutter/flutter#139992)
    2023-12-12 [email protected] [Docs] Added missing `CupertinoApp.showSemanticsDebugger` (flutter/flutter#139913)
    2023-12-12 [email protected] Roll Flutter Engine from 444281eb5c7c to 0c527aa1a215 (2 revisions) (flutter/flutter#139985)
    2023-12-12 [email protected] Update Gallery lockfiles for the new version of the video_player plugin (flutter/flutter#139832)
    2023-12-12 [email protected] Roll Packages from cb6dbcd to 80aa46a (5 revisions) (flutter/flutter#139982)
    2023-12-12 [email protected] Roll Flutter Engine from 3b77b1b7b42f to 444281eb5c7c (1 revision) (flutter/flutter#139979)
    2023-12-12 [email protected] Roll Flutter Engine from f8e87ed193f5 to 3b77b1b7b42f (1 revision) (flutter/flutter#139977)
    2023-12-12 [email protected] Roll pub packages (flutter/flutter#139969)
    2023-12-12 [email protected] Roll Flutter Engine from 4102c7daf1d3 to f8e87ed193f5 (3 revisions) (flutter/flutter#139963)
    2023-12-12 [email protected] Roll Flutter Engine from 95dfb1d4ac75 to 4102c7daf1d3 (1 revision) (flutter/flutter#139961)
    2023-12-12 [email protected] Roll Flutter Engine from 40bfd2dc1519 to 95dfb1d4ac75 (1 revision) (flutter/flutter#139959)
    2023-12-12 [email protected] Roll Flutter Engine from 061ae7023f10 to 40bfd2dc1519 (2 revisions) (flutter/flutter#139958)
    2023-12-12 [email protected] Roll Flutter Engine from 75cfb050cd9a to 061ae7023f10 (1 revision) (flutter/flutter#139955)
    2023-12-12 [email protected] Roll Flutter Engine from 362d0cb3ab27 to 75cfb050cd9a (1 revision) (flutter/flutter#139954)
    2023-12-12 [email protected] Fix dayPeriodColor handling of non-MaterialStateColors (flutter/flutter#139845)
    2023-12-12 [email protected] Roll Flutter Engine from ea1a3069e057 to 362d0cb3ab27 (1 revision) (flutter/flutter#139951)
    2023-12-12 [email protected] [github actions] Automate Flutter Chery Picks (flutter/flutter#139524)
    2023-12-12 [email protected] Roll Flutter Engine from d001419b436e to ea1a3069e057 (5 revisions) (flutter/flutter#139948)
    2023-12-12 [email protected] [flutter_tools] catch SocketException writing to ios-deploy stdin (flutter/flutter#139784)
    2023-12-11 [email protected] [ci.yaml] Add missing ci.yaml to runIf of android hot reload tests (flutter/flutter#139932)
    2023-12-11 [email protected] make the tar c command in prepare_package.dart verbose (flutter/flutter#139687)
    2023-12-11 [email protected] Roll Flutter Engine from 5c1f13e1e535 to d001419b436e (4 revisions) (flutter/flutter#139941)
    2023-12-11 [email protected] fix typo of 'not' instead of 'now' for `useInheritedMediaQuery`  (flutter/flutter#139940)
    2023-12-11 [email protected] Roll Flutter Engine from 4c309195b79d to 5c1f13e1e535 (2 revisions) (flutter/flutter#139939)
    2023-12-11 [email protected] Implement `switch` expressions in `examples/` and `animation/` (flutter/flutter#139882)
    2023-12-11 [email protected] Renamed `appbar` to `app_bar` directory in API Examples Tests (flutter/flutter#139922)
    2023-12-11 [email protected] Deprecate `RawKeyEvent`, `RawKeyboard`, et al. (flutter/flutter#136677)
    
    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://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 Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9487874 View commit details
    Browse the repository at this point in the history
  4. [camera, camera_android] Re-enable passing integration tests (#5658)

    Re-enables `Capture specific image resolutions` tests that pass, but were previously failing according to flutter/flutter#93686.
    camsim99 authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b5958e2 View commit details
    Browse the repository at this point in the history
Loading