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

Commits on Jun 26, 2023

  1. [ci] Remove jcenter from legacy project (#4306)

    The checked in legacy Android project used for compat testing
    accidentally re-introduced a `jcenter` depedency into the repo. Since
    that has server implications, we shouldn't be using it; this updates the
    legacy package to replace `jcenter` with `mavenCentral`, as we did a
    while ago in all of our packages and templates.
    
    Fixes flutter/flutter#129467
    stuartmorgan-g authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    05efbb2 View commit details
    Browse the repository at this point in the history
  2. [webview_flutter_wkwebview] Adds the isInspectable to `WebKitWebVie…

    …wController`. (#3984)
    
    Fixes: flutter/flutter#126899
    
    Starting from iOS version 16.4, it is now possible to change the value of the isInspectable property in WKWebView.
    
    https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable
    
    Since iOS 16.4, the Web Inspector feature is disabled by default. 
    Therefore, to use Web Inspector, need to change the value of isInspectable.
    
    Here is a blog post from WebKit that discusses this
    https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/
    
    Apple Developer Forums thread (iOS 16.4 webview can not debug in safari web inspector) 
    https://developer.apple.com/forums/thread/727049
    GwonHyeok authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    96c8e2d View commit details
    Browse the repository at this point in the history
  3. [in_app_pur]: Bump org.json:json from 20230227 to 20230618 in /packag…

    …es/in_app_purchase/in_app_purchase/example/android/app (#4244)
    
    Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/douglascrockford/JSON-java/releases">org.json:json's releases</a>.</em></p>
    <blockquote>
    <h2>20230618</h2>
    <table>
    <thead>
    <tr>
    <th>Pull Request</th>
    <th>Description</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/749">#749</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/749">Prep for release 20230618</a></td>
    </tr>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/740">#740</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/734">Fixed Flaky Tests Caused by JSON permutations</a></td>
    </tr>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/734">#734</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/734">Fixed Flaky Tests Caused by JSON permutations</a></td>
    </tr>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/733">#733</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/733">JSONTokener implemented java.io.Closeable</a></td>
    </tr>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/731">#731</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/731">Removing commented out code in JSONObject optDouble()</a></td>
    </tr>
    <tr>
    <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/729">#729</a></td>
    <td><a href="https://redirect.github.com/stleary/JSON-java/pull/729">Refactor ParserConfiguration class hierarchy</a></td>
    </tr>
    </tbody>
    </table>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md">org.json:json's changelog</a>.</em></p>
    <blockquote>
    <p>20230618    Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/douglascrockford/JSON-java/commits">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.json:json&package-manager=gradle&previous-version=20230227&new-version=20230618)](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 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 Jun 26, 2023
    Configuration menu
    Copy the full SHA
    90e3d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9935d1 View commit details
    Browse the repository at this point in the history
  5. Roll Flutter from 042c036 to 96a2c05 (60 revisions) (#4313)

    Roll Flutter from 042c036 to 96a2c05 (60 revisions)
    
    flutter/flutter@042c036...96a2c05
    
    2023-06-26 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 2.1.3 to 2.2.0 (flutter/flutter#129453)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from 63582320d20e to 4032a9bc964e (2 revisions) (flutter/flutter#129569)
    2023-06-26 hans.muller@gmail.com Updated TextMagnifierExampleApp to M3 (flutter/flutter#129381)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from debee7cece49 to 63582320d20e (3 revisions) (flutter/flutter#129563)
    2023-06-26 tessertaha@gmail.com Fix `AnimatedList` & `AnimatedGrid` doesn't apply `MediaQuery` padding (flutter/flutter#129556)
    2023-06-26 godofredoc@google.com Process only specific labels. (flutter/flutter#129475)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Packages from d041934 to 6b70804 (7 revisions) (flutter/flutter#129559)
    2023-06-26 ian@hixie.ch Make bug templates more consistent (flutter/flutter#129460)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from be46101e952d to debee7cece49 (1 revision) (flutter/flutter#129544)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from 88ff46e1efc1 to be46101e952d (2 revisions) (flutter/flutter#129540)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from 317673b3278a to 88ff46e1efc1 (1 revision) (flutter/flutter#129534)
    2023-06-26 engine-flutter-autoroll@skia.org Roll Flutter Engine from 593e1d9a9cf5 to 317673b3278a (3 revisions) (flutter/flutter#129531)
    2023-06-25 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5178e8ab7764 to 593e1d9a9cf5 (1 revision) (flutter/flutter#129514)
    2023-06-25 engine-flutter-autoroll@skia.org Roll Flutter Engine from 100f6fc854b4 to 5178e8ab7764 (1 revision) (flutter/flutter#129508)
    2023-06-25 engine-flutter-autoroll@skia.org Roll Flutter Engine from a9f446e25f0c to 100f6fc854b4 (1 revision) (flutter/flutter#129498)
    2023-06-25 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5b1b98305768 to a9f446e25f0c (1 revision) (flutter/flutter#129495)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 72c902ce3b81 to 5b1b98305768 (2 revisions) (flutter/flutter#129493)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from f2976add9414 to 72c902ce3b81 (1 revision) (flutter/flutter#129489)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 76a5e971dc09 to f2976add9414 (1 revision) (flutter/flutter#129487)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 79fd6beea087 to 76a5e971dc09 (1 revision) (flutter/flutter#129483)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 30ac9107f2f9 to 79fd6beea087 (1 revision) (flutter/flutter#129479)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from ee65380bf3fd to 30ac9107f2f9 (1 revision) (flutter/flutter#129476)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 240a86f40781 to ee65380bf3fd (2 revisions) (flutter/flutter#129474)
    2023-06-24 godofredoc@google.com Fix issues with no response bot. (flutter/flutter#129470)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5e6dcf959ea0 to 240a86f40781 (1 revision) (flutter/flutter#129473)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 550bfedc8760 to 5e6dcf959ea0 (1 revision) (flutter/flutter#129468)
    2023-06-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from c1abd1f17ab1 to 550bfedc8760 (3 revisions) (flutter/flutter#129466)
    2023-06-24 bdero@google.com [devicelab] Add platform view scroll benchmarks for Impeller on Android (flutter/flutter#129455)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from eca910dd5e3f to c1abd1f17ab1 (3 revisions) (flutter/flutter#129456)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from f8a39cb4dc56 to eca910dd5e3f (3 revisions) (flutter/flutter#129451)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 74ef61859bdc to f8a39cb4dc56 (2 revisions) (flutter/flutter#129445)
    2023-06-23 737941+loic-sharma@users.noreply.github.com Add CallbackShortcuts widget of the week video (flutter/flutter#129296)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 060cd9c17df3 to 74ef61859bdc (3 revisions) (flutter/flutter#129444)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from cd30a48ef889 to 060cd9c17df3 (3 revisions) (flutter/flutter#129440)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 27f3498286ff to cd30a48ef889 (4 revisions) (flutter/flutter#129437)
    2023-06-23 godofredoc@google.com Add a devicelab test to recipes cq. (flutter/flutter#129411)
    2023-06-23 paurakh011@gmail.com fix: Inconsistency of SelectionArea when scrolling (flutter/flutter#128765)
    2023-06-23 katelovett@google.com Run misc test shard when examples/api/** change (flutter/flutter#129433)
    2023-06-23 49699333+dependabot[bot]@users.noreply.github.com Bump ubuntu from `b795f8e` to `db8bf6f` in /dev/ci/docker_linux (flutter/flutter#128740)
    2023-06-23 godofredoc@google.com Add r: timeout label to bugs/pr closed by no response bot. (flutter/flutter#129408)
    2023-06-23 godofredoc@google.com Remove .github/move.yml. (flutter/flutter#129409)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Packages from 95bc1c6 to d041934 (6 revisions) (flutter/flutter#129429)
    2023-06-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from aca26b2afc27 to 27f3498286ff (16 revisions) (flutter/flutter#129421)
    2023-06-23 godofredoc@google.com Add comments to .ci.yaml that were removed from recipes. (flutter/flutter#129321)
    2023-06-23 godofredoc@google.com Update no response to use core action. (flutter/flutter#129405)
    2023-06-23 xilaizhang@google.com Revert "[web] Migrate framework to fully use package:web" (flutter/flutter#129400)
    ...
    engine-flutter-autoroll authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4e71ead View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. [shared_preferences] Adds new clearWithParameters and `getAllWithPa…

    …rameters` methods to platform interface. (#4261)
    
    Adds new `clearWithParameters` and `getAllWithParameters` methods.
    
    part of flutter/flutter#128948
    
    precursor to #3794
    
    ## 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 [relevant style guides] and ran the
    auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
    repo does use `dart format`.)
    - [x] I signed the [CLA].
    - [x] The title of the PR starts with the name of the package surrounded
    by square brackets, e.g. `[shared_preferences]`
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated `pubspec.yaml` with an appropriate new version according
    to the [pub versioning philosophy], or this PR is [exempt from version
    changes].
    - [x] I updated `CHANGELOG.md` to add a description of the change,
    [following repository CHANGELOG style].
    - [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.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/packages/blob/main/CONTRIBUTING.md
    [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
    [relevant style guides]:
    https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
    [Discord]: https://github.com/flutter/flutter/wiki/Chat
    [pub versioning philosophy]: https://dart.dev/tools/pub/versioning
    [exempt from version changes]:
    https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates
    [following repository CHANGELOG style]:
    https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style
    [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
    tarrinneal authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e073e55 View commit details
    Browse the repository at this point in the history
  2. Updated rfw/test/material_widgets_test.dart for M3 (#4316)

    The appearance of the golden image created by the  rfw `'Material widgets'` test depends on the Material2 theme, which is currently the default theme. Updated the test to ensure that the test continues to succeed when the default theme is changed to Material3.
    
    See flutter/flutter#127064
    HansMuller authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f89ce02 View commit details
    Browse the repository at this point in the history
Loading