6918 Commits

Author SHA1 Message Date
6a281dbcde [css_colors] docs: Update deprecated link address (#4537)
Update the Color class's official documentation URL in the README.md of the `css_colors` package.

*List which issues are fixed by this PR. You must list at least one issue.*
- Correct the address of the incorrect hyperlink
css_colors-v1.1.2
2023-08-24 19:19:18 +00:00
16db7eaba1 Roll Flutter (stable) from efbf63d9c66b to e1e47221e862 (3 revisions) (#4767)
efbf63d9c6...e1e47221e8

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-stable-packages
Please CC rmistry@google.com,stuartmorgan@google.com,ychris@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter (stable): https://github.com/flutter/flutter/issues/new/choose
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
2023-08-24 18:13:52 +00:00
76261da233 Roll Flutter from bd836cc63ae0 to deeb811ef0bb (17 revisions) (#4766)
bd836cc63a...deeb811ef0

2023-08-24 zanderso@users.noreply.github.com Reverts "Roll Flutter Engine from aa98a9d2e86f to 3b92bb6eda19 (4 revisions) (#133224)" (flutter/flutter#133255)
2023-08-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from aa98a9d2e86f to 3b92bb6eda19 (4 revisions) (flutter/flutter#133224)
2023-08-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 67e8b825cc91 to aa98a9d2e86f (4 revisions) (flutter/flutter#133220)
2023-08-24 engine-flutter-autoroll@skia.org Roll Flutter Engine from 27d75f6221d2 to 67e8b825cc91 (1 revision) (flutter/flutter#133214)
2023-08-23 katelovett@google.com Remove deprecated PlatformViewsService.synchronizeToNativeViewHierarchy (flutter/flutter#133175)
2023-08-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 58dc868c26cb to 27d75f6221d2 (14 revisions) (flutter/flutter#133211)
2023-08-23 katelovett@google.com Remove deprecated MaterialButtonWithIconMixin (flutter/flutter#133173)
2023-08-23 polinach@google.com Enable ChangeNotifier clients to dispatch event of object creation in constructor. (flutter/flutter#133060)
2023-08-23 goderbauer@google.com Enable literal_only_boolean_expressions (flutter/flutter#133186)
2023-08-23 47866232+chunhtai@users.noreply.github.com Add android analyzer commands for applinks (flutter/flutter#131009)
2023-08-23 reidbaker@google.com Bump memory usage in gradle for platform views (flutter/flutter#133155)
2023-08-23 christopherfujino@gmail.com [flutter_tools] Fix legacy version file not being ensured (flutter/flutter#133097)
2023-08-23 goderbauer@google.com Remove deprecated *TestValues from TestWindow (flutter/flutter#131098)
2023-08-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from ac352ba95f43 to 58dc868c26cb (2 revisions) (flutter/flutter#133165)
2023-08-23 mdebbar@google.com [web] Remove unnecessary lint ignore (flutter/flutter#133164)
2023-08-23 jacksongardner@google.com Add `--experimental-wasm-type-reflection` and support newer emscripten builds. (flutter/flutter#133084)
2023-08-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 72a06427bd37 to ac352ba95f43 (2 revisions) (flutter/flutter#133158)

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 rmistry@google.com,stuartmorgan@google.com,ychris@google.com 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
2023-08-24 16:13:52 +00:00
383bffa399 [google_maps_flutter] cloud-based map styling implementation (#4638)
This PR is sub-PR splitted out from the https://github.com/flutter/packages/pull/3682
containing only following packages:
 - google_maps_flutter_web
 - google_maps_flutter_android
 - google_maps_flutter_ios

Related to issue https://github.com/flutter/flutter/issues/67631
google_maps_flutter_web-v0.5.4 google_maps_flutter_android-v2.5.0 google_maps_flutter_ios-v2.3.0
2023-08-24 13:29:21 +00:00
32460c7da3 [image_picker] Fix exception when canceling pickMultipleMedia on iOS (#4761)
Makes the Pigeon interface for the iOS implementation consistent in returning non-nullable lists, in keeping with our strong preference in this repo for collections being non-nullable whenever reasonable (to avoid the issue of having two ways of expressing the same thing), and updates the native side never to return a `nil` list.

Fixes https://github.com/flutter/flutter/issues/133111
image_picker_ios-v0.8.8+1
2023-08-23 17:56:22 +00:00
c0136f9c32 Roll Flutter from 54c98d7433c5 to bd836cc63ae0 (24 revisions) (#4760)
54c98d7433...bd836cc63a

2023-08-23 engine-flutter-autoroll@skia.org Roll Packages from c730a90f2fcc to 3060b1aec99c (4 revisions) (flutter/flutter#133149)
2023-08-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7d56840865d2 to 72a06427bd37 (8 revisions) (flutter/flutter#133139)
2023-08-23 engine-flutter-autoroll@skia.org Manual roll Flutter Engine from b190f9015049 to 7d56840865d2 (15 revisions) (flutter/flutter#133106)
2023-08-23 ian@hixie.ch Reference AppLifecycleListener from widgets library (flutter/flutter#132995)
2023-08-23 ian@hixie.ch Support disabling animations in the CLI (flutter/flutter#132239)
2023-08-23 zanderso@users.noreply.github.com Don't run on Samsung S10, shift to Pixel 7 Pro (flutter/flutter#133085)
2023-08-23 polinach@google.com Add test to mark recording as leaking. (flutter/flutter#133073)
2023-08-22 jonahwilliams@google.com Revert "[gallery] roll gallery to  ecfb9e5352bd12032301b12b30d5853d83d89bda" (flutter/flutter#133095)
2023-08-22 jonahwilliams@google.com [gallery] roll gallery to  ecfb9e5352bd12032301b12b30d5853d83d89bda (flutter/flutter#133083)
2023-08-22 tessertaha@gmail.com Update default menu text styles for Material 3 (flutter/flutter#131930)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 28b8bd5d5d91 to b190f9015049 (3 revisions) (flutter/flutter#133078)
2023-08-22 tessertaha@gmail.com Fix `FlexibleSpaceBar.title` doesn't respect the leading widget (flutter/flutter#132573)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 21437d384b56 to 28b8bd5d5d91 (1 revision) (flutter/flutter#133075)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 090754879679 to 21437d384b56 (1 revision) (flutter/flutter#133072)
2023-08-22 ivan.inozemtsev@gmail.com Add support for `Future<List<int>?>` to `MatchesGoldenFile` (flutter/flutter#132965)
2023-08-22 engine-flutter-autoroll@skia.org Roll Packages from e26f3b9374d0 to c730a90f2fcc (3 revisions) (flutter/flutter#133067)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from ff375bf5d8eb to 090754879679 (1 revision) (flutter/flutter#133066)
2023-08-22 zanderso@users.noreply.github.com Increase heap size for examples/flutter_view gradle build (flutter/flutter#133064)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from c5e0152b01f4 to ff375bf5d8eb (4 revisions) (flutter/flutter#133062)
2023-08-22 jmccandless@google.com Fix memory leak in Form (flutter/flutter#132987)
2023-08-22 15619084+vashworth@users.noreply.github.com Re-enable Xcode Debug tests (flutter/flutter#132523)
2023-08-22 zanderso@users.noreply.github.com Increase heap for gradle in examples/platform_view (flutter/flutter#133052)
2023-08-22 polinach@google.com Cover more tests with leak tracking. (flutter/flutter#132806)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from f5f099a4a5e3 to c5e0152b01f4 (4 revisions) (flutter/flutter#133049)

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 rmistry@google.com,stuartmorgan@google.com,ychris@google.com 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
2023-08-23 16:48:52 +00:00
3060b1aec9 [rfw] Support web (as JS) (#4650)
Fixes https://github.com/flutter/flutter/issues/129843
rfw-v1.0.12
2023-08-23 03:23:01 +00:00
d72a5fe600 [webview_flutter] Update sample code. (#4727)
Documentation was updated in app-example file but not in `webview_controller.dart`.   
'output' is a positional parameter now, and `JavascriptMessage` changed to `JavaScriptMessage`

Fixes issue flutter/flutter#132727
webview_flutter-v4.2.3
2023-08-22 22:06:05 +00:00
c6f758b800 [flutter_adaptive_scaffold] Fix top padding for NavigationBar (#4661)
This pr removes the top padding in `MediaQuery` for NavigationBar to fix unexpected padding.
The `Scaffold` in flutter framework actually did this but this package didn't.

Fix flutter/flutter#127088
flutter_adaptive_scaffold-v0.1.7
2023-08-22 19:40:18 +00:00
354af05222 Remove deprecated ImageProvider methods (#4725)
Have to keep `loadBuffer` since `loadImage` isn't available on 3.7. 
Fixes https://github.com/flutter/flutter/issues/105336
flutter_image-v4.1.7
2023-08-22 19:14:49 +00:00
c730a90f2f Roll Flutter from 5e6d88d766b9 to 54c98d7433c5 (24 revisions) (#4754)
5e6d88d766...54c98d7433

2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 447981acbf36 to f5f099a4a5e3 (1 revision) (flutter/flutter#133035)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5e84d733ef67 to 447981acbf36 (2 revisions) (flutter/flutter#133031)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from e183e8a94093 to 5e84d733ef67 (1 revision) (flutter/flutter#133030)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 454e0e35f8e4 to e183e8a94093 (2 revisions) (flutter/flutter#133026)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 857840db5574 to 454e0e35f8e4 (1 revision) (flutter/flutter#133020)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1ab054967c1d to 857840db5574 (2 revisions) (flutter/flutter#133018)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5a292e42a593 to 1ab054967c1d (1 revision) (flutter/flutter#133014)
2023-08-22 katelovett@google.com Fix visual overflow for SliverMainAxisGroup (flutter/flutter#132989)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from e5929d83e9b7 to 5a292e42a593 (3 revisions) (flutter/flutter#133010)
2023-08-22 matanlurey@users.noreply.github.com Always require `--local-engine-host` if `--local-engine` (flutter/flutter#133003)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 55b84268f2a6 to e5929d83e9b7 (3 revisions) (flutter/flutter#133005)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from e5f690b829e5 to 55b84268f2a6 (1 revision) (flutter/flutter#133000)
2023-08-21 angelosilvestre.ccp@gmail.com Add deleteBackwardByDecomposingPreviousCharacter mapping for tests (flutter/flutter#132919)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from fc75109c3a1e to e5f690b829e5 (1 revision) (flutter/flutter#132996)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2388b9db2be7 to fc75109c3a1e (3 revisions) (flutter/flutter#132992)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 210f5a8aa245 to 2388b9db2be7 (6 revisions) (flutter/flutter#132986)
2023-08-21 tessertaha@gmail.com  Update `ExpansionPanel` example for the updated `expansionCallback` callback (flutter/flutter#132837)
2023-08-21 34871572+gmackall@users.noreply.github.com Change gradle lockfile generation script to use --config-only flag (flutter/flutter#132967)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 0290d0bd79ee to 210f5a8aa245 (1 revision) (flutter/flutter#132973)
2023-08-21 jmccandless@google.com Docs on iOS's directional quote characters (flutter/flutter#132869)
2023-08-21 reidbaker@google.com Bump memory usage for flutter gallery (flutter/flutter#132968)
2023-08-21 5236035+fzyzcjy@users.noreply.github.com When resized network image has error, all future unrelated images using the same url will fail, even if the network becomes OK (flutter/flutter#127456)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from a9b00783bc7c to 0290d0bd79ee (1 revision) (flutter/flutter#132962)
2023-08-21 engine-flutter-autoroll@skia.org Roll Packages from 4c16f3ef4033 to e26f3b9374d0 (5 revisions) (flutter/flutter#132960)

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 rmistry@google.com,stuartmorgan@google.com,ychris@google.com 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
2023-08-22 15:40:01 +00:00
c8a0870ce5 [pigeon]: Bump io.mockk:mockk from 1.13.5 to 1.13.7 in /packages/pigeon/platform_tests/test_plugin/android (#4736)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p>
<blockquote>
<h2>V1.13.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Amend &quot;Top Level functions&quot; by <a href="https://github.com/polarene"><code>@​polarene</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1067">mockk/mockk#1067</a></li>
<li>Fix error when mocking abstract method implementation by <a href="https://github.com/steffandroid"><code>@​steffandroid</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1081">mockk/mockk#1081</a></li>
<li>Make slf4j an optional dependency by <a href="https://github.com/ansman"><code>@​ansman</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1091">mockk/mockk#1091</a></li>
<li>Add Korean guides and articles in README.md by <a href="https://github.com/devkuma"><code>@​devkuma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1097">mockk/mockk#1097</a></li>
<li>Inject mocks via constructor to avoid lateinit var by <a href="https://github.com/kkurczewski"><code>@​kkurczewski</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1106">mockk/mockk#1106</a></li>
<li>Issue 954: <a href="https://github.com/MockKExtension"><code>@​MockKExtension</code></a>.CheckUnnecessaryStub annotation is applied… by <a href="https://github.com/bboeck"><code>@​bboeck</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1099">mockk/mockk#1099</a></li>
<li>chore: converting functions to expression bodies by <a href="https://github.com/casplattel"><code>@​casplattel</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1104">mockk/mockk#1104</a></li>
<li>Update dexmaker version to 2.28.3 for Android 14 support by <a href="https://github.com/kurteous"><code>@​kurteous</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1107">mockk/mockk#1107</a></li>
<li>Issue 963: Unnecessary stubbings detected - false positive by <a href="https://github.com/bboeck"><code>@​bboeck</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1108">mockk/mockk#1108</a></li>
<li>Add <code>fun &lt;T&gt; MockKMatcherScope.any(KClass&lt;T&gt;): T</code> by <a href="https://github.com/ghackett"><code>@​ghackett</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1005">mockk/mockk#1005</a></li>
<li>1122(docs): fix header for <code>clearStaticMockk</code> by <a href="https://github.com/wallind"><code>@​wallind</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1123">mockk/mockk#1123</a></li>
<li>Fix grammar in Ukraine support message by <a href="https://github.com/BirdHowl"><code>@​BirdHowl</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1125">mockk/mockk#1125</a></li>
<li>Issue 293: support capture nullable with slot by <a href="https://github.com/stengvac"><code>@​stengvac</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1109">mockk/mockk#1109</a></li>
<li>update documentation in README.md by <a href="https://github.com/alexferreiradev"><code>@​alexferreiradev</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1127">mockk/mockk#1127</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/steffandroid"><code>@​steffandroid</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1081">mockk/mockk#1081</a></li>
<li><a href="https://github.com/devkuma"><code>@​devkuma</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1097">mockk/mockk#1097</a></li>
<li><a href="https://github.com/bboeck"><code>@​bboeck</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1099">mockk/mockk#1099</a></li>
<li><a href="https://github.com/casplattel"><code>@​casplattel</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1104">mockk/mockk#1104</a></li>
<li><a href="https://github.com/kurteous"><code>@​kurteous</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1107">mockk/mockk#1107</a></li>
<li><a href="https://github.com/ghackett"><code>@​ghackett</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1005">mockk/mockk#1005</a></li>
<li><a href="https://github.com/wallind"><code>@​wallind</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1123">mockk/mockk#1123</a></li>
<li><a href="https://github.com/BirdHowl"><code>@​BirdHowl</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1125">mockk/mockk#1125</a></li>
<li><a href="https://github.com/stengvac"><code>@​stengvac</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1109">mockk/mockk#1109</a></li>
<li><a href="https://github.com/alexferreiradev"><code>@​alexferreiradev</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1127">mockk/mockk#1127</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.5...1.13.7">https://github.com/mockk/mockk/compare/1.13.5...1.13.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="34d54e498d"><code>34d54e4</code></a> Version bump</li>
<li><a href="5c6f5ad442"><code>5c6f5ad</code></a> Version bump</li>
<li><a href="738bbe2541"><code>738bbe2</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1127">#1127</a> from alexferreiradev/master</li>
<li><a href="0fde474954"><code>0fde474</code></a> update: documentation in README.md</li>
<li><a href="3388b3bd86"><code>3388b3b</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1109">#1109</a> from stengvac/issue293</li>
<li><a href="887cdb0d7e"><code>887cdb0</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1125">#1125</a> from BirdHowl/master</li>
<li><a href="3df4e0585f"><code>3df4e05</code></a> Fix grammar in Ukraine support message</li>
<li><a href="776c78d3a0"><code>776c78d</code></a> Issue 293: add <code>captureNullable(slot)</code> to README.md</li>
<li><a href="a1f6f0fa45"><code>a1f6f0f</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1123">#1123</a> from wallind/1122-fix-header-for-clearStaticMockk</li>
<li><a href="6ce06c99b9"><code>6ce06c9</code></a> 1122(docs): fix header for <code>clearStaticMockk</code></li>
<li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.13.5...1.13.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk&package-manager=gradle&previous-version=1.13.5&new-version=1.13.7)](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>
2023-08-22 00:35:06 +00:00
78ef1d2e10 Roll Flutter from 6f227c078430 to 5e6d88d766b9 (8 revisions) (#4751)
6f227c0784...5e6d88d766

2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 14be26c91620 to a9b00783bc7c (2 revisions) (flutter/flutter#132955)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from e2d9809d1af3 to 14be26c91620 (2 revisions) (flutter/flutter#132946)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 36ab259a61ed to e2d9809d1af3 (1 revision) (flutter/flutter#132944)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from e7d745111795 to 36ab259a61ed (2 revisions) (flutter/flutter#132937)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 8c7ce6ddde0f to e7d745111795 (1 revision) (flutter/flutter#132925)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 394554bd1630 to 8c7ce6ddde0f (2 revisions) (flutter/flutter#132921)
2023-08-21 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2dcfb6cb7e49 to 394554bd1630 (4 revisions) (flutter/flutter#132918)
2023-08-20 engine-flutter-autoroll@skia.org Roll Flutter Engine from f4bffdcf8536 to 2dcfb6cb7e49 (4 revisions) (flutter/flutter#132914)

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 rmistry@google.com,stuartmorgan@google.com,ychris@google.com 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
2023-08-21 16:47:24 +00:00
e26f3b9374 [camera_android]: Fixes crash when record video on Android versions lower than 12 (#4635)
The the solution of the issue flutter/flutter#109769 in the #7073 causes a crashes when the Android SDK version is lower than 31, due to EncoderProfiles not being found on these devices. This issue was solved putting the EncoderProfiles declaration after the check for SDK version.

based on https://github.com/flutter/plugins/pull/7073 by @camsim99.

Fixes https://github.com/flutter/flutter/issues/109769 in Android lower than 12.
camera_android-v0.10.8+7
2023-08-21 14:42:05 +00:00
fe6f67efc6 Roll Flutter from 5a556f8ecde6 to 6f227c078430 (11 revisions) (#4749)
5a556f8ecd...6f227c0784

2023-08-19 jacksongardner@google.com Space character should be optional when tree shaking fonts (flutter/flutter#132880)
2023-08-19 engine-flutter-autoroll@skia.org Roll Flutter Engine from 654d3a2c8494 to f4bffdcf8536 (5 revisions) (flutter/flutter#132876)
2023-08-18 rmolivares@renzo-olivares.dev SelectionArea on iOS should toggle the context menu when tapping on the previous selection (flutter/flutter#132851)
2023-08-18 zanderso@users.noreply.github.com Forward port API docs creation realm handling from prior script (flutter/flutter#132867)
2023-08-18 engine-flutter-autoroll@skia.org Roll Flutter Engine from 72c4e61fdbfa to 654d3a2c8494 (3 revisions) (flutter/flutter#132868)
2023-08-18 engine-flutter-autoroll@skia.org Roll Flutter Engine from 83fdadaf12f0 to 72c4e61fdbfa (2 revisions) (flutter/flutter#132861)
2023-08-18 47866232+chunhtai@users.noreply.github.com Updates app link gradle tasks and remove vm services (flutter/flutter#131805)
2023-08-18 engine-flutter-autoroll@skia.org Roll Flutter Engine from 58f7d8ee3e2c to 83fdadaf12f0 (7 revisions) (flutter/flutter#132857)
2023-08-18 mustafauzun0@gmail.com doc: add flag params (flutter/flutter#132485)
2023-08-18 139406084+gmilou@users.noreply.github.com Add a new MatrixTransition and refactor ScaleTransition and RotationT… (flutter/flutter#131084)
2023-08-18 32621121+AndreySuworow@users.noreply.github.com fixes l10n for CupertinoDatePicker in monthYear mode (flutter/flutter#130934)

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 bmparr@google.com,rmistry@google.com,stuartmorgan@google.com 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
2023-08-19 18:57:04 +00:00
609286f3d1 Update release action Flutter version to 3.13.0 (#4745)
The new package `two_dimensional_scrollables` requires a minimum Flutter version of `3.13.0`, so this bumps the Flutter version of the release action to  `3.13.0`.
2023-08-18 19:23:07 +00:00
f3f2c7bce0 [google_maps_flutter] Fix async handling in examples (#4729)
Applies the fixes from https://github.com/flutter/packages/pull/4171 to the minimal ExampleGoogleMaps class used in the Android and iOS implementation package examples, as they had the same issue.

Also sets up unit testing of the examples in order to add testing of this fix. The fake is copied directly from the app-facing package, and the unit tests are slightly modified versions of the tests in the app-facing package as well.
2023-08-18 19:23:05 +00:00
33dacd6d67 Roll Flutter from 2502b51f86c1 to 5a556f8ecde6 (42 revisions) (#4743) two_dimensional_scrollables-v0.0.1 2023-08-18 14:13:36 -04:00
4c16f3ef40 [two_dimensional_scrollables] TableView (#4536)
Design doc: [flutter.dev/go/table-view](https://docs.google.com/document/d/15ecTZE1g3WeswLGFWrnEgMP6SyL6jDRdxOgPsczOcV0/edit?usp=sharing&resourcekey=0-yNd_qFhiPjz6z2TgezWc0A)

Fixes https://github.com/flutter/flutter/issues/87370
Fixes https://github.com/flutter/flutter/issues/30770

This adds a new package: `two_dimensional_scrollables` - a package for widgets that scroll in two dimensions.

The first widget in the collection here is TableView. 

https://github.com/flutter/packages/assets/16964204/8103001a-77dc-489f-9e75-278972f66f30

TableView is built on top of the 2D scrolling foundation that lives in the Flutter framework.

Other widgets that will be included in this package in the future are TreeView and TreeTableView.
2023-08-17 21:14:34 +00:00
d92cdf0a63 [ci] Update minimums for 3.13 stable (#4731)
- Updates the N-1 and N-2 analysis bot configs to 3.7 and 3.10
- Updates the minimum allowed SDK to 3.7, since that's now the earliest we have any testing for.
- Updates all packages to Flutter 3.7/Dart 2.19 as a minimum.
  - In packages where we hadn't released since the last minimum version bump, I removed the previous line from the `#NEXT` section to make it less confusing when we do release.

Per https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version this does not update any package versions.
go_router-v10.1.0 google_sign_in_web-v0.12.0+3
2023-08-17 19:59:58 +00:00
e398fafd20 Update stable version to efbf63d9c66b9f6ec30e9ad4611189aa80003d31 (#4730)
Updates stable version. 

Since the CLA for https://github.com/flutter/packages/pull/4726 failed due to the commit limit, this PR bumps the stable version manually.
2023-08-17 18:51:32 +00:00
3b602e77e6 Add advice on code review for this repo (#4698) 2023-08-16 18:40:49 +00:00
3a183b78f2 [platform] Import the platform package (#4613)
Imports the `packages` platform from https://github.com/google/platform.dart
- As there is not much history in the package, this imports it as a copy instead of going through the process of actually merging the commit history of that repo into this one.
- The only changes relative to the current source in that repo are:
  - Adjustments for repo conventions (such as removing analysis_options.yaml and fixing the resulting issues).
  - Addressing https://github.com/google/platform.dart/pull/44

Part of https://github.com/flutter/flutter/issues/130915
platform-v3.1.1
2023-08-16 17:32:04 +00:00
63ba60ca7d Roll Flutter from f0e7c5181641 to 2502b51f86c1 (15 revisions) (#4722)
f0e7c51816...2502b51f86

2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from f186f1e9dc88 to 70b5700b79f6 (1 revision) (flutter/flutter#132655)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from e8670f03a9b1 to f186f1e9dc88 (2 revisions) (flutter/flutter#132649)
2023-08-16 whesse@google.com Fix flutter_tools use of --local-engine-host (flutter/flutter#132648)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7cc6a5832a0e to e8670f03a9b1 (3 revisions) (flutter/flutter#132623)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from decaccfc421d to 7cc6a5832a0e (1 revision) (flutter/flutter#132621)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from 659cdfc5a568 to decaccfc421d (6 revisions) (flutter/flutter#132618)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7409ce4ba0a8 to 659cdfc5a568 (1 revision) (flutter/flutter#132612)
2023-08-16 jonahwilliams@google.com Revert "Reorganize and clarify API doc generator" (flutter/flutter#132613)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from a9da7212eacf to 7409ce4ba0a8 (5 revisions) (flutter/flutter#132609)
2023-08-16 engine-flutter-autoroll@skia.org Roll Flutter Engine from 22f03ffdc290 to a9da7212eacf (4 revisions) (flutter/flutter#132608)
2023-08-16 tessertaha@gmail.com [Reland] #131609 (flutter/flutter#132555)
2023-08-15 dkwingsmt@users.noreply.github.com Explain the keyboard manager protocol (flutter/flutter#132533)
2023-08-15 katelovett@google.com Fix extent for null returning builder in GridView (flutter/flutter#132511)
2023-08-15 gspencergoog@users.noreply.github.com Reorganize and clarify API doc generator (flutter/flutter#132353)
2023-08-15 gspencergoog@users.noreply.github.com Fixing a memory leak in About box/dialog overlays (flutter/flutter#130842)

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 bmparr@google.com,rmistry@google.com,stuartmorgan@google.com 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
2023-08-16 16:16:59 +00:00
9bf208f4be Manual roll Flutter from 9b6945b465a1 to f0e7c5181641 (63 revisions) (#4719)
Manual roll Flutter from 9b6945b465a1 to f0e7c5181641 (63 revisions)

Manual roll requested by bmparr@google.com

9b6945b465...f0e7c51816

2023-08-15 polinach@google.com Upgrade flutter packages. (flutter/flutter#132585)
2023-08-15 34871572+gmackall@users.noreply.github.com [integration_test] Update outdated onScreenshot signature in README code snippet (flutter/flutter#132409)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 0760b5589c71 to 22f03ffdc290 (1 revision) (flutter/flutter#132580)
2023-08-15 58529443+srujzs@users.noreply.github.com Make completeError be a proper JS function (flutter/flutter#132492)
2023-08-15 goderbauer@google.com Analyze code snippets in flutter_driver docs (flutter/flutter#132337)
2023-08-15 54558023+keyonghan@users.noreply.github.com Skip backfiller for docs_publish (flutter/flutter#132510)
2023-08-15 ian@hixie.ch Further clarification of the TextSelectionControls migration (flutter/flutter#132539)
2023-08-15 engine-flutter-autoroll@skia.org Roll Packages from 08080abd9cbb to 84218b9d834c (1 revision) (flutter/flutter#132572)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2c90670171a7 to 0760b5589c71 (1 revision) (flutter/flutter#132570)
2023-08-15 matanlurey@users.noreply.github.com Update `flutter_tools` internals related to Gradle/XCode to set `--local-engine-host`. (flutter/flutter#132346)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 6bd7b717e110 to 2c90670171a7 (2 revisions) (flutter/flutter#132566)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9091107e594d to 6bd7b717e110 (1 revision) (flutter/flutter#132561)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from a17130ac4d49 to 9091107e594d (2 revisions) (flutter/flutter#132553)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 6975ee1b6de7 to a17130ac4d49 (5 revisions) (flutter/flutter#132550)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 21aed05ad751 to 6975ee1b6de7 (1 revision) (flutter/flutter#132543)
2023-08-15 godofredoc@google.com Manual roll of docker focal version. (flutter/flutter#132536)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from f1f912c0c7c7 to 21aed05ad751 (1 revision) (flutter/flutter#132540)
2023-08-15 ian@hixie.ch PaginatedDataTable improvements (flutter/flutter#131374)
2023-08-15 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1d63eece6c37 to f1f912c0c7c7 (2 revisions) (flutter/flutter#132538)
2023-08-15 jonahwilliams@google.com [devicelab] fix name of flutter driver benchmark. (flutter/flutter#132527)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 3c8852827646 to 1d63eece6c37 (1 revision) (flutter/flutter#132534)
2023-08-14 109253501+pdblasi-google@users.noreply.github.com Updates `AutomatedTestWidgetsFlutterBinding.pump` to support microsecond precision (flutter/flutter#132401)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 785b24900a36 to 3c8852827646 (2 revisions) (flutter/flutter#132530)
2023-08-14 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.21.3 to 2.21.4 (flutter/flutter#132525)
2023-08-14 jonahwilliams@google.com [devicelab] fix NAN/Inf in drawPoints benchmark. (flutter/flutter#132526)
2023-08-14 rmolivares@renzo-olivares.dev Selection area should move selection word by word on a long press drag (flutter/flutter#132518)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 56a0e2715dca to 785b24900a36 (10 revisions) (flutter/flutter#132522)
2023-08-14 jonahwilliams@google.com [flutter_tools] hide Skia specific rendering options. (flutter/flutter#132509)
2023-08-14 tessertaha@gmail.com Update menu examples for `SafeArea` (flutter/flutter#132390)
2023-08-14 matanlurey@users.noreply.github.com Update `dev/bots/test.dart` (and friends) to provide `--local-engine-host`. (flutter/flutter#132354)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 46c11916f8d2 to 56a0e2715dca (2 revisions) (flutter/flutter#132508)
2023-08-14 jonahwilliams@google.com [devicelab] boot up benchmarks. (flutter/flutter#132148)
2023-08-14 engine-flutter-autoroll@skia.org Roll Packages from 9b15c2e6ab30 to 08080abd9cbb (5 revisions) (flutter/flutter#132505)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from c125e1e23d4b to 46c11916f8d2 (1 revision) (flutter/flutter#132502)
2023-08-14 15619084+vashworth@users.noreply.github.com Fix log filtering and CI tests for iOS 17 physical devices (flutter/flutter#132491)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4e8b2b61f648 to c125e1e23d4b (1 revision) (flutter/flutter#132496)
2023-08-14 polinach@google.com Unpin leak_tracker and handle breaking changes in API. (flutter/flutter#132352)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 62a392f29aa5 to 4e8b2b61f648 (2 revisions) (flutter/flutter#132490)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from f50ad637de75 to 62a392f29aa5 (1 revision) (flutter/flutter#132487)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9cebd2015688 to f50ad637de75 (3 revisions) (flutter/flutter#132480)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from bcaaa0e125fe to 9cebd2015688 (2 revisions) (flutter/flutter#132477)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7915c049a1fd to bcaaa0e125fe (1 revision) (flutter/flutter#132473)
2023-08-14 engine-flutter-autoroll@skia.org Roll Flutter Engine from f47e864f2dcb to 7915c049a1fd (1 revision) (flutter/flutter#132466)
2023-08-13 chillers@google.com Revert "Fix `PopupMenuItem` & `CheckedPopupMenuItem` has redundant `ListTile` padding and update default horizontal padding for Material 3" (flutter/flutter#132457)
...
2023-08-16 03:01:33 +00:00
0b4e9e3b80 Update palette_generator_test.dart (#4720)
Migrate `ImageProvider.load` to `ImageProvider.loadImage`.
2023-08-15 23:49:23 +00:00
ce001472ec [pigeon] Fix typo in README.md (#4707)
Fix a typo in the Pigeon README.md
2023-08-15 22:13:58 +00:00
b8573f6c81 [camerax] Explicitly remove READ_EXTERNAL_STORAGE permission (#4716)
Lands https://github.com/flutter/packages/pull/4700.
camera_android_camerax-v0.5.0+15
2023-08-15 22:13:56 +00:00
93455e07f7 [webview_flutter_platform_interface] Adds support for retrieving user agent (#4563)
Platform interface portion of https://github.com/flutter/packages/pull/4472
webview_flutter_platform_interface-v2.5.0
2023-08-15 19:20:28 +00:00
003a6c0827 [camerax] Wrap classes to implement resolution configuration for video capture (#4620)
Wraps classes to implement resolution configuration for video capture. No functionality changes.

Part of https://github.com/flutter/flutter/issues/120462.
camera_android_camerax-v0.5.0+14
2023-08-15 18:48:24 +00:00
3ce497d8f8 Bump github/codeql-action from 2.21.3 to 2.21.4 (#4706)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.3 to 2.21.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>2.21.4 - 14 Aug 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.2. <a href="https://redirect.github.com/github/codeql-action/pull/1831">#1831</a></li>
<li>Log a warning if the amount of available disk space runs low during a code scanning run. <a href="https://redirect.github.com/github/codeql-action/pull/1825">#1825</a></li>
<li>When downloading CodeQL bundle version 2.13.4 and later, cache these bundles in the Actions tool cache using a simpler version number. <a href="https://redirect.github.com/github/codeql-action/pull/1832">#1832</a></li>
<li>Fix an issue that first appeared in CodeQL Action v2.21.2 that prevented CodeQL invocations from being logged. <a href="https://redirect.github.com/github/codeql-action/pull/1833">#1833</a></li>
<li>We are rolling out a feature in August 2023 that will improve the quality of file coverage information. <a href="https://redirect.github.com/github/codeql-action/pull/1835">#1835</a></li>
</ul>
<h2>2.21.3 - 08 Aug 2023</h2>
<ul>
<li>We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. <a href="https://redirect.github.com/github/codeql-action/pull/1817">#1817</a></li>
<li>We are rolling out a feature in August 2023 that adds beta support for <a href="https://projectlombok.org/">Project Lombok</a> when analyzing Java. <a href="https://redirect.github.com/github/codeql-action/pull/1809">#1809</a></li>
<li>Reduce disk space usage when downloading the CodeQL bundle. <a href="https://redirect.github.com/github/codeql-action/pull/1820">#1820</a></li>
</ul>
<h2>2.21.2 - 28 Jul 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.1. <a href="https://redirect.github.com/github/codeql-action/pull/1797">#1797</a></li>
<li>Avoid duplicating the analysis summary within the logs. <a href="https://redirect.github.com/github/codeql-action/pull/1811">#1811</a></li>
</ul>
<h2>2.21.1 - 26 Jul 2023</h2>
<ul>
<li>Improve the handling of fatal errors from the CodeQL CLI. <a href="https://redirect.github.com/github/codeql-action/pull/1795">#1795</a></li>
<li>Add the <code>sarif-output</code> output to the analyze action that contains the path to the directory of the generated SARIF. <a href="https://redirect.github.com/github/codeql-action/pull/1799">#1799</a></li>
</ul>
<h2>2.21.0 - 19 Jul 2023</h2>
<ul>
<li>CodeQL Action now requires CodeQL CLI 2.9.4 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.20.4. <a href="https://redirect.github.com/github/codeql-action/pull/1724">#1724</a></li>
</ul>
<h2>2.20.4 - 14 Jul 2023</h2>
<ul>
<li>This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0).
<ul>
<li>If you are using one of these versions, please update to CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.</li>
<li>Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/<em><a href="https://github.com/v2"><code>@​v2</code></a>' by 'github/codeql-action/</em><a href="https://github.com/v2"><code>@​v2</code></a>.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action.</li>
</ul>
</li>
<li>We are rolling out a feature in July 2023 that will slightly reduce the default amount of RAM used for query execution, in proportion to the runner's total memory. This will help to avoid out-of-memory failures on larger runners. <a href="https://redirect.github.com/github/codeql-action/pull/1760">#1760</a></li>
<li>Update default CodeQL bundle version to 2.14.0. <a href="https://redirect.github.com/github/codeql-action/pull/1762">#1762</a></li>
</ul>
<h2>2.20.3 - 06 Jul 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.13.5. <a href="https://redirect.github.com/github/codeql-action/pull/1743">#1743</a></li>
</ul>
<h2>2.20.2 - 03 Jul 2023</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a09933a12a"><code>a09933a</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1838">#1838</a> from github/update-v2.21.4-492a68c32</li>
<li><a href="37116fb629"><code>37116fb</code></a> Fix positioning of bundle update changelog note</li>
<li><a href="c613917766"><code>c613917</code></a> Update changelog for v2.21.4</li>
<li><a href="492a68c323"><code>492a68c</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1836">#1836</a> from github/henrymercer/analysis-summary-v2-ff</li>
<li><a href="ac49314877"><code>ac49314</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1834">#1834</a> from github/henrymercer/analysis-summary-v2-ff</li>
<li><a href="ac35d7a02d"><code>ac35d7a</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1835">#1835</a> from github/henrymercer/language-baseline-config</li>
<li><a href="d03c744ad6"><code>d03c744</code></a> Don't pass <code>--no-</code> flag as it doesn't exist yet</li>
<li><a href="a0407a8c60"><code>a0407a8</code></a> Add changelog note for rollout</li>
<li><a href="8a7b2e9c9b"><code>8a7b2e9</code></a> Enable language specific baselines via feature flag</li>
<li><a href="9a510d9b07"><code>9a510d9</code></a> Rename new analysis summary feature flag</li>
<li>Additional commits viewable in <a href="5b6282e01c...a09933a12a">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.21.3&new-version=2.21.4)](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>
2023-08-15 17:00:18 +00:00
84218b9d83 [file_selector] Fix default accept types on iOS (#4691)
Uses `public.data` as the default accept type on iOS, instead of an empty list, since unlike on macOS an empty list of accept types doesn't mean to accept every type, so the default on iOS was not allowing any files.

Adds another page to the implementation package's example app to facilitate manual testing of this behavior for package developers.

Fixes https://github.com/flutter/flutter/issues/132211
file_selector_ios-v0.5.1+5
2023-08-14 18:47:06 +00:00
08080abd9c [google_maps_flutter] removed old overrides (#4679)
Removed 2 overrides with the comment
```
// TODO(mklim): Remove this empty override once https://github.com/flutter/flutter/issues/40126 is fixed in stable.
```
As the issue was fixed in 2019

Related to https://github.com/flutter/flutter/issues/131791
google_maps_flutter_android-v2.4.16
2023-08-12 00:12:27 +00:00
ea49db5093 [dynamic_layouts] Refactor flaky test (#4681)
This refactors a test for the example of a wrapped layout in dynamic_tests. This test had become brittle to small text changes because it would check the precise layout offset of the text.

It was patched in these cases in #4513 and #4677 to address tiny text variations across platforms and material 2/3 defaults. This refactor changes the test to check the layout offset of the parent Container of the text, which should not have these subtle variations.

Fixes https://github.com/flutter/flutter/issues/132321
2023-08-11 23:46:21 +00:00
0bf0878b6b [shared_preferences] Update iOS/macOS Pigeon (#4668)
Updates to the latest version of Pigeon to pick up the change that added the package name to method channels.

Avoids the collision with the legacy `shared_preferences_ios` that causes https://github.com/flutter/flutter/issues/128560.
shared_preferences_foundation-v2.3.3
2023-08-11 23:24:21 +00:00
6cc49a4c39 [pigeon] skipGen (#4682)
adds ability to run pigeon tests without regenerating code (to make iterating and testing easier).
2023-08-11 23:03:08 +00:00
ec83969b2c Roll Flutter from 685141bf3b5f to 9b6945b465a1 (25 revisions) (#4680)
685141bf3b...9b6945b465

2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 93e8901490e7 to 77dfeea40e10 (1 revision) (flutter/flutter#132389)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4e532b957225 to 93e8901490e7 (1 revision) (flutter/flutter#132381)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 25afdb9b696d to 4e532b957225 (4 revisions) (flutter/flutter#132376)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from da23fb0d9a1d to 25afdb9b696d (1 revision) (flutter/flutter#132370)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from acd1bc5536ef to da23fb0d9a1d (2 revisions) (flutter/flutter#132367)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 578a8e8aabf6 to acd1bc5536ef (1 revision) (flutter/flutter#132365)
2023-08-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 18a71c031f5f to 578a8e8aabf6 (1 revision) (flutter/flutter#132364)
2023-08-11 matanlurey@users.noreply.github.com Update `dev/devicelab/**` to provide `--local-engine-host`. (flutter/flutter#132342)
2023-08-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from b019ac62f21f to 18a71c031f5f (2 revisions) (flutter/flutter#132347)
2023-08-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from 16b01b98af20 to b019ac62f21f (1 revision) (flutter/flutter#132341)
2023-08-10 matanlurey@users.noreply.github.com Update `flutter_tools/bin/*.(dart|sh)` to provide, if set, --local-engine-host. (flutter/flutter#132336)
2023-08-10 47866232+chunhtai@users.noreply.github.com Update application id and bundle id of a11y assessment app (flutter/flutter#132334)
2023-08-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from a9be77e6f475 to 16b01b98af20 (6 revisions) (flutter/flutter#132332)
2023-08-10 ian@hixie.ch Remove the fast reassemble / single widget reload feature (flutter/flutter#132255)
2023-08-10 goderbauer@google.com Analyze code snippets in integration_test docs (flutter/flutter#132314)
2023-08-10 109253501+pdblasi-google@users.noreply.github.com Adds SemanticsNode Finders for searching the semantics tree (flutter/flutter#127137)
2023-08-10 rmolivares@renzo-olivares.dev TextField should correctly resolve provided style for material states (flutter/flutter#132330)
2023-08-10 ian@hixie.ch setState documentation (flutter/flutter#132090)
2023-08-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from ea7730c16301 to a9be77e6f475 (6 revisions) (flutter/flutter#132328)
2023-08-10 75845003+deldering-momo@users.noreply.github.com Fix: use --web-launch-url and --web-hostname arguments in flutter drive (flutter/flutter#131763)
2023-08-10 ian@hixie.ch GridView sample code (flutter/flutter#131900)
2023-08-10 polinach@google.com Upgrade flutter packages. (flutter/flutter#132326)
2023-08-10 31859944+LongCatIsLooong@users.noreply.github.com TextPainter migration cleanup (flutter/flutter#132317)
2023-08-10 ian@hixie.ch An example of parentData usage. (flutter/flutter#131818)
2023-08-10 dumazy@gmail.com Add hasInteractedByUser getter in FormField (flutter/flutter#131539)

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 rmistry@google.com,stuartmorgan@google.com,tarrinneal@google.com 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
2023-08-11 16:31:06 +00:00
9b15c2e6ab [dynamic_layouts] relax layout test to fix tree (#4677)
A current roll from the engine to flutter/flutter to packages has broken this test value by a small amount. 

I wrote a small function to manage tolerances.

Let me know if this is a reasonable way to manage this for now.
2023-08-10 22:19:04 +00:00
8248ef23b2 Bump github/codeql-action from 2.21.2 to 2.21.3 (#4664)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 2.21.2 to 2.21.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>2.21.3 - 08 Aug 2023</h2>
<ul>
<li>We are rolling out a feature in August 2023 that will improve
multi-threaded performance on larger runners. <a
href="https://redirect.github.com/github/codeql-action/pull/1817">#1817</a></li>
<li>We are rolling out a feature in August 2023 that adds beta support
for <a href="https://projectlombok.org/">Project Lombok</a> when
analyzing Java. <a
href="https://redirect.github.com/github/codeql-action/pull/1809">#1809</a></li>
<li>Reduce disk space usage when downloading the CodeQL bundle. <a
href="https://redirect.github.com/github/codeql-action/pull/1820">#1820</a></li>
</ul>
<h2>2.21.2 - 28 Jul 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.1. <a
href="https://redirect.github.com/github/codeql-action/pull/1797">#1797</a></li>
<li>Avoid duplicating the analysis summary within the logs. <a
href="https://redirect.github.com/github/codeql-action/pull/1811">#1811</a></li>
</ul>
<h2>2.21.1 - 26 Jul 2023</h2>
<ul>
<li>Improve the handling of fatal errors from the CodeQL CLI. <a
href="https://redirect.github.com/github/codeql-action/pull/1795">#1795</a></li>
<li>Add the <code>sarif-output</code> output to the analyze action that
contains the path to the directory of the generated SARIF. <a
href="https://redirect.github.com/github/codeql-action/pull/1799">#1799</a></li>
</ul>
<h2>2.21.0 - 19 Jul 2023</h2>
<ul>
<li>CodeQL Action now requires CodeQL CLI 2.9.4 or later. For more
information, see the corresponding changelog entry for CodeQL Action
version 2.20.4. <a
href="https://redirect.github.com/github/codeql-action/pull/1724">#1724</a></li>
</ul>
<h2>2.20.4 - 14 Jul 2023</h2>
<ul>
<li>This is the last release of the Action that supports CodeQL CLI
versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were
deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and
will not be supported by the next release of the CodeQL Action (2.21.0).
<ul>
<li>If you are using one of these versions, please update to CodeQL CLI
version 2.9.4 or later. For instance, if you have specified a custom
version of the CLI using the 'tools' input to the 'init' Action, you can
remove this input to use the default version.</li>
<li>Alternatively, if you want to continue using a version of the CodeQL
CLI between 2.8.5 and 2.9.3, you can replace
'github/codeql-action/<em><a
href="https://github.com/v2"><code>@​v2</code></a>' by
'github/codeql-action/</em><a
href="https://github.com/v2"><code>@​v2</code></a>.20.4' in your code
scanning workflow to ensure you continue using this version of the
CodeQL Action.</li>
</ul>
</li>
<li>We are rolling out a feature in July 2023 that will slightly reduce
the default amount of RAM used for query execution, in proportion to the
runner's total memory. This will help to avoid out-of-memory failures on
larger runners. <a
href="https://redirect.github.com/github/codeql-action/pull/1760">#1760</a></li>
<li>Update default CodeQL bundle version to 2.14.0. <a
href="https://redirect.github.com/github/codeql-action/pull/1762">#1762</a></li>
</ul>
<h2>2.20.3 - 06 Jul 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.13.5. <a
href="https://redirect.github.com/github/codeql-action/pull/1743">#1743</a></li>
</ul>
<h2>2.20.2 - 03 Jul 2023</h2>
<p>No user facing changes.</p>
<h2>2.20.1 - 21 Jun 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.13.4. <a
href="https://redirect.github.com/github/codeql-action/pull/1721">#1721</a></li>
<li>Experimental: add a new <code>resolve-environment</code> action
which attempts to infer a configuration for the build environment that
is required to build a given project. Do not use this in production as
it is part of an internal experiment and subject to change at any
time.</li>
</ul>
<h2>2.20.0 - 13 Jun 2023</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5b6282e01c"><code>5b6282e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/1829">#1829</a>
from github/update-v2.21.3-f9a7c6738</li>
<li><a
href="f0f7a35b85"><code>f0f7a35</code></a>
Add changenote for Lombok rollout</li>
<li><a
href="dda4ed3db4"><code>dda4ed3</code></a>
Update changelog for v2.21.3</li>
<li><a
href="f9a7c6738f"><code>f9a7c67</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/1827">#1827</a>
from github/dependabot/npm_and_yarn/npm-5103036bd1</li>
<li><a
href="31b9dd18d4"><code>31b9dd1</code></a>
Update checked-in dependencies</li>
<li><a
href="7e2f56aae3"><code>7e2f56a</code></a>
Bump the npm group with 3 updates</li>
<li><a
href="878ae4a749"><code>878ae4a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/1823">#1823</a>
from github/henrymercer/setup-swift-more-consistent</li>
<li><a
href="63602c0f72"><code>63602c0</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/1824">#1824</a>
from github/henrymercer/cli-notifications-fix</li>
<li><a
href="66dc883276"><code>66dc883</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/1826">#1826</a>
from github/henrymercer/increase-reserved-scaling-fa...</li>
<li><a
href="2203178090"><code>2203178</code></a>
Increase scaling factor for reserved RAM to 5%</li>
<li>Additional commits viewable in <a
href="0ba4244466...5b6282e01c">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.21.2&new-version=2.21.3)](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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-09 17:22:56 -07:00
4ff585ef1c go_router should allow setting requestFocus (#4636)
fixes: https://github.com/flutter/flutter/issues/129581
2023-08-09 20:36:47 +00:00
175ff5603b [webview_flutter_android][webview_flutter_wkwebview] Fixes widget rebuild bug caused by key type (#4667)
It looks like the wrong key was used in https://github.com/flutter/packages/pull/4533. The `ObjectKey` uses `identical` for comparison while `ValueKey` uses `==`, which is what was intended. This just switches the key type on both platforms.

Fixes https://github.com/flutter/flutter/issues/131697
Fixes https://github.com/flutter/flutter/issues/132143
webview_flutter_android-v3.9.3 webview_flutter_wkwebview-v3.7.3
2023-08-09 20:36:45 +00:00
881c1f552d Roll Flutter from 436df69a4684 to f4c25bbb351c (28 revisions) (#4666)
436df69a46...f4c25bbb35

2023-08-09 zanderso@users.noreply.github.com Revert "Handle breaking changes in leak_tracker." (flutter/flutter#132223)
2023-08-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from 8ec575168d44 to 3d3fb4faed02 (3 revisions) (flutter/flutter#132193)
2023-08-09 31859944+LongCatIsLooong@users.noreply.github.com Use pattern matching to avoid strange type annotations (flutter/flutter#131964)
2023-08-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from 6839b88283b6 to 8ec575168d44 (1 revision) (flutter/flutter#132182)
2023-08-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from 29b117aa4192 to 6839b88283b6 (1 revision) (flutter/flutter#132181)
2023-08-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from 82292b8390cb to 29b117aa4192 (5 revisions) (flutter/flutter#132179)
2023-08-09 31859944+LongCatIsLooong@users.noreply.github.com Add more info to `OverlayState.insert` error messages (flutter/flutter#129363)
2023-08-08 36861262+QuncCccccc@users.noreply.github.com Add `textCapitalization` property for `SearchBar` and `SearchAnchor` (flutter/flutter#131459)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from 934ebb005d02 to 82292b8390cb (3 revisions) (flutter/flutter#132166)
2023-08-08 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.21.2 to 2.21.3 (flutter/flutter#132165)
2023-08-08 jesus_sguerrero@hotmail.com Revert of #120385 (flutter/flutter#132167)
2023-08-08 tessertaha@gmail.com Add `PopupMenuButton.iconColor`, `PopupMenuTheme.iconSize` and fix button icon using unexpected color propert (flutter/flutter#132054)
2023-08-08 ian@hixie.ch More PageStorage clarity in the documentation (flutter/flutter#131954)
2023-08-08 ian@hixie.ch Document that missed_frame_build_budget_count is misleading (flutter/flutter#132137)
2023-08-08 chingjun@google.com Locate the template directory using a TemplatePathProvider. (flutter/flutter#132156)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from dd03fae51d38 to 934ebb005d02 (4 revisions) (flutter/flutter#132159)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from 22bd35a19352 to dd03fae51d38 (3 revisions) (flutter/flutter#132149)
2023-08-08 tessertaha@gmail.com Fix `TabBarTheme.indicatorColor` not applied in Material 2 (flutter/flutter#132123)
2023-08-08 76067278+aakash-pamnani@users.noreply.github.com Paginated Data Table : Fixed Row number at footer in last page  (flutter/flutter#130389)
2023-08-08 mdebbar@google.com [web] Use benchmark callback from `dart:ui_web` (flutter/flutter#132087)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from 99fdac88f3c6 to 22bd35a19352 (3 revisions) (flutter/flutter#132141)
2023-08-08 louisehsu@google.com [framework] Add Search Web to selection controls for iOS (flutter/flutter#131898)
2023-08-08 jmccandless@google.com Remove Iterator from _History (flutter/flutter#132101)
2023-08-08 ian@hixie.ch Update dartdoc driver to match current behaviour (flutter/flutter#132078)
2023-08-08 ian@hixie.ch More documentation about warm-up frames (flutter/flutter#132085)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from 146c4c9487fc to 99fdac88f3c6 (3 revisions) (flutter/flutter#132135)
2023-08-08 engine-flutter-autoroll@skia.org Roll Packages from d7ee75ad59ad to ac4137624a13 (8 revisions) (flutter/flutter#132133)
2023-08-08 polinach@google.com Handle breaking changes in leak_tracker. (flutter/flutter#131998)

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 rmistry@google.com,stuartmorgan@google.com,tarrinneal@google.com 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
2023-08-09 16:20:02 +00:00
eed8df711a [url_launcher] Android API 34 support (#4660)
fixed [#flutter/flutter/issues/126460 ](https://github.com/flutter/flutter/issues/126460)
Reland of https://github.com/flutter/packages/pull/3973 which incorrectly used application context when registering and not when unregistering. This pr uses activity context for both which is aligned with what the behavior was before. 

- Register on the same context as  unregister
- Add integration test for android url launch and close

Tested with manual test and new integration test.
url_launcher_android-v6.0.38
2023-08-09 15:15:54 +00:00
34683acc39 Migrating styleFrom API to new version. (#4540)
Updates the styleFrom API to use `backgroundColor` and `foregroundColor` instead of deprecated methods (`primary`, `onPrimary`).

Fixes [#105724](https://github.com/flutter/flutter/issues/105724)
in_app_purchase_storekit-v0.3.6+5 camera_avfoundation-v0.9.13+3 camera-v0.10.5+3 in_app_purchase_android-v0.3.0+11 camera_android-v0.10.8+6 camera_android_camerax-v0.5.0+13
2023-08-08 23:27:18 +00:00
ac4137624a Roll Flutter from ad0aa8de7512 to 436df69a4684 (17 revisions) (#4663)
ad0aa8de75...436df69a46

2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9c83d90b01bd to 146c4c9487fc (6 revisions) (flutter/flutter#132112)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from c27109291e22 to 9c83d90b01bd (5 revisions) (flutter/flutter#132108)
2023-08-08 engine-flutter-autoroll@skia.org Roll Flutter Engine from be085f6699b6 to c27109291e22 (3 revisions) (flutter/flutter#132086)
2023-08-08 jesus_sguerrero@hotmail.com Revert "Replace TextField.canRequestFocus with TextField.focusNode.canRequestFocus" (flutter/flutter#132104)
2023-08-08 jonahwilliams@google.com [Impeller] add drawVertices and drawAtlas benchmarks. (flutter/flutter#132080)
2023-08-07 47866232+chunhtai@users.noreply.github.com Adds more documentations around ignoreSemantics deprecations. (flutter/flutter#131287)
2023-08-07 mdebbar@google.com [web] New HtmlElementView.fromTagName constructor (flutter/flutter#130513)
2023-08-07 katelovett@google.com Move mock canvas to flutter_test (flutter/flutter#131631)
2023-08-07 matej.knopp@gmail.com Add static_path_tessellation macrobenchmark (flutter/flutter#131837)
2023-08-07 mdebbar@google.com [web] Remove usage of `ui.webOnlyInitializePlatform()` (flutter/flutter#131344)
2023-08-07 engine-flutter-autoroll@skia.org Roll Flutter Engine from 39a575f65d50 to be085f6699b6 (1 revision) (flutter/flutter#132069)
2023-08-07 jmccandless@google.com Android context menu theming and visual update (flutter/flutter#131816)
2023-08-07 engine-flutter-autoroll@skia.org Roll Flutter Engine from 39ce1c097bce to 39a575f65d50 (2 revisions) (flutter/flutter#132064)
2023-08-07 xhzq233@qq.com CupertinoContextMenu improvement (flutter/flutter#131030)
2023-08-07 engine-flutter-autoroll@skia.org Roll Flutter Engine from 5b47c0577060 to 39ce1c097bce (3 revisions) (flutter/flutter#132057)
2023-08-07 xming@google.com Slider should check `mounted` before start interaction (flutter/flutter#132010)
2023-08-07 engine-flutter-autoroll@skia.org Roll Packages from ce53da1bd741 to d7ee75ad59ad (7 revisions) (flutter/flutter#132058)

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 rmistry@google.com,stuartmorgan@google.com,tarrinneal@google.com 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
2023-08-08 15:43:08 +00:00
269118d228 [webview_flutter_wkwebview] Repeatedly pump WebViews until one is garbage collected (#4662)
This should improve the chance that a `WKWebView` is garbage collected by repeatedly pumping `WebViewWidgets`.
2023-08-08 02:35:16 +00:00
0042da7e63 [xdg_directories] Add example app (#4554)
Created a demo app for the xdg_directories package to showcase some of the basic functionalities. 

<img width="1440" alt="Screenshot 2023-08-01 at 11 45 31 a m" src="https://github.com/flutter/packages/assets/36830415/95adbcde-f554-4fce-ace9-e385cb66db3c">

Fixes: [#128698](https://github.com/flutter/flutter/issues/128698)
xdg_directories-v1.0.2
2023-08-08 01:02:23 +00:00
7bfcc0e80f [pigeon] Recursively create output target files (#4458)
Recursively creates output target files before trying to write to it.

closes #[128820](https://github.com/flutter/flutter/issues/128820)
pigeon-v10.1.6
2023-08-08 00:38:39 +00:00
31b1849fb3 [path_provider] Add getApplicationCachePath() (#4483)
Provides a suitable place for caching application-specific files on all supported platforms.

| Platform | Location |
|---|---|
| Android | `<app>/cache` |
| iOS | `<app>/Library/Caches` |
| Linux | `$XDG_CACHE_HOME/<app>` or `~/.cache/<app>` |
| macOS | `~/Library/Caches/<app>` or `~/Library/Containers/<app>/Data/Library/Caches/<app>` |
| Windows | `%LOCALAPPDATA%/<app>` |

Fixes: flutter/flutter#105386
path_provider-v2.1.0
2023-08-07 23:59:48 +00:00
470a325e11 [flutter_markdown] Adopt code excerpts in README (#4656)
Updates the README to use a compiled excerpt source for its example of creating a `Markdown`.

Part of https://github.com/flutter/flutter/issues/102679
flutter_markdown-v0.6.17+1
2023-08-07 20:02:36 +00:00