Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from
0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/i18n/releases">intl's
releases</a>.</em></p>
<blockquote>
<h2>package:intl v0.19.0</h2>
<ul>
<li>Update to CLDR v44.</li>
<li>Update to CLDR v43.</li>
<li>Add <code>tryParse</code> to NumberFormat.</li>
<li>Add <code>tryParse</code> <code>tryParseStrict</code>
<code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li>
<li>Add fallback for deprecated locales, such as <code>he</code> <!--
raw HTML omitted --> <code>iw</code>.</li>
<li>Switch QAR currency name to Riyal.</li>
<li>Add license headers to some files.</li>
<li>Update CVE currency symbol.</li>
<li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing
<a
href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li>
<li>Switch to <code>3.0.0</code> SDK.</li>
<li>Fix issue <a
href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a>
about date parsing with a <code>yy</code> skeleton.</li>
<li>Extract <code>NumberParserBase</code> abstract class</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a1431f82d6"><code>a1431f8</code></a>
Switch changelog entries</li>
<li><a
href="bd86e2723a"><code>bd86e27</code></a>
Merge branch 'main' into publishIntl</li>
<li><a
href="5043160a82"><code>5043160</code></a>
No public description</li>
<li><a
href="2d75d73fd0"><code>2d75d73</code></a>
Publish <code>package:intl</code> v0.19.0</li>
<li><a
href="412ef68964"><code>412ef68</code></a>
No public description</li>
<li><a
href="2c82cd2bd0"><code>2c82cd2</code></a>
Dissolve <code>package:messages_deserializer</code> for pub publish (<a
href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li>
<li><a
href="f02f7484b6"><code>f02f748</code></a>
Fixes before publish (<a
href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li>
<li><a
href="c782918d84"><code>c782918</code></a>
Last fixes</li>
<li><a
href="2da7748e0f"><code>2da7748</code></a>
More fixes</li>
<li><a
href="7315909c2a"><code>7315909</code></a>
Reformat</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.0)](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>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p>
<blockquote>
<h2>package:intl v0.19.0</h2>
<ul>
<li>Update to CLDR v44.</li>
<li>Update to CLDR v43.</li>
<li>Add <code>tryParse</code> to NumberFormat.</li>
<li>Add <code>tryParse</code> <code>tryParseStrict</code> <code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li>
<li>Switch QAR currency name to Riyal.</li>
<li>Add license headers to some files.</li>
<li>Update CVE currency symbol.</li>
<li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing <a href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li>
<li>Switch to <code>3.0.0</code> SDK.</li>
<li>Fix issue <a href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a> about date parsing with a <code>yy</code> skeleton.</li>
<li>Extract <code>NumberParserBase</code> abstract class</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a1431f82d6"><code>a1431f8</code></a> Switch changelog entries</li>
<li><a href="bd86e2723a"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li>
<li><a href="5043160a82"><code>5043160</code></a> No public description</li>
<li><a href="2d75d73fd0"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li>
<li><a href="412ef68964"><code>412ef68</code></a> No public description</li>
<li><a href="2c82cd2bd0"><code>2c82cd2</code></a> Dissolve <code>package:messages_deserializer</code> for pub publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li>
<li><a href="f02f7484b6"><code>f02f748</code></a> Fixes before publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li>
<li><a href="c782918d84"><code>c782918</code></a> Last fixes</li>
<li><a href="2da7748e0f"><code>2da7748</code></a> More fixes</li>
<li><a href="7315909c2a"><code>7315909</code></a> Reformat</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.0)](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>
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p>
<blockquote>
<h2>package:intl v0.19.0</h2>
<ul>
<li>Update to CLDR v44.</li>
<li>Update to CLDR v43.</li>
<li>Add <code>tryParse</code> to NumberFormat.</li>
<li>Add <code>tryParse</code> <code>tryParseStrict</code> <code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li>
<li>Switch QAR currency name to Riyal.</li>
<li>Add license headers to some files.</li>
<li>Update CVE currency symbol.</li>
<li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing <a href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li>
<li>Switch to <code>3.0.0</code> SDK.</li>
<li>Fix issue <a href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a> about date parsing with a <code>yy</code> skeleton.</li>
<li>Extract <code>NumberParserBase</code> abstract class</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a1431f82d6"><code>a1431f8</code></a> Switch changelog entries</li>
<li><a href="bd86e2723a"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li>
<li><a href="5043160a82"><code>5043160</code></a> No public description</li>
<li><a href="2d75d73fd0"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li>
<li><a href="412ef68964"><code>412ef68</code></a> No public description</li>
<li><a href="2c82cd2bd0"><code>2c82cd2</code></a> Dissolve <code>package:messages_deserializer</code> for pub publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li>
<li><a href="f02f7484b6"><code>f02f748</code></a> Fixes before publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li>
<li><a href="c782918d84"><code>c782918</code></a> Last fixes</li>
<li><a href="2da7748e0f"><code>2da7748</code></a> More fixes</li>
<li><a href="7315909c2a"><code>7315909</code></a> Reformat</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.0)](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>
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p>
<blockquote>
<h2>package:intl v0.19.0</h2>
<ul>
<li>Update to CLDR v44.</li>
<li>Update to CLDR v43.</li>
<li>Add <code>tryParse</code> to NumberFormat.</li>
<li>Add <code>tryParse</code> <code>tryParseStrict</code> <code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li>
<li>Switch QAR currency name to Riyal.</li>
<li>Add license headers to some files.</li>
<li>Update CVE currency symbol.</li>
<li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing <a href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li>
<li>Switch to <code>3.0.0</code> SDK.</li>
<li>Fix issue <a href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a> about date parsing with a <code>yy</code> skeleton.</li>
<li>Extract <code>NumberParserBase</code> abstract class</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a1431f82d6"><code>a1431f8</code></a> Switch changelog entries</li>
<li><a href="bd86e2723a"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li>
<li><a href="5043160a82"><code>5043160</code></a> No public description</li>
<li><a href="2d75d73fd0"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li>
<li><a href="412ef68964"><code>412ef68</code></a> No public description</li>
<li><a href="2c82cd2bd0"><code>2c82cd2</code></a> Dissolve <code>package:messages_deserializer</code> for pub publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li>
<li><a href="f02f7484b6"><code>f02f748</code></a> Fixes before publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li>
<li><a href="c782918d84"><code>c782918</code></a> Last fixes</li>
<li><a href="2da7748e0f"><code>2da7748</code></a> More fixes</li>
<li><a href="7315909c2a"><code>7315909</code></a> Reformat</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.0)](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>
Since ffigen added support for
[`NativeCallable.listener`](https://api.flutter.dev/flutter/dart-ffi/NativeCallable/NativeCallable.listener.html)
to its ObjC bindings, this example can be simplified. We can replace the
`Dart_Port` logic with `ObjCBlock.listener`, which lets us get rid of
most of the native code.
We still need a small bit of native code to `retain` a reference to the
callback's arguments before invoking the listener, otherwise the
arguments may be ref counted and deleted before the Dart side of the
callback is invoked. See https://github.com/dart-lang/native/issues/835
Bumps
[google_mobile_ads](https://github.com/googleads/googleads-mobile-flutter/tree/main/packages)
from 3.1.0 to 4.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/googleads/googleads-mobile-flutter/commits/HEAD/packages">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_mobile_ads&package-manager=pub&previous-version=3.1.0&new-version=4.0.0)](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>
Remove the cookbook recipes from the samples index in a step to
eventually remove it as a whole.
The cookbook recipe listings in the index haven't been updated in a long
time, the support for updating them doesn't work, and this isn't
generally how people are finding cookbook recipes.
This has the added benefit of reducing repo size quite a bit due to the
large images.
Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 13.1.2 to 14.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="db86e8f086"><code>db86e8f</code></a> [pigeon] isEnum, isClass, fix swift casting, default values, optional method ...</li>
<li><a href="a8bb8330c3"><code>a8bb833</code></a> [plugin_platform_interface] Switch mixin to <code>mixin class</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5420">#5420</a>)</li>
<li><a href="14ed53b549"><code>14ed53b</code></a> [go_router] Fixes use of <code>Iterable</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5421">#5421</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/pigeon-v14.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pigeon&package-manager=pub&previous-version=13.1.2&new-version=14.0.0)](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>
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from
9.0.1 to 10.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/native/releases">ffigen's
releases</a>.</em></p>
<blockquote>
<h2>package:ffigen v10.0.0</h2>
<ul>
<li>Stable release targeting Dart 3.2 using new <code>dart:ffi</code>
features available
in Dart 3.2 and later.</li>
<li>Add support for ObjC Blocks that can be invoked from any thread,
using
NativeCallable.listener.</li>
<li>Fix invalid exceptional return value ObjCBlocks that return
floats.</li>
<li>Fix return_of_invalid_type analysis error for ObjCBlocks.</li>
<li>Fix crash in ObjC methods and blocks that return structs by
value.</li>
<li>Fix ObjC methods returning instancetype having the wrong type in
sublasses.</li>
<li>When generating typedefs for
<code>Pointer<NativeFunction<Function>></code>, also
generate a typedef for the <code>Function</code>.</li>
<li>Use Dart wrapper types in args and returns of ObjCBlocks.</li>
<li>Use Dart wrapper types in args and returns of static functions.</li>
<li>Renamed <code>asset</code> to <code>assetId</code> for
<code>ffi-native</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c64e9c87e1"><code>c64e9c8</code></a>
[ffigen] Stable release 10.0.0 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/202">#202</a>)</li>
<li><a
href="e3e63406da"><code>e3e6340</code></a>
[ffigen] Update urls after repo merge (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/203">#203</a>)</li>
<li><a
href="c0018281da"><code>c001828</code></a>
update repo references from the move (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/198">#198</a>)</li>
<li><a
href="3634229877"><code>3634229</code></a>
Merge package:ffigen into dart-lang/native</li>
<li><a
href="85e4257b34"><code>85e4257</code></a>
[ffigen] Change ffigen to use dart-lang/native's directory stucture</li>
<li><a
href="1920cc9823"><code>1920cc9</code></a>
[ffigen] Prepare for merge into dart-lang/native (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/641">#641</a>)</li>
<li><a
href="eaea725b09"><code>eaea725</code></a>
Preserve temp directory when running isolated test on Windows (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/192">#192</a>)</li>
<li><a
href="2491826d4d"><code>2491826</code></a>
[ffigen] ObjC static functions (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/633">#633</a>)</li>
<li><a
href="e2d6f4c9eb"><code>e2d6f4c</code></a>
[ffigen] Bump actions/checkout from 4.1.0 to 4.1.1 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/636">#636</a>)</li>
<li><a
href="bf2e60dded"><code>bf2e60d</code></a>
[ffigen] Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/637">#637</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/native/commits/ffigen-v10.0.0/pkgs">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffigen&package-manager=pub&previous-version=9.0.1&new-version=10.0.0)](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>
*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*
*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
Deprecating the old template and pointing people to the new ones.
*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*
*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.6.0 to 5.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jasmine/jasmine/releases">jasmine-core's releases</a>.</em></p>
<blockquote>
<h2>5.1.1</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.1.1.md">release notes</a>.</p>
<h2>5.1.0</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.1.0.md">release notes</a>.</p>
<h2>5.0.1</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.0.1.md">release notes</a>.</p>
<h2>5.0.0</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.0.0.md">release notes</a>.</p>
<h2>5.0.0-beta.0</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.0.0-beta.0.md">release notes</a>.</p>
<h2>5.0.0-alpha.1</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.0.0-alpha.1.md">release notes</a>.</p>
<h2>5.0.0-alpha.0</h2>
<p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.0.0-alpha.0.md">release notes</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="bff612a169"><code>bff612a</code></a> Bump version to 5.1.1</li>
<li><a href="4ba42f3746"><code>4ba42f3</code></a> Fixed global variable leak when using ParallelReportDispatcher</li>
<li><a href="58bee05c36"><code>58bee05</code></a> Documented usage of eval in DelayedFunctionScheduler</li>
<li><a href="c1871b0f0c"><code>c1871b0</code></a> Removed unnecessary throw when building stack trace</li>
<li><a href="c16974b091"><code>c16974b</code></a> Improved jsdocs for originalFn argument to createSpy</li>
<li><a href="bfedda9764"><code>bfedda9</code></a> Link to 5.0 upgrade guide in README, not 4.0</li>
<li><a href="a67b7276be"><code>a67b727</code></a> Fixed jsdocs for throwUnless and throwUnlessAsync</li>
<li><a href="47f3105ef0"><code>47f3105</code></a> Bump version to 5.1.0</li>
<li><a href="aeb56539c9"><code>aeb5653</code></a> Built distribution</li>
<li><a href="75d45efa16"><code>75d45ef</code></a> Exclude inherited Error properties from stack trace</li>
<li>Additional commits viewable in <a href="https://github.com/jasmine/jasmine/compare/v4.6.0...v5.1.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jasmine-core&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=5.1.1)](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>
Bumps [games_services](https://github.com/Abedalkareem/games_services)
from 3.0.3 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Abedalkareem/games_services/releases">games_services's
releases</a>.</em></p>
<blockquote>
<h2>4.0.0 🎁</h2>
<ul>
<li>migrate to Google Play Games Services 2.0.0.</li>
<li>use the Darwin folder for iOS and macOS.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a6c6135f38"><code>a6c6135</code></a>
update the read me, update version number</li>
<li><a
href="30b203a0d5"><code>30b203a</code></a>
Merge pull request <a
href="https://redirect.github.com/Abedalkareem/games_services/issues/125">#125</a>
from Abedalkareem/feature/move_ios_macos_to_darwin</li>
<li><a
href="815dd4ab95"><code>815dd4a</code></a>
move the ios and macos code to darwin folder</li>
<li><a
href="ab07bbd3e4"><code>ab07bbd</code></a>
Merge pull request <a
href="https://redirect.github.com/Abedalkareem/games_services/issues/123">#123</a>
from theLee3/clean-up-doc-comments</li>
<li><a
href="a0be2adbde"><code>a0be2ad</code></a>
Update docs for version 4.0.0.</li>
<li><a
href="257b49b3c3"><code>257b49b</code></a>
Merge pull request <a
href="https://redirect.github.com/Abedalkareem/games_services/issues/122">#122</a>
from theLee3/finish-v2-migration</li>
<li><a
href="242cb068ff"><code>242cb06</code></a>
Finish migration to Play Games Services v2.</li>
<li><a
href="7f149412a0"><code>7f14941</code></a>
Merge pull request <a
href="https://redirect.github.com/Abedalkareem/games_services/issues/119">#119</a>
from Abedalkareem/feature/update_to_games_services_v2</li>
<li><a
href="4245e3d4e2"><code>4245e3d</code></a>
set the pendingOperation before auth starts for signInV2</li>
<li><a
href="66286c6c75"><code>66286c6</code></a>
Merge pull request <a
href="https://redirect.github.com/Abedalkareem/games_services/issues/120">#120</a>
from domesticmouse/patch-1</li>
<li>Additional commits viewable in <a
href="https://github.com/Abedalkareem/games_services/compare/3.0.3...4.0.0">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=games_services&package-manager=pub&previous-version=3.0.3&new-version=4.0.0)](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>
This PR is to fix the warning which is mentioned in #2079
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
I was using the embedding sample for an unrelated reason, and found that
when using the "rotation" feature, scrollbars would show up all over the
place (something changed with regards to `perspective`, maybe?).
This PR addresses the issue.
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.11.0 to 2.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="2783a3f08e"><code>2783a3f</code></a> ensure setup.sh executable; fixes <a href="https://redirect.github.com/subosito/flutter-action/issues/245">#245</a></li>
<li><a href="c33c37022b"><code>c33c370</code></a> Extract to a temporary location to enable moving of flutter folder. (<a href="https://redirect.github.com/subosito/flutter-action/issues/227">#227</a>)</li>
<li>See full diff in <a href="cc97e1648f...2783a3f08e">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subosito/flutter-action&package-manager=github_actions&previous-version=2.11.0&new-version=2.12.0)](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>
This is a new PR to update the navigation_and_routing sample to the
latest version of go_router. It is a based on
https://github.com/flutter/samples/pull/1437
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/lints/releases">lints's
releases</a>.</em></p>
<blockquote>
<h2>package:lints v3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
<h2>package:lints v3.0.0-beta.2</h2>
<ul>
<li>Add <code>dangling_library_doc_comments</code> to core.</li>
<li>Remove <code>no_wildcard_variable_uses</code> from core.</li>
<li>Remove <code>prefer_void_to_null</code> from recommended.</li>
</ul>
<h2>package:lints v3.0.0-beta</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>no_wildcard_variable_uses</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/lints/blob/main/CHANGELOG.md">lints's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<ul>
<li><code>core</code>:
<ul>
<li>added <code>collection_methods_unrelated_type</code></li>
<li>added <code>dangling_library_doc_comments</code></li>
<li>added <code>implicit_call_tearoffs</code></li>
<li>added <code>secure_pubspec_urls</code></li>
<li>added <code>type_literal_in_constant_pattern</code></li>
<li>added <code>use_string_in_part_of_directives</code></li>
<li>removed <code>iterable_contains_unrelated_type</code></li>
<li>removed <code>list_remove_unrelated_type</code></li>
<li>removed <code>no_wildcard_variable_uses</code></li>
</ul>
</li>
<li><code>recommended</code>:
<ul>
<li>added <code>unnecessary_to_list_in_spreads</code></li>
<li>added <code>use_super_parameters</code></li>
<li>removed <code>prefer_equal_for_default_values</code></li>
<li>removed <code>prefer_void_to_null</code></li>
</ul>
</li>
<li>Add info about which lints have quick fixes to the package's
readme.</li>
<li>Move the list of lint rules from the readme to a separate
<a
href="https://github.com/dart-lang/lints/blob/main/rules.md">rules.md</a>
file.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="975c687068"><code>975c687</code></a>
rev to 3.0.0; prep to publish (<a
href="https://redirect.github.com/dart-lang/lints/issues/160">#160</a>)</li>
<li><a
href="90d350eb89"><code>90d350e</code></a>
Bump actions/checkout from 3.6.0 to 4.1.0 (<a
href="https://redirect.github.com/dart-lang/lints/issues/159">#159</a>)</li>
<li><a
href="140c8025fe"><code>140c802</code></a>
Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (<a
href="https://redirect.github.com/dart-lang/lints/issues/158">#158</a>)</li>
<li><a
href="624a09da9c"><code>624a09d</code></a>
add dangling_library_doc_comments, remove prefer_void_to_null (<a
href="https://redirect.github.com/dart-lang/lints/issues/157">#157</a>)</li>
<li><a
href="296efaf291"><code>296efaf</code></a>
remove no_wildcard_variable_uses; improve testing (<a
href="https://redirect.github.com/dart-lang/lints/issues/156">#156</a>)</li>
<li><a
href="c266a04d9b"><code>c266a04</code></a>
rev to 3.0.0-beta in preparation for publishing (<a
href="https://redirect.github.com/dart-lang/lints/issues/153">#153</a>)</li>
<li><a
href="b044acab9f"><code>b044aca</code></a>
add several rules to core and recommended (<a
href="https://redirect.github.com/dart-lang/lints/issues/150">#150</a>)</li>
<li><a
href="81100a2eba"><code>81100a2</code></a>
fix a dangling table link (<a
href="https://redirect.github.com/dart-lang/lints/issues/146">#146</a>)</li>
<li><a
href="8d5f750002"><code>8d5f750</code></a>
move the list of lint rules from the readme to a separate rules.md file
(<a
href="https://redirect.github.com/dart-lang/lints/issues/145">#145</a>)</li>
<li><a
href="da44af3d26"><code>da44af3</code></a>
Bump actions/checkout from 3.5.3 to 3.6.0 (<a
href="https://redirect.github.com/dart-lang/lints/issues/144">#144</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lints&package-manager=pub&previous-version=2.1.1&new-version=3.0.0)](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>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
â ï¸ **Dependabot is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.0.0)](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 is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.0.0)](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 is rebasing this PR** â ï¸
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 11.1.4 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a24dadf92"><code>1a24dad</code></a> [go_router] adds ability to dynamically update routing table. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5079">#5079</a>)</li>
<li><a href="47a14fd229"><code>47a14fd</code></a> [flutter_lints] rev flutter_lints to 3.0; increase dep on package:lints (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5177">#5177</a>)</li>
<li><a href="d4390624a6"><code>d439062</code></a> [gis_web] Adds FedCM toggle. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5123">#5123</a>)</li>
<li><a href="e8127e76d5"><code>e8127e7</code></a> [quick_actions] Convert android to pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5099">#5099</a>)</li>
<li><a href="b96a6dae0c"><code>b96a6da</code></a> [flutter_image] added example app (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4353">#4353</a>)</li>
<li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v12.0.0/packages">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=11.1.4&new-version=12.0.0)](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>