1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

326 Commits

Author SHA1 Message Date
Michael Thomsen
78e37c3749 Update old date_planner README.md (#2598)
*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 have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).


If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
[changelog]: ../CHANGELOG.md
2025-03-25 09:12:49 -04:00
Kevin Moore
9fef1332f3 Clean up dependencies across packages (#2585)
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2025-02-13 03:14:20 +00:00
Eric Windmill
719fd72c38 Flutter 3.29 beta (#2571) 2025-02-12 18:08:01 -05:00
Hossein Yousefi
ce50aafa6b [exp/pedometer] Upgrade jnigen to 0.13.1 (#2566) 2025-01-23 11:57:20 +01:00
dependabot[bot]
203a0f422d Bump fl_chart from 0.69.2 to 0.70.0 in /experimental/pedometer/example (#2557)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.69.2 to 0.70.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p>
<blockquote>
<h2>0.70.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a> who made it happen, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/71">#71</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Added functionality to control the transformation of axis-based charts using <code>FlTransformationConfig</code> class. You can now enable scaling and panning for <code>LineChart</code>, <code>BarChart</code> and <code>ScatterChart</code> using this class</li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Added some new unit tests in <code>bar_chart_data_extensions_test.dart</code>, <code>gradient_extension_test.dart</code> and fixed a typo in <code>bar_chart_data.dart</code></li>
<li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more <a href="https://redirect.github.com/imaNNeo/fl_chart/pull/1789#discussion_r1858371718">here</a>)</li>
<li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) <code>BarChart</code> is not const anymore due to adding an assert to check if transformations are allowed depending on the <code>BarChartData.alignment</code> property (read more <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.70.0/MIGRATION_00_70_00.md">here</a>)</li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Upgrade to the new Flutter version (<a href="https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c">3.27.0</a>), <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1804">#1804</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/AliAkberAakash"><code>@​AliAkberAakash</code></a>) Minor typo fix in our line chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1795">#1795</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fixed the code coverage API rate-limit issue</li>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Published the example app in Google Play and App Store. Other stores (such as <a href="https://snapcraft.io/store">snap store</a> and <a href="https://apps.microsoft.com/home">Microsoft Store</a>) will come next. You can download the Android version here in <a href="https://play.google.com/store/apps/details?id=dev.flchart.app">Google Play</a> and the iOS version here in <a href="https://apps.apple.com/us/app/fl-chart/id6476523019">App Store</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's changelog</a>.</em></p>
<blockquote>
<h2>0.70.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a> who made it happen, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/71">#71</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Added functionality to control the transformation of axis-based charts using <code>FlTransformationConfig</code> class. You can now enable scaling and panning for <code>LineChart</code>, <code>BarChart</code> and <code>ScatterChart</code> using this class</li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Added some new unit tests in <code>bar_chart_data_extensions_test.dart</code>, <code>gradient_extension_test.dart</code> and fixed a typo in <code>bar_chart_data.dart</code></li>
<li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more <a href="https://redirect.github.com/imaNNeo/fl_chart/pull/1789#discussion_r1858371718">here</a>)</li>
<li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) <code>BarChart</code> is not const anymore due to adding an assert to check if transformations are allowed depending on the <code>BarChartData.alignment</code> property (read more <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.70.0/MIGRATION_00_70_00.md">here</a>)</li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@​Peetee06</code></a>) Upgrade to the new Flutter version (<a href="https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c">3.27.0</a>), <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1804">#1804</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/AliAkberAakash"><code>@​AliAkberAakash</code></a>) Minor typo fix in our line chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1795">#1795</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fixed the code coverage API rate-limit issue</li>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Published the example app in Google Play and App Store. Other stores (such as <a href="https://snapcraft.io/store">snap store</a> and <a href="https://apps.microsoft.com/home">Microsoft Store</a>) will come next. You can download the Android version here in <a href="https://play.google.com/store/apps/details?id=dev.flchart.app">Google Play</a> and the iOS version here in <a href="https://apps.apple.com/us/app/fl-chart/id6476523019">App Store</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7d2cf3c0af"><code>7d2cf3c</code></a> Bump fl_chart version up to 0.70.0</li>
<li><a href="fd52df2854"><code>fd52df2</code></a> Update the changelog</li>
<li><a href="78db3f4ca0"><code>78db3f4</code></a> feat!: Add Chart zoom and pan (<a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1793">#1793</a>)</li>
<li><a href="ce9e84905e"><code>ce9e849</code></a> Update codecov.yml to fix the rate-limit issue</li>
<li><a href="62af27fdbf"><code>62af27f</code></a> chore!: Update constraints for Flutter SDK to 3.27.0</li>
<li><a href="1998d92433"><code>1998d92</code></a> feat: Upgrade to Flutter 3.27.0</li>
<li><a href="269472b081"><code>269472b</code></a> Add stores links</li>
<li><a href="e191345b5e"><code>e191345</code></a> Update README.md</li>
<li><a href="964d64bc80"><code>964d64b</code></a> fix typo in line_chart.md</li>
<li><a href="efb1bb1914"><code>efb1bb1</code></a> fix: Call correct make target to run tests in verification workflow</li>
<li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.69.2...0.70.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.69.2&new-version=0.70.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>
2024-12-20 07:27:06 +00:00
dependabot[bot]
a71c8445dc Bump jnigen from 0.12.2 to 0.13.0 in /experimental/pedometer (#2554)
Bumps [jnigen](https://github.com/dart-lang/native/tree/main/pkgs) from 0.12.2 to 0.13.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.12.2&new-version=0.13.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>
2024-12-16 07:31:28 +00:00
dependabot[bot]
36b4e6e602 Bump ffigen from 15.0.0 to 16.0.0 in /experimental/pedometer (#2489)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 15.0.0 to 16.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/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=15.0.0&new-version=16.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>
2024-11-20 07:16:22 +00:00
dependabot[bot]
6921283923 Bump intl from 0.19.0 to 0.20.0 in /experimental/pedometer/example (#2487)
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.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.20.0</h2>
<ul>
<li>Fix caching of messages in <code>CompositeMessageLookup</code>.</li>
<li>Type <code>numberFormatSymbols</code> as a <code>Map&lt;String, NumberSymbols&gt;</code>.</li>
<li>Type <code>dateTimeSymbolMap</code> as a <code>Map&lt;String, DateSymbols&gt;</code>.</li>
<li>Add example for pub.dev.</li>
<li>Fix issues with AM/PM markers.</li>
<li>Update to CLDR v44.1.</li>
<li>Require Dart <code>^3.3</code></li>
<li>Require <code>package:web</code> <code>^0.5.0</code>.</li>
<li>Support compiling to WASM.</li>
<li>Update to and account for <code>package:lints</code> <code>^4.0.0</code>.</li>
<li>rtl Detection fix in <code>bidi.dart</code> for Kordi Sorani &quot;ckb&quot;.</li>
<li>Update to CLDR v45.</li>
</ul>
<h2>package:intl_translation v0.20.0</h2>
<ul>
<li>Throw if the <code>Intl.select</code> <code>arg</code> is not in the list of <code>args</code>.</li>
<li>Support <code>package:intl</code> <code>0.19.0</code>.</li>
<li>Require Dart 3.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="16647532c4"><code>1664753</code></a> Publish v0.20.1 of intl_translation (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/913">#913</a>)</li>
<li><a href="dddf276e6e"><code>dddf276</code></a> add links to the individual issue trackers (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/911">#911</a>)</li>
<li><a href="9314522d92"><code>9314522</code></a> Publish <code>v0.20.0</code> of <code>package:intl</code> (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/909">#909</a>)</li>
<li><a href="b437a86a59"><code>b437a86</code></a> No public description</li>
<li><a href="3820422b0c"><code>3820422</code></a> Adapt <code>package:messages</code> to be loading mechanism independent (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/843">#843</a>)</li>
<li><a href="d6d514b812"><code>d6d514b</code></a> Update CHANGELOG.</li>
<li><a href="f9f3ade2dc"><code>f9f3ade</code></a> Pass a language version to DartFormatter().</li>
<li><a href="7a66431c0a"><code>7a66431</code></a> No public description</li>
<li><a href="8ec20fc78a"><code>8ec20fc</code></a> Update currency symbol for <code>MKD</code> (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/891">#891</a>)</li>
<li><a href="4e48884a1d"><code>4e48884</code></a> No public description</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.20.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.19.0&new-version=0.20.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>
2024-11-14 07:44:39 +00:00
dependabot[bot]
98faf92b0c Bump ffigen from 14.0.1 to 15.0.0 in /experimental/pedometer (#2477)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 14.0.1 to 15.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/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=14.0.1&new-version=15.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>
2024-10-22 06:55:24 +00:00
Parker Lougheed
3c90705715 Retire linting_tool desktop sample (#2472)
Adds a README as a breadcrumb with the history of the sample as well as links to some relevant resources.

Part of https://github.com/dart-lang/sdk/issues/56835
Contributes to https://github.com/flutter/samples/issues/2409
2024-10-12 00:32:26 +00:00
Parker Lougheed
90f0584108 Clean up SDK constraints and lints (#2471) 2024-10-11 19:05:16 -05:00
dependabot[bot]
35787ba95c Bump jni from 0.11.0 to 0.12.0 in /experimental/pedometer (#2465)
Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from
0.11.0 to 0.12.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jni&package-manager=pub&previous-version=0.11.0&new-version=0.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`.

[//]: # (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 <brett.morgan@gmail.com>
Co-authored-by: Hossein Yousefi <yousefi@google.com>
2024-10-08 14:15:04 +02:00
dependabot[bot]
c4a5e02665 Bump jnigen from 0.11.0 to 0.12.0 in /experimental/pedometer (#2466)
Bumps [jnigen](https://github.com/dart-lang/native/tree/main/pkgs) from
0.11.0 to 0.12.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.11.0&new-version=0.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`.

[//]: # (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 <brett.morgan@gmail.com>
2024-10-03 14:43:01 +10:00
dependabot[bot]
51a386e1c8 Bump flutter_lints from 4.0.0 to 5.0.0 in /experimental/pedometer (#2452)
Bumps
[flutter_lints](https://github.com/flutter/packages/tree/main/packages)
from 4.0.0 to 5.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38b780f53"><code>f38b780</code></a>
[package:flutter_lints] update the dep on <code>package:lints</code> to
5.0.0 and the sd...</li>
<li><a
href="7da2374fd8"><code>7da2374</code></a>
Update test to not depend on <code>Color.toString()</code> (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7701">#7701</a>)</li>
<li><a
href="54dd8883c5"><code>54dd888</code></a>
[flutter_lints] remove prefer_const_constructors,
prefer_const_declarations, ...</li>
<li><a
href="47795ab86a"><code>47795ab</code></a>
[go_router] Fixed TabView swiping in custom stateful shell route example
(<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7">#7</a>...</li>
<li><a
href="4926c0f8bd"><code>4926c0f</code></a>
[quick_actions] Add guidance for correcting task management/back press
behavi...</li>
<li><a
href="21d99dcc16"><code>21d99dc</code></a>
[various] Adds macOS privacy manifests (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7687">#7687</a>)</li>
<li><a
href="24594a0816"><code>24594a0</code></a>
[google_maps_flutter_android] Convert
<code>PlatformPolyline.pattern</code> to Pigeon (#...</li>
<li><a
href="f54fe93075"><code>f54fe93</code></a>
[pigeon] Validates support for nested collections with generic types.
(<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7614">#7614</a>)</li>
<li><a
href="e9253e6016"><code>e9253e6</code></a>
[interactive_media_ads] Adds internal wrapper for Android native
`AdsRenderin...</li>
<li><a
href="fef7ffb4fe"><code>fef7ffb</code></a>
[interactive_media_ads]: Bump
com.google.ads.interactivemedia.v3:interactivem...</li>
<li>Additional commits viewable in <a
href="https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=4.0.0&new-version=5.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 <brett.morgan@gmail.com>
2024-09-29 15:04:29 +10:00
dependabot[bot]
098acb56e3 Bump flutter_lints from 4.0.0 to 5.0.0 in /experimental/pedometer/example (#2451)
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="f38b780f53"><code>f38b780</code></a> [package:flutter_lints] update the dep on <code>package:lints</code> to 5.0.0 and the sd...</li>
<li><a href="7da2374fd8"><code>7da2374</code></a> Update test to not depend on <code>Color.toString()</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7701">#7701</a>)</li>
<li><a href="54dd8883c5"><code>54dd888</code></a> [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...</li>
<li><a href="47795ab86a"><code>47795ab</code></a> [go_router] Fixed TabView swiping in custom stateful shell route example  (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7">#7</a>...</li>
<li><a href="4926c0f8bd"><code>4926c0f</code></a> [quick_actions] Add guidance for correcting task management/back press behavi...</li>
<li><a href="21d99dcc16"><code>21d99dc</code></a> [various] Adds macOS privacy manifests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7687">#7687</a>)</li>
<li><a href="24594a0816"><code>24594a0</code></a> [google_maps_flutter_android] Convert <code>PlatformPolyline.pattern</code> to Pigeon (#...</li>
<li><a href="f54fe93075"><code>f54fe93</code></a> [pigeon] Validates support for nested collections with generic types. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7614">#7614</a>)</li>
<li><a href="e9253e6016"><code>e9253e6</code></a> [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...</li>
<li><a href="fef7ffb4fe"><code>fef7ffb</code></a> [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=4.0.0&new-version=5.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>
2024-09-26 06:33:43 +00:00
dependabot[bot]
76e9632bbb Bump ffigen from 13.0.0 to 14.0.0 in /experimental/pedometer (#2433)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 13.0.0 to 14.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/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=13.0.0&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>
2024-09-09 07:28:32 +00:00
Brett Morgan
b6e58325bf Update pedometer (#2424)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2024-09-03 09:09:30 -04:00
Brett Morgan
8d208d7fd4 CI Fix, part #2 (#2423) 2024-09-01 17:25:33 +10:00
Brett Morgan
20c1002132 Fixup CI (#2412) 2024-08-29 14:51:13 +02:00
dependabot[bot]
4c753b2a4a Bump fl_chart from 0.68.0 to 0.69.0 in /experimental/pedometer/example (#2399)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.68.0 to
0.69.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's
releases</a>.</em></p>
<blockquote>
<h2>0.69.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix a
memory leak issue in the axis-based charts, there was a logic to
calculate and cache the minX, maxX, minY and maxY properties to reduce
the computation cost. But it caused some memory issues, as we don't have
a quick solution for this, we disabled the caching logic for now, later
we can move the calculation logic to the render objects to keep and
update them only when the data is changed, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix
showing grid lines even when there is no line to show in the LineChart,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/sczesla"><code>@​sczesla</code></a>) Allow
users to control minIncluded and maxIncluded using SideTitles, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/elizabethzhenliu"><code>@​elizabethzhenliu</code></a>)
Reverse the touch order in ScatterChart, so now the top spots are
touched first, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/ksw2000"><code>@​ksw2000</code></a>) Remove
redundant math import, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/Neer-Pathak"><code>@​Neer-Pathak</code></a>)
Fix linux example build issue, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/TobiasRump"><code>@​TobiasRump</code></a>)
Update the bar chart documentation, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's
changelog</a>.</em></p>
<blockquote>
<h2>0.69.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix a
memory leak issue in the axis-based charts, there was a logic to
calculate and cache the minX, maxX, minY and maxY properties to reduce
the computation cost. But it caused some memory issues, as we don't have
a quick solution for this, we disabled the caching logic for now, later
we can move the calculation logic to the render objects to keep and
update them only when the data is changed, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix
showing grid lines even when there is no line to show in the LineChart,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/sczesla"><code>@​sczesla</code></a>) Allow
users to control minIncluded and maxIncluded using SideTitles, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/elizabethzhenliu"><code>@​elizabethzhenliu</code></a>)
Reverse the touch order in ScatterChart, so now the top spots are
touched first, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/ksw2000"><code>@​ksw2000</code></a>) Remove
redundant math import, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/Neer-Pathak"><code>@​Neer-Pathak</code></a>)
Fix linux example build issue, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/TobiasRump"><code>@​TobiasRump</code></a>)
Update the bar chart documentation, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a6c274ced0"><code>a6c274c</code></a>
Bump version to 0.69.0</li>
<li><a
href="b0a50a4c13"><code>b0a50a4</code></a>
Update CHANGELOG.md</li>
<li><a
href="f5af4e5152"><code>f5af4e5</code></a>
Update bar_chart.md to fix <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1608">#1608</a></li>
<li><a
href="a6b2d24e60"><code>a6b2d24</code></a>
fix: Linux Example App Build</li>
<li><a
href="99ae675184"><code>99ae675</code></a>
Update CHANGELOG.md</li>
<li><a
href="37371d8bdc"><code>37371d8</code></a>
fixed touch detection to select topmost spot. Spots are rendered in
order so ...</li>
<li><a
href="5a9606bd68"><code>5a9606b</code></a>
Remove redundant import of 'dart:math'</li>
<li><a
href="9fc2628e36"><code>9fc2628</code></a>
Code formatting</li>
<li><a
href="39985b0f15"><code>39985b0</code></a>
Adding change <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a>
change to CHANGELOG</li>
<li><a
href="ed1bdcb1b0"><code>ed1bdcb</code></a>
Adding unit test to check forwarding of minIncluded/maxIncluded via
sideTitles</li>
<li>Additional commits viewable in <a
href="https://github.com/imaNNeo/fl_chart/compare/0.68.0...0.69.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.68.0&new-version=0.69.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>
2024-08-29 12:09:20 +10:00
Michael Thomsen
4b5a101aa2 Initial date planner app (#2390)
Initial **experimental** date planner iOS sample.

## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2024-08-21 15:23:30 +02:00
dependabot[bot]
fcd6416a49 Bump ffigen from 12.0.0 to 13.0.0 in /experimental/pedometer (#2362)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from
12.0.0 to 13.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/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=12.0.0&new-version=13.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>
2024-07-18 10:10:59 -04:00
dependabot[bot]
9a84bee187 Bump jnigen from 0.9.3 to 0.10.0 in /experimental/pedometer (#2351)
Bumps [jnigen](https://github.com/dart-lang/native/tree/main/pkgs) from
0.9.3 to 0.10.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.9.3&new-version=0.10.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>
2024-07-14 15:48:51 +10:00
dependabot[bot]
7c4b4b7b53 Bump jni from 0.9.3 to 0.10.1 in /experimental/pedometer (#2352)
Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from
0.9.3 to 0.10.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jni&package-manager=pub&previous-version=0.9.3&new-version=0.10.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`.

[//]: # (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 <brett.morgan@gmail.com>
2024-07-14 15:26:13 +10:00
Brett Morgan
f117a0bad9 Bump flutter_markdown version to latest (#2339)
fixes: https://github.com/flutter/samples/issues/2332

## 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
2024-06-30 16:19:33 +10:00
dependabot[bot]
4fa43138eb Bump firebase_core, cloud_firestore and firebase_auth in /experimental/web_dashboard (#2325)
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core),
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore)
and
[firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth).
These dependencies needed to be updated together.
Updates `firebase_core` from 2.32.0 to 3.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_core</code> - <code>v3.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_platform_interface</code> -
<code>v5.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.17.2</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>firebase_database_web</code> - <code>v0.2.5+9</code></h4>
<ul>
<li><strong>FIX</strong>(database,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12915">#12915</a>).
(<a
href="e298cb4e57">e298cb4e</a>)</li>
</ul>
<h4><code>firebase_storage_web</code> - <code>v3.9.9</code></h4>
<ul>
<li><strong>FIX</strong>(storage,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12927">#12927</a>).
(<a
href="0ea7099c13">0ea7099c</a>)</li>
</ul>
<h4><code>firebase_vertexai</code> - <code>v0.2.2</code></h4>
<ul>
<li><strong>FEAT</strong>(vertexai): add name constructor for function
calling schema (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12898">#12898</a>).
(<a
href="466884b647">466884b6</a>)</li>
</ul>
<h2>2024-06-06</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_vertexai---v021"><code>firebase_vertexai</code>
- <code>v0.2.1</code></a></li>
</ul>
<hr />
<h4><code>firebase_vertexai</code> - <code>v0.2.1</code></h4>
<ul>
<li><strong>FIX</strong>(vertexai): fix the countTokens brokage (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12899">#12899</a>).
(<a
href="e946eb9b42">e946eb9b</a>)</li>
</ul>
<h2>2024-06-04 - <a
href="https://github.com/firebase/flutterfire/blob/master/VERSIONS.md#flutter-bom-200-2024-06-04">BoM
2.0.0</a></h2>
<h3>Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7d4a7a043"><code>f7d4a7a</code></a>
chore(release): publish packages</li>
<li><a
href="c1a67e5489"><code>c1a67e5</code></a>
fix(firestore, web): ensure streams are removed on &quot;hot
restart&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12913">#12913</a>)</li>
<li><a
href="a224a023c8"><code>a224a02</code></a>
chore(all): migrate example web directories to new structure (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12911">#12911</a>)</li>
<li><a
href="1333f4af91"><code>1333f4a</code></a>
chore: topics for all FlutterFire plugins in <code>pubspec.yaml</code>
files (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12841">#12841</a>)</li>
<li><a
href="859ec1dd44"><code>859ec1d</code></a>
feat: add support for demo project (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/11973">#11973</a>)</li>
<li><a
href="1b33533fde"><code>1b33533</code></a>
chore(release): publish packages + BoM 2.0.0 (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12895">#12895</a>)</li>
<li><a
href="f67914c463"><code>f67914c</code></a>
feat: bump Firebase android SDK to <code>33.1.0</code> (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12874">#12874</a>)</li>
<li><a
href="52accfc6c3"><code>52accfc</code></a>
refactor!: android plugins require <code>minSdk 21</code>, auth requires
<code>minSdk 23</code> ahe...</li>
<li><a
href="de0cea2c3c"><code>de0cea2</code></a>
refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase
iOS SD...</li>
<li><a
href="fcb3c2123c"><code>fcb3c21</code></a>
feat: bump Firebase iOS SDK to <code>10.27.0</code> (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12871">#12871</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v3.1.0/packages/firebase_core">compare
view</a></li>
</ul>
</details>
<br />

Updates `cloud_firestore` from 4.17.5 to 5.0.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">cloud_firestore's
changelog</a>.</em></p>
<blockquote>
<h4><code>cloud_firestore</code> - <code>v5.0.1</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,macos): add Nonull decorator to
PigeonParser to remove warnings when building (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12930">#12930</a>).
(<a
href="264b764346">264b7643</a>)</li>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>cloud_firestore_web</code> - <code>v4.0.1</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>firebase_app_check</code> - <code>v0.3.0+1</code></h4>
<ul>
<li><strong>FIX</strong>(app-check,web): fixed broken
<code>onTokenChanged</code> and ensured it is properly cleaned up.
Streams are also cleaned up on &quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12933">#12933</a>).
(<a
href="093b5fef8c">093b5fef</a>)</li>
<li><strong>FIX</strong>(firebase_app_check,ios): Replace angles with
quotes in import statement (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12929">#12929</a>).
(<a
href="f2fc902b9e">f2fc902b</a>)</li>
<li><strong>FIX</strong>(app-check,ios): update app check to stable
release (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12924">#12924</a>).
(<a
href="ced1168482">ced11684</a>)</li>
</ul>
<h4><code>firebase_app_check_web</code> - <code>v0.1.2+9</code></h4>
<ul>
<li><strong>FIX</strong>(app-check,web): fixed broken
<code>onTokenChanged</code> and ensured it is properly cleaned up.
Streams are also cleaned up on &quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12933">#12933</a>).
(<a
href="093b5fef8c">093b5fef</a>)</li>
</ul>
<h4><code>firebase_auth</code> - <code>v5.1.0</code></h4>
<ul>
<li><strong>FIX</strong>(auth,ios): fix the parsing of an error that
could specifically happen when using MicrosoftProvider (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12920">#12920</a>).
(<a
href="3b415e641e">3b415e64</a>)</li>
<li><strong>FEAT</strong>(auth,apple): create a credential with
<code>idToken</code>, <code>rawNonce</code> &amp;
<code>appleFullPersonName</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12356">#12356</a>).
(<a
href="177930802c">17793080</a>)</li>
</ul>
<h4><code>firebase_auth_platform_interface</code> -
<code>v7.4.0</code></h4>
<ul>
<li><strong>FEAT</strong>(auth,apple): create a credential with
<code>idToken</code>, <code>rawNonce</code> &amp;
<code>appleFullPersonName</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12356">#12356</a>).
(<a
href="177930802c">17793080</a>)</li>
</ul>
<h4><code>firebase_auth_web</code> - <code>v5.12.2</code></h4>
<ul>
<li><strong>FIX</strong>(auth,web): unsubscribe from stream handlers
after &quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12908">#12908</a>).
(<a
href="a76c8866c7">a76c8866</a>)</li>
<li><strong>FIX</strong>(auth,web): stream handlers are properly cleaned
up and recreated (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12903">#12903</a>).
(<a
href="daaef12c7c">daaef12c</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v3.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_platform_interface</code> -
<code>v5.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.17.2</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>firebase_database_web</code> - <code>v0.2.5+9</code></h4>
<ul>
<li><strong>FIX</strong>(database,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12915">#12915</a>).
(<a
href="e298cb4e57">e298cb4e</a>)</li>
</ul>
<h4><code>firebase_storage_web</code> - <code>v3.9.9</code></h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7d4a7a043"><code>f7d4a7a</code></a>
chore(release): publish packages</li>
<li><a
href="264b764346"><code>264b764</code></a>
fix(firestore, macos): add Nonull decorator to PigeonParser to remove
warning...</li>
<li><a
href="c1a67e5489"><code>c1a67e5</code></a>
fix(firestore, web): ensure streams are removed on &quot;hot
restart&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12913">#12913</a>)</li>
<li><a
href="a224a023c8"><code>a224a02</code></a>
chore(all): migrate example web directories to new structure (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12911">#12911</a>)</li>
<li><a
href="1333f4af91"><code>1333f4a</code></a>
chore: topics for all FlutterFire plugins in <code>pubspec.yaml</code>
files (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12841">#12841</a>)</li>
<li><a
href="1b33533fde"><code>1b33533</code></a>
chore(release): publish packages + BoM 2.0.0 (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12895">#12895</a>)</li>
<li><a
href="e6069b3bdf"><code>e6069b3</code></a>
chore(cloud_firestore): upgrade gradle (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12875">#12875</a>)</li>
<li><a
href="52accfc6c3"><code>52accfc</code></a>
refactor!: android plugins require <code>minSdk 21</code>, auth requires
<code>minSdk 23</code> ahe...</li>
<li><a
href="de0cea2c3c"><code>de0cea2</code></a>
refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase
iOS SD...</li>
<li><a
href="0a89020864"><code>0a89020</code></a>
chore: move the Flutter Favorite image in the correct image folder (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12870">#12870</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/cloud_firestore-v5.0.1/packages/cloud_firestore">compare
view</a></li>
</ul>
</details>
<br />

Updates `firebase_auth` from 4.20.0 to 5.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">firebase_auth's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_auth</code> - <code>v5.1.0</code></h4>
<ul>
<li><strong>FIX</strong>(auth,ios): fix the parsing of an error that
could specifically happen when using MicrosoftProvider (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12920">#12920</a>).
(<a
href="3b415e641e">3b415e64</a>)</li>
<li><strong>FEAT</strong>(auth,apple): create a credential with
<code>idToken</code>, <code>rawNonce</code> &amp;
<code>appleFullPersonName</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12356">#12356</a>).
(<a
href="177930802c">17793080</a>)</li>
</ul>
<h4><code>firebase_auth_platform_interface</code> -
<code>v7.4.0</code></h4>
<ul>
<li><strong>FEAT</strong>(auth,apple): create a credential with
<code>idToken</code>, <code>rawNonce</code> &amp;
<code>appleFullPersonName</code> (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12356">#12356</a>).
(<a
href="177930802c">17793080</a>)</li>
</ul>
<h4><code>firebase_auth_web</code> - <code>v5.12.2</code></h4>
<ul>
<li><strong>FIX</strong>(auth,web): unsubscribe from stream handlers
after &quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12908">#12908</a>).
(<a
href="a76c8866c7">a76c8866</a>)</li>
<li><strong>FIX</strong>(auth,web): stream handlers are properly cleaned
up and recreated (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12903">#12903</a>).
(<a
href="daaef12c7c">daaef12c</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v3.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_platform_interface</code> -
<code>v5.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.17.2</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>firebase_database_web</code> - <code>v0.2.5+9</code></h4>
<ul>
<li><strong>FIX</strong>(database,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12915">#12915</a>).
(<a
href="e298cb4e57">e298cb4e</a>)</li>
</ul>
<h4><code>firebase_storage_web</code> - <code>v3.9.9</code></h4>
<ul>
<li><strong>FIX</strong>(storage,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12927">#12927</a>).
(<a
href="0ea7099c13">0ea7099c</a>)</li>
</ul>
<h4><code>firebase_vertexai</code> - <code>v0.2.2</code></h4>
<ul>
<li><strong>FEAT</strong>(vertexai): add name constructor for function
calling schema (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12898">#12898</a>).
(<a
href="466884b647">466884b6</a>)</li>
</ul>
<h2>2024-06-06</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7d4a7a043"><code>f7d4a7a</code></a>
chore(release): publish packages</li>
<li><a
href="177930802c"><code>1779308</code></a>
feat(auth, apple): create a credential with <code>idToken</code>,
<code>rawNonce</code> &amp; `appleFul...</li>
<li><a
href="3b415e641e"><code>3b415e6</code></a>
fix(auth, ios): fix the parsing of an error that could specifically
happen wh...</li>
<li><a
href="c1a67e5489"><code>c1a67e5</code></a>
fix(firestore, web): ensure streams are removed on &quot;hot
restart&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12913">#12913</a>)</li>
<li><a
href="a224a023c8"><code>a224a02</code></a>
chore(all): migrate example web directories to new structure (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12911">#12911</a>)</li>
<li><a
href="a76c8866c7"><code>a76c886</code></a>
fix(auth, web): unsubscribe from stream handlers after &quot;hot
restart&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12908">#12908</a>)</li>
<li><a
href="daaef12c7c"><code>daaef12</code></a>
fix(auth, web): stream handlers are properly cleaned up and recreated
(<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12903">#12903</a>)</li>
<li><a
href="1333f4af91"><code>1333f4a</code></a>
chore: topics for all FlutterFire plugins in <code>pubspec.yaml</code>
files (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12841">#12841</a>)</li>
<li><a
href="e522fb1d0f"><code>e522fb1</code></a>
chore(auth): upgrade gradle (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12882">#12882</a>)</li>
<li><a
href="1b33533fde"><code>1b33533</code></a>
chore(release): publish packages + BoM 2.0.0 (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/issues/12895">#12895</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_auth-v5.1.0/packages/firebase_auth">compare
view</a></li>
</ul>
</details>
<br />


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>
2024-06-17 18:42:34 +10:00
Kevin Moore
a858f4701e Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292)
Also removed the web measurement experiment from the material 3 demo
2024-05-14 22:33:41 -07:00
Eric Windmill
3172aff8f8 Updates for 3.22 (#2266)
Updates for 3.22

---------

Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Qun Cheng <chengqunq@gmail.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2024-05-14 10:37:24 -04:00
dependabot[bot]
6ab9f8eab4 Bump flutter_lints from 3.0.2 to 4.0.0 in /experimental/pedometer/example (#2274) 2024-05-10 17:08:57 -05:00
dependabot[bot]
140f318dc7 Bump flutter_lints from 3.0.2 to 4.0.0 in /experimental/pedometer (#2286) 2024-05-10 19:16:35 +10:00
dependabot[bot]
7558cebe10 Bump ffigen from 11.0.0 to 12.0.0 in /experimental/pedometer (#2273)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 11.0.0 to 12.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/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=11.0.0&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>
2024-05-09 07:20:23 +00:00
dependabot[bot]
599877742c Bump fl_chart from 0.67.0 to 0.68.0 in /experimental/pedometer/example (#2272)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.67.0 to 0.68.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p>
<blockquote>
<h2>0.68.0</h2>
<ul>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Update LineChartSample6 to implement a way to show a tooltip on a single spot, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1620">#1620</a></li>
<li><strong>Feature</strong> (by <a href="https://github.com/herna"><code>@​herna</code></a>) Add <code>titleSunbeamLayout</code> inside the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/bar_chart.md#barchartdata">BarChartData</a> to allow the user to customize the layout of the title sunbeam</li>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Add LineChart and BarChart explanation videos on top of the respective documentation pages (<a href="https://youtu.be/F3wTxTdAFaU?si=8lwlypKjt-0aJJK0">LineChart video</a>, <a href="https://youtu.be/vYe0RY1nCAA?si=30q_7eNn9MDLcph4">BarChart video</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's changelog</a>.</em></p>
<blockquote>
<h2>0.68.0</h2>
<ul>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Update LineChartSample6 to implement a way to show a tooltip on a single spot, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1620">#1620</a></li>
<li><strong>Feature</strong> (by <a href="https://github.com/herna"><code>@​herna</code></a>) Add <code>titleSunbeamLayout</code> inside the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/bar_chart.md#barchartdata">BarChartData</a> to allow the user to customize the layout of the title sunbeam</li>
<li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Add LineChart and BarChart explanation videos on top of the respective documentation pages (<a href="https://youtu.be/F3wTxTdAFaU?si=8lwlypKjt-0aJJK0">LineChart video</a>, <a href="https://youtu.be/vYe0RY1nCAA?si=30q_7eNn9MDLcph4">BarChart video</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2ecde9a40d"><code>2ecde9a</code></a> Bump version to 0.68.0</li>
<li><a href="19cf5c8f19"><code>19cf5c8</code></a> Update CHANGELOG.md</li>
<li><a href="5a0bebc04b"><code>5a0bebc</code></a> Documentation for new property PieCharData.titleSunbeamLayout</li>
<li><a href="734d737c6b"><code>734d737</code></a> Duplicated test removed</li>
<li><a href="8ef1f5b33f"><code>8ef1f5b</code></a> Upper limit fix to show titles with &quot;titleSunbeamLayout&quot;. Unit tests.</li>
<li><a href="98e6fe6059"><code>98e6fe6</code></a> New property PieChartData.titleSunbeamLayout to rotate the titles of each sec...</li>
<li><a href="df2788e72a"><code>df2788e</code></a> Update LineChartSample6 to implement a way to show a tooltip on a single spot...</li>
<li><a href="3ea5ac86bb"><code>3ea5ac8</code></a> Update bar_chart.md to add the video</li>
<li><a href="8c5848d9fb"><code>8c5848d</code></a> Improve the showingTooltipIndicators documentation to mention that you have t...</li>
<li><a href="ef72300af9"><code>ef72300</code></a> Fix equality check for FlSpot.null() values, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1607">#1607</a></li>
<li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.67.0...0.68.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.67.0&new-version=0.68.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>
2024-05-09 07:04:22 +00:00
dependabot[bot]
5d31ef8c2b Bump jni from 0.8.0 to 0.9.0 in /experimental/pedometer (#2268)
Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from
0.8.0 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jni&package-manager=pub&previous-version=0.8.0&new-version=0.9.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: Parker Lougheed <parlough@gmail.com>
2024-05-03 21:12:17 +09:00
dependabot[bot]
d97d813a94 Bump jnigen from 0.8.0 to 0.9.0 in /experimental/pedometer (#2269)
Bumps [jnigen](https://github.com/dart-lang/native/tree/main/pkgs) from 0.8.0 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.8.0&new-version=0.9.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>
2024-05-03 06:39:14 +00:00
dependabot[bot]
7c2de0769a Bump flutter_markdown from 0.6.23 to 0.7.0 in /experimental/linting_tool (#2245)
Bumps [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) from 0.6.23 to 0.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5d1543700d"><code>5d15437</code></a> [flutter_markdown] Ensure customize nested bullet list style. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6384">#6384</a>)</li>
<li><a href="bb82cb79b9"><code>bb82cb7</code></a> [ci] Add more dev dependency checks, and fix errors (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6563">#6563</a>)</li>
<li><a href="4b8580edd8"><code>4b8580e</code></a> [two_dimensional_scrollables] Refactor Spans for common use (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6550">#6550</a>)</li>
<li><a href="3f4c0f5a1c"><code>3f4c0f5</code></a> [in_app_purchase] Add api to expose country code (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6540">#6540</a>)</li>
<li><a href="ba1e24b4d6"><code>ba1e24b</code></a> [camera] Initial iOS Pigeon conversion (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6553">#6553</a>)</li>
<li><a href="87ae14f508"><code>87ae14f</code></a> [in_app_purchase] Add countryCode implementation to android and storekit (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6556">#6556</a>)</li>
<li><a href="663b4754e2"><code>663b475</code></a> [google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.1 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6404">#6404</a>)</li>
<li><a href="0dd8de289e"><code>0dd8de2</code></a> [in_app_purchase_platform_interface] Adds countryCode API (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6548">#6548</a>)</li>
<li><a href="76c4a3d5fa"><code>76c4a3d</code></a> [google_maps_flutter] Update app-facing package iOS requirements (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6552">#6552</a>)</li>
<li><a href="43f1979b5e"><code>43f1979</code></a> [image_picker] Add limit parameter to pickMultiImage and pickMultipleMedia to...</li>
<li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_markdown-v0.7.0/packages">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_markdown&package-manager=pub&previous-version=0.6.23&new-version=0.7.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>
2024-04-19 06:44:06 +00:00
Parker Lougheed
f4083c19b2 Update pedometer sample for jni 0.8.0 (#2237)
Also clean up some nearby Dart code :)
2024-04-09 12:55:27 -05:00
dependabot[bot]
aab2b441a1 Bump fl_chart from 0.66.2 to 0.67.0 in /experimental/pedometer/example (#2226)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.66.2 to
0.67.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's
releases</a>.</em></p>
<blockquote>
<h2>0.67.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/julien4215"><code>@​julien4215</code></a>) Add
direction property to the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>)
Added new method called getTooltipColor for axis charts
(bar,line,scatter) to change background color of tooltip dynamically.<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">issue</a>.</li>
<li><strong>BREAKING</strong> (by <a
href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>)
Removed tooltipBgColor property from Bar, Line and Scatter Charts (you
can now use <code>getTooltipColor</code> which provides more
customizability), checkout the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full
migration guide here</a>.</li>
</ul>
<pre lang="dart"><code>/// Migration guide:
/// This is the old way:
BarChartData(
  barTouchData: BarTouchData(
    touchTooltipData: BarTouchTooltipData(
      tooltipBgColor: Colors.blueGrey,
    )
  )
)
<p>/// This is the new way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
getTooltipColor: (BarChartGroupData group) =&gt; Colors.blueGrey,
)
)
)
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's
changelog</a>.</em></p>
<blockquote>
<h2>0.67.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/julien4215"><code>@​julien4215</code></a>) Add
direction property to the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>)
Added new method called getTooltipColor for axis charts
(bar,line,scatter) to change background color of tooltip dynamically, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">#1279</a>.</li>
<li><strong>BREAKING</strong> (by <a
href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>)
Removed tooltipBgColor property from Bar, Line and Scatter Charts (you
can now use <code>getTooltipColor</code> which provides more
customizability), checkout the <a
href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full
migration guide here</a>.</li>
</ul>
<pre lang="dart"><code>/// Migration guide:
/// This is the old way:
BarChartData(
  barTouchData: BarTouchData(
    touchTooltipData: BarTouchTooltipData(
      tooltipBgColor: Colors.blueGrey,
    )
  )
)
<p>/// This is the new way:
BarChartData(
barTouchData: BarTouchData(
touchTooltipData: BarTouchTooltipData(
getTooltipColor: (BarChartGroupData group) =&gt; Colors.blueGrey,
)
)
)
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bdc5001a15"><code>bdc5001</code></a>
Bump version to 0.67.0</li>
<li><a
href="2d0ce646ea"><code>2d0ce64</code></a>
Update CHANGELOG.md</li>
<li><a
href="e170af81cb"><code>e170af8</code></a>
Fix scatter_chart_sample2 color contrast</li>
<li><a
href="bfdd91b8b2"><code>bfdd91b</code></a>
Add migration guide</li>
<li><a
href="bba73947ad"><code>bba7394</code></a>
Typo in changelog</li>
<li><a
href="0d486c8d0e"><code>0d486c8</code></a>
Adrresses review comments</li>
<li><a
href="cdfdb66b14"><code>cdfdb66</code></a>
Dynamically changing tooltipBgColor</li>
<li><a
href="34a6af0fef"><code>34a6af0</code></a>
Update CHANGELOG.md</li>
<li><a
href="a540582cca"><code>a540582</code></a>
add direction in lerp method</li>
<li><a
href="bf36544454"><code>bf36544</code></a>
fix : label always inside chart</li>
<li>Additional commits viewable in <a
href="https://github.com/imaNNeo/fl_chart/compare/0.66.2...0.67.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.66.2&new-version=0.67.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>
2024-03-29 09:55:18 -05:00
Soroush Beigi
1f31580907 Updating samples Dart sdk to the last stable version (#2209) 2024-03-24 21:29:55 +11:00
Sasank Tumpati
0e1355841d Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214) (#2217) 2024-03-20 20:16:39 +11:00
dependabot[bot]
66f8fc6011 Bump cloud_firestore from 4.14.0 to 4.15.6 in /experimental/web_dashboard (#2179)
Bumps
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore)
from 4.14.0 to 4.15.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">cloud_firestore's
changelog</a>.</em></p>
<blockquote>
<h4><code>cloud_firestore</code> - <code>v4.15.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,windows): fix compilation issue on
Windows (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12375">#12375</a>).
(<a
href="f24d0a76ff">f24d0a76</a>)</li>
</ul>
<h4><code>cloud_firestore_web</code> - <code>v3.10.6</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): fix an issue where hot restart
would throw an error in console (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12382">#12382</a>).
(<a
href="a5dc05daab">a5dc05da</a>)</li>
</ul>
<h4><code>cloud_functions_web</code> - <code>v4.7.0</code></h4>
<ul>
<li><strong>FEAT</strong>(functions,web): migrate web to js_interop to
be compatible with WASM (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12205">#12205</a>).
(<a
href="51f6563e1c">51f6563e</a>)</li>
</ul>
<h4><code>firebase_auth_web</code> - <code>v5.9.6</code></h4>
<ul>
<li><strong>REFACTOR</strong>(auth,web): update error handling to ensure
stack traces are preserved. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12392">#12392</a>).
(<a
href="280dcb3d77">280dcb3d</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to &quot;3.2.0&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369">#12369</a>).
(<a
href="fa412b4482">fa412b44</a>)</li>
</ul>
<h4><code>firebase_core</code> - <code>v2.25.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383">#12383</a>).
(<a
href="6c1f73d0c8">6c1f73d0</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.11.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383">#12383</a>).
(<a
href="6c1f73d0c8">6c1f73d0</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to &quot;3.2.0&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369">#12369</a>).
(<a
href="fa412b4482">fa412b44</a>)</li>
</ul>
<h4><code>firebase_messaging</code> - <code>v14.7.17</code></h4>
<ul>
<li><strong>FIX</strong>(messaging,android): revert changes made to
potential fix as it was causing ANR reports for users (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12396">#12396</a>).
(<a
href="07ef487971">07ef4879</a>)</li>
</ul>
<h4><code>firebase_storage</code> - <code>v11.6.7</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322">#12322</a>).
(<a
href="c3ca5d101b">c3ca5d10</a>)</li>
</ul>
<h4><code>firebase_storage_platform_interface</code> -
<code>v5.1.10</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322">#12322</a>).
(<a
href="c3ca5d101b">c3ca5d10</a>)</li>
</ul>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12406">#12406</a>)</li>
<li><a
href="557f2cd321"><code>557f2cd</code></a>
ci(firestore, web): skip live 2nd database tests on CI runs (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12401">#12401</a>)</li>
<li><a
href="f24d0a76ff"><code>f24d0a7</code></a>
fix(firestore, windows): fix compilation issue on Windows (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12375">#12375</a>)</li>
<li><a
href="a5dc05daab"><code>a5dc05d</code></a>
fix(firestore, web): fix an issue where hot restart would throw an error
in c...</li>
<li><a
href="40433ee2bb"><code>40433ee</code></a>
ci: fix firestore e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12374">#12374</a>)</li>
<li><a
href="bd2a678488"><code>bd2a678</code></a>
ci: updates to improve e2e tests (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12343">#12343</a>)</li>
<li><a
href="376310f343"><code>376310f</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12351">#12351</a>)</li>
<li><a
href="fdde75b02f"><code>fdde75b</code></a>
fix(firestore, web): Propagate <code>FirebaseException</code> properly,
fix `mergeFields...</li>
<li><a
href="051a6b5bac"><code>051a6b5</code></a>
test(firestore): fix broken stream e2e tests that require tear down (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12330">#12330</a>)</li>
<li><a
href="2b83defa84"><code>2b83def</code></a>
fix(firestore): expose <code>AggregateField</code> type to users (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/issues/12305">#12305</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.15.6/packages/cloud_firestore">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud_firestore&package-manager=pub&previous-version=4.14.0&new-version=4.15.6)](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>
2024-03-01 14:05:05 +11:00
dependabot[bot]
796978d526 Bump firebase_core from 2.24.2 to 2.25.5 in /experimental/web_dashboard (#2178)
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core)
from 2.24.2 to 2.25.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_core</code> - <code>v2.25.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383">#12383</a>).
(<a
href="6c1f73d0c8">6c1f73d0</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.11.5</code></h4>
<ul>
<li><strong>FIX</strong>(core,web): fix compatibility with TrustedTypes
(<a
href="https://redirect.github.com/firebase/flutterfire/issues/12383">#12383</a>).
(<a
href="6c1f73d0c8">6c1f73d0</a>)</li>
<li><strong>FIX</strong>(auth,web): lower SDK minimum version constraint
to &quot;3.2.0&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12369">#12369</a>).
(<a
href="fa412b4482">fa412b44</a>)</li>
</ul>
<h4><code>firebase_messaging</code> - <code>v14.7.17</code></h4>
<ul>
<li><strong>FIX</strong>(messaging,android): revert changes made to
potential fix as it was causing ANR reports for users (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12396">#12396</a>).
(<a
href="07ef487971">07ef4879</a>)</li>
</ul>
<h4><code>firebase_storage</code> - <code>v11.6.7</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322">#12322</a>).
(<a
href="c3ca5d101b">c3ca5d10</a>)</li>
</ul>
<h4><code>firebase_storage_platform_interface</code> -
<code>v5.1.10</code></h4>
<ul>
<li><strong>FIX</strong>(storage): <code>Task.cancel()</code> method
wasn't properly updating <code>task.snapshot</code> and
<code>cancel()</code> wasn't working in certain conditions. (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12322">#12322</a>).
(<a
href="c3ca5d101b">c3ca5d10</a>)</li>
</ul>
<h2>2024-02-19</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#_flutterfire_internals---v1322"><code>_flutterfire_internals</code>
- <code>v1.3.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore---v4155"><code>cloud_firestore</code>
- <code>v4.15.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_platform_interface---v616"><code>cloud_firestore_platform_interface</code>
- <code>v6.1.6</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#cloud_firestore_web---v3105"><code>cloud_firestore_web</code>
- <code>v3.10.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_web---v595"><code>firebase_auth_web</code>
- <code>v5.9.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_storage_web---v370"><code>firebase_storage_web</code>
- <code>v3.7.0</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_crashlytics_platform_interface---v3622"><code>firebase_crashlytics_platform_interface</code>
- <code>v3.6.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_auth_platform_interface---v715"><code>firebase_auth_platform_interface</code>
- <code>v7.1.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_in_app_messaging_platform_interface---v02422"><code>firebase_in_app_messaging_platform_interface</code>
- <code>v0.2.4+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_database_platform_interface---v02522"><code>firebase_database_platform_interface</code>
- <code>v0.2.5+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_dynamic_links_platform_interface---v02622"><code>firebase_dynamic_links_platform_interface</code>
- <code>v0.2.6+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_web---v365"><code>firebase_messaging_web</code>
- <code>v3.6.5</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_remote_config_platform_interface---v1422"><code>firebase_remote_config_platform_interface</code>
- <code>v1.4.22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_messaging_platform_interface---v4524"><code>firebase_messaging_platform_interface</code>
- <code>v4.5.24</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_app_installations_web---v01322"><code>firebase_app_installations_web</code>
- <code>v0.1.3+22</code></a></li>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_analytics_platform_interface---v396"><code>firebase_analytics_platform_interface</code>
- <code>v3.9.6</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="15d8a1c59e"><code>15d8a1c</code></a>
chore(release): prepare for release (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12406">#12406</a>)</li>
<li><a
href="6c1f73d0c8"><code>6c1f73d</code></a>
fix(core, web): fix compatibility with TrustedTypes (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12383">#12383</a>)</li>
<li><a
href="fa412b4482"><code>fa412b4</code></a>
fix(auth, web): lower SDK minimum version constraint to
&quot;3.2.0&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12369">#12369</a>)</li>
<li><a
href="886c39a3e9"><code>886c39a</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12294">#12294</a>)</li>
<li><a
href="0e67a1a466"><code>0e67a1a</code></a>
fix(core, web): remove unused import that could lead to compilation
error (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/1">#1</a>...</li>
<li><a
href="e864acebf7"><code>e864ace</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12276">#12276</a>)</li>
<li><a
href="c395da524d"><code>c395da5</code></a>
fix(core, web): fix an incompatibility with Flutter Beta that would
occur whe...</li>
<li><a
href="8d944a25e4"><code>8d944a2</code></a>
fix(core, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12266">#12266</a>)</li>
<li><a
href="8f49afcb80"><code>8f49afc</code></a>
chore(release): publish packages (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12251">#12251</a>)</li>
<li><a
href="d0d30405a8"><code>d0d3040</code></a>
fix(auth, web): fix null safety issue in typing JS Interop (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12250">#12250</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v2.25.5/packages/firebase_core">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_core&package-manager=pub&previous-version=2.24.2&new-version=2.25.5)](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>
2024-03-01 14:04:43 +11:00
dependabot[bot]
750b390f7f Bump http from 1.2.0 to 1.2.1 in /experimental/linting_tool (#2167)
Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from
1.2.0 to 1.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/http/releases">http's
releases</a>.</em></p>
<blockquote>
<h2>package:http v1.2.1</h2>
<ul>
<li>Require Dart <code>^3.3</code></li>
<li>Require <code>package:web</code> <code>^0.5.0</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/http/commits/http-v1.2.1/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http&package-manager=pub&previous-version=1.2.0&new-version=1.2.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`.

[//]: # (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>
2024-02-16 15:24:00 -06:00
Eric Windmill
78990c6688 Prep for Flutter 3.19 release (#2146)
Prepping for the next stable release in February.

---------

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2024-02-01 14:10:18 -05:00
John Ryan
6c10c75e2b Remove experimental/material_3_demo (#2153)
There are two versions of material_3_demo, this removes the one that
lives in `experimental/`

cc: @QuncCccccc
2024-01-31 12:09:23 -08:00
John Ryan
d96bb336b6 Add web startup analyzer to material 3 demo (#2144)
This adds a tool to measure web app startup for the Material 3 demo.

Demo:
- [Example app](https://flutter-web-perf-experiments.web.app/)
- [Material
3](https://flutter-web-perf-experiments--material3-vswzldcy.web.app/)
(open console)

---------

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Kevin Moore <kevmoo@google.com>
2024-01-29 13:24:56 -08:00
Justin McCandless
6c8d54a82b Move context menus out of experimental (#2134)
Now that the context menu code is on stable, move the sample out of
experimental.

Fixes https://github.com/flutter/samples/issues/2110

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

---------

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2024-01-05 20:55:29 +10:00
Parker Lougheed
a697405859 Pedometer dependency updates and regeneration (#2133)
Supersedes https://github.com/flutter/samples/pull/2132 with
regeneration as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 20:48:39 +10:00
dependabot[bot]
2781d296aa Bump fl_chart from 0.65.0 to 0.66.0 in /experimental/pedometer/example (#2130) 2023-12-27 06:11:32 +11:00
Brett Morgan
9e236813fe Fixups for master CI (#2118)
## 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
2023-12-21 15:30:25 +10:00
Brett Morgan
3d2ea0e967 experimental/context_menus: Skipping failing test (#2111)
## 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
2023-12-11 11:34:28 +10:00