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

297 Commits

Author SHA1 Message Date
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
dependabot[bot]
ea0efc6b2c Bump intl from 0.18.1 to 0.19.0 in /experimental/pedometer/example (#2107)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p>
<blockquote>
<h2>package:intl v0.19.0</h2>
<ul>
<li>Update to CLDR v44.</li>
<li>Update to CLDR v43.</li>
<li>Add <code>tryParse</code> to NumberFormat.</li>
<li>Add <code>tryParse</code> <code>tryParseStrict</code> <code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li>
<li>Switch QAR currency name to Riyal.</li>
<li>Add license headers to some files.</li>
<li>Update CVE currency symbol.</li>
<li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing <a href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li>
<li>Switch to <code>3.0.0</code> SDK.</li>
<li>Fix issue <a href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a> about date parsing with a <code>yy</code> skeleton.</li>
<li>Extract <code>NumberParserBase</code> abstract class</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a1431f82d6"><code>a1431f8</code></a> Switch changelog entries</li>
<li><a href="bd86e2723a"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li>
<li><a href="5043160a82"><code>5043160</code></a> No public description</li>
<li><a href="2d75d73fd0"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li>
<li><a href="412ef68964"><code>412ef68</code></a> No public description</li>
<li><a href="2c82cd2bd0"><code>2c82cd2</code></a> Dissolve <code>package:messages_deserializer</code> for pub publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li>
<li><a href="f02f7484b6"><code>f02f748</code></a> Fixes before publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li>
<li><a href="c782918d84"><code>c782918</code></a> Last fixes</li>
<li><a href="2da7748e0f"><code>2da7748</code></a> More fixes</li>
<li><a href="7315909c2a"><code>7315909</code></a> Reformat</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
2023-12-08 07:45:04 +00:00
Liam Appelbe
f0e6da6d24 Simplify experimental pedometer example (#2104)
Since ffigen added support for
[`NativeCallable.listener`](https://api.flutter.dev/flutter/dart-ffi/NativeCallable/NativeCallable.listener.html)
to its ObjC bindings, this example can be simplified. We can replace the
`Dart_Port` logic with `ObjCBlock.listener`, which lets us get rid of
most of the native code.

We still need a small bit of native code to `retain` a reference to the
callback's arguments before invoking the listener, otherwise the
arguments may be ref counted and deleted before the Dart side of the
callback is invoked. See https://github.com/dart-lang/native/issues/835
2023-12-06 18:58:58 +10:00
dependabot[bot]
708b351e08 Bump fl_chart from 0.64.0 to 0.65.0 in /experimental/pedometer/example (#2099)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.64.0 to 0.65.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.65.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a href="https://github.com/Dartek12"><code>@​Dartek12</code></a>) Added gradient to <a href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#FlLine">FlLine</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1197">#1197</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix bar line shadow crash when we have only one (or zero) spot, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1466">#1466</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix having negative <code>toY</code> (or positive <code>fromY</code>) in BarChart's <code>minY</code> and <code>maxY</code> calculations, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1470">#1470</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/bobatsar"><code>@​bobatsar</code></a>) Fix bars drawn outside of diagram</li>
<li><strong>FEATURE</strong> (by <a href="https://github.com/k0psutin"><code>@​k0psutin</code></a>) Add dashed border to BarChartRodData, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1144">#1144</a></li>
<li><strong>FEATURE</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Allow to show single point line in LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1438">#1438</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md">fl_chart's changelog</a>.</em></p>
<blockquote>
<h2>0.65.0</h2>
<ul>
<li><strong>FEATURE</strong> (by <a href="https://github.com/Dartek12"><code>@​Dartek12</code></a>) Added gradient to <a href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#FlLine">FlLine</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1197">#1197</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix bar line shadow crash when we have only one (or zero) spot, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1466">#1466</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix having negative <code>toY</code> (or positive <code>fromY</code>) in BarChart's <code>minY</code> and <code>maxY</code> calculations, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1470">#1470</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/bobatsar"><code>@​bobatsar</code></a>) Fix bars drawn outside of diagram</li>
<li><strong>FEATURE</strong> (by <a href="https://github.com/k0psutin"><code>@​k0psutin</code></a>) Add dashed border to BarChartRodData, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1144">#1144</a></li>
<li><strong>FEATURE</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Allow to show single point line in LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1438">#1438</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5307f0352b"><code>5307f03</code></a> Bump version to 0.65.0</li>
<li><a href="98774506df"><code>9877450</code></a> Remove buy me a coffe button in the app</li>
<li><a href="df87e97acd"><code>df87e97</code></a> Open flutter release page when user clicks on the fl_chart version on app_menu</li>
<li><a href="40caf90ee2"><code>40caf90</code></a> Change the drawer header logic to always open the landing page</li>
<li><a href="4a9bd3f2ff"><code>4a9bd3f</code></a> Fix flutter version issue in gh-pages.yml</li>
<li><a href="2b7be70d39"><code>2b7be70</code></a> Allow to show single point line in LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1438">#1438</a></li>
<li><a href="c911024631"><code>c911024</code></a> chore(handle_animations.md):replace = with :</li>
<li><a href="0d4faea641"><code>0d4faea</code></a> Fix tests</li>
<li><a href="2955cef844"><code>2955cef</code></a> Rename dashArray to borderDashArray</li>
<li><a href="442445296e"><code>4424452</code></a> Fix <a href="https://github.com/kopsutin"><code>@​kopsutin</code></a> -&gt; <a href="https://github.com/k0psutin"><code>@​k0psutin</code></a></li>
<li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.64.0...0.65.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.64.0&new-version=0.65.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>
2023-11-27 06:52:14 +00:00
dependabot[bot]
7f9f7959ec Bump ffigen from 9.0.1 to 10.0.0 in /experimental/pedometer (#2093)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from
9.0.1 to 10.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/native/releases">ffigen's
releases</a>.</em></p>
<blockquote>
<h2>package:ffigen v10.0.0</h2>
<ul>
<li>Stable release targeting Dart 3.2 using new <code>dart:ffi</code>
features available
in Dart 3.2 and later.</li>
<li>Add support for ObjC Blocks that can be invoked from any thread,
using
NativeCallable.listener.</li>
<li>Fix invalid exceptional return value ObjCBlocks that return
floats.</li>
<li>Fix return_of_invalid_type analysis error for ObjCBlocks.</li>
<li>Fix crash in ObjC methods and blocks that return structs by
value.</li>
<li>Fix ObjC methods returning instancetype having the wrong type in
sublasses.</li>
<li>When generating typedefs for
<code>Pointer&lt;NativeFunction&lt;Function&gt;&gt;</code>, also
generate a typedef for the <code>Function</code>.</li>
<li>Use Dart wrapper types in args and returns of ObjCBlocks.</li>
<li>Use Dart wrapper types in args and returns of static functions.</li>
<li>Renamed <code>asset</code> to <code>assetId</code> for
<code>ffi-native</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c64e9c87e1"><code>c64e9c8</code></a>
[ffigen] Stable release 10.0.0 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/202">#202</a>)</li>
<li><a
href="e3e63406da"><code>e3e6340</code></a>
[ffigen] Update urls after repo merge (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/203">#203</a>)</li>
<li><a
href="c0018281da"><code>c001828</code></a>
update repo references from the move (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/198">#198</a>)</li>
<li><a
href="3634229877"><code>3634229</code></a>
Merge package:ffigen into dart-lang/native</li>
<li><a
href="85e4257b34"><code>85e4257</code></a>
[ffigen] Change ffigen to use dart-lang/native's directory stucture</li>
<li><a
href="1920cc9823"><code>1920cc9</code></a>
[ffigen] Prepare for merge into dart-lang/native (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/641">#641</a>)</li>
<li><a
href="eaea725b09"><code>eaea725</code></a>
Preserve temp directory when running isolated test on Windows (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/192">#192</a>)</li>
<li><a
href="2491826d4d"><code>2491826</code></a>
[ffigen] ObjC static functions (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/633">#633</a>)</li>
<li><a
href="e2d6f4c9eb"><code>e2d6f4c</code></a>
[ffigen] Bump actions/checkout from 4.1.0 to 4.1.1 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/636">#636</a>)</li>
<li><a
href="bf2e60dded"><code>bf2e60d</code></a>
[ffigen] Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (<a
href="https://github.com/dart-lang/native/tree/main/pkgs/issues/637">#637</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/native/commits/ffigen-v10.0.0/pkgs">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffigen&package-manager=pub&previous-version=9.0.1&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

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

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 19:01:23 +10:00
Brett Morgan
0ccc283a4e Fixup for failing Beta CI (#2092)
Turns out, we shipped a new Flutter beta as well. 

Commenting out `experimental/varfont_shader_puzzle` from beta CI

Everything else is just cleanup.

## 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-11-16 14:48:50 +10:00
Brett Morgan
e5ec08fccd Update Samples for 3.16 (#2085)
*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*

## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

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

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-11-16 08:55:44 +10:00
Qun Cheng
f741c8ff08 Remove extra parameter from BottomSheet (#2080)
This PR is to fix the warning which is mentioned in #2079

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
2023-11-07 13:49:26 -06:00
Hrishikesh Kadam
49bc4d9d02 Add surfaceTint, outlineVariant, scrim and re-arrange (#2070)
Re-arrange colors according to [Baseline color scheme tokens]

[Baseline color scheme tokens]:
https://m3.material.io/styles/color/the-color-system/tokens#e26e130c-fa67-48e1-81ca-d28f6e4ed398

## 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-11-02 12:33:57 +10:00
dependabot[bot]
8e14f553ce Bump flutter_lints from 2.0.3 to 3.0.0 in /experimental/pedometer/example (#2047)
Bumps
[flutter_lints](https://github.com/flutter/packages/tree/main/packages)
from 2.0.3 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3f8a5029fb"><code>3f8a502</code></a>
[pigeon] Remove support for non-NNBD (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1524">#1524</a>)</li>
<li><a
href="4eda7ad208"><code>4eda7ad</code></a>
[pigeon] Fixes bug where Dart <code>FlutterApi</code>s would assert that
a nullable argu...</li>
<li><a
href="dff39d7b48"><code>dff39d7</code></a>
[go_router]refactor runtime check to assert (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1362">#1362</a>)</li>
<li><a
href="5600590b50"><code>5600590</code></a>
[go_router] Export inherited_go_router.dart file (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1145">#1145</a>)</li>
<li><a
href="d8bf76e582"><code>d8bf76e</code></a>
[flutter_markdown] Remove build status from <code>README.md</code> (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1326">#1326</a>)</li>
<li><a
href="bc223c1272"><code>bc223c1</code></a>
Remove checked in binaries from flutter/packages. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1338">#1338</a>)</li>
<li><a
href="aff9cccafb"><code>aff9ccc</code></a>
[rfw] Run tests for package:rfw on stable as well. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/888">#888</a>)</li>
<li><a
href="84a2e796d7"><code>84a2e79</code></a>
[Pigeon] Make the generated Java Builder class final (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1247">#1247</a>)</li>
<li><a
href="a9d6bf14ba"><code>a9d6bf1</code></a>
[go_router] improve coverage (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/977">#977</a>)</li>
<li><a
href="202fb329c9"><code>202fb32</code></a>
[flutter_lints] version 2.0 (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1165">#1165</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/flutter/packages/commits/pigeon-v3.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=2.0.3&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

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

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-10-20 09:53:36 +10:00
dependabot[bot]
12f0e52c3e Bump flutter_lints from 2.0.3 to 3.0.0 in /experimental/pedometer (#2061)
Bumps
[flutter_lints](https://github.com/flutter/packages/tree/main/packages)
from 2.0.3 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3f8a5029fb"><code>3f8a502</code></a>
[pigeon] Remove support for non-NNBD (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1524">#1524</a>)</li>
<li><a
href="4eda7ad208"><code>4eda7ad</code></a>
[pigeon] Fixes bug where Dart <code>FlutterApi</code>s would assert that
a nullable argu...</li>
<li><a
href="dff39d7b48"><code>dff39d7</code></a>
[go_router]refactor runtime check to assert (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1362">#1362</a>)</li>
<li><a
href="5600590b50"><code>5600590</code></a>
[go_router] Export inherited_go_router.dart file (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1145">#1145</a>)</li>
<li><a
href="d8bf76e582"><code>d8bf76e</code></a>
[flutter_markdown] Remove build status from <code>README.md</code> (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1326">#1326</a>)</li>
<li><a
href="bc223c1272"><code>bc223c1</code></a>
Remove checked in binaries from flutter/packages. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1338">#1338</a>)</li>
<li><a
href="aff9cccafb"><code>aff9ccc</code></a>
[rfw] Run tests for package:rfw on stable as well. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/888">#888</a>)</li>
<li><a
href="84a2e796d7"><code>84a2e79</code></a>
[Pigeon] Make the generated Java Builder class final (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1247">#1247</a>)</li>
<li><a
href="a9d6bf14ba"><code>a9d6bf1</code></a>
[go_router] improve coverage (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/977">#977</a>)</li>
<li><a
href="202fb329c9"><code>202fb32</code></a>
[flutter_lints] version 2.0 (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/1165">#1165</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/flutter/packages/commits/pigeon-v3.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=2.0.3&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

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

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-10-20 09:53:19 +10:00
dependabot[bot]
e14a2aa2bb Bump fl_chart from 0.63.0 to 0.64.0 in /experimental/pedometer/example (#2039)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.63.0 to 0.64.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.64.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/Anas35"><code>@​Anas35</code></a>) Fix Tooltip not displaying when value from BackgroundBarChartRodData is less than zero. <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1345">#1345</a>.</li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix Negative BarChartRodStackItem are not drawn correctly bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1347">#1347</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md">fl_chart's changelog</a>.</em></p>
<blockquote>
<h2>0.64.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/Anas35"><code>@​Anas35</code></a>) Fix Tooltip not displaying when value from BackgroundBarChartRodData is less than zero. <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1345">#1345</a>.</li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix Negative BarChartRodStackItem are not drawn correctly bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1347">#1347</a></li>
<li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="633c40d692"><code>633c40d</code></a> Bump version to 0.64.0</li>
<li><a href="621b79e82d"><code>621b79e</code></a> Update CHANGELOG.md</li>
<li><a href="cb51189fc2"><code>cb51189</code></a> Consider fraction digits when formatting chart side titles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1267">#1267</a></li>
<li><a href="ce49b92e1a"><code>ce49b92</code></a> Fix donation link in README.md file</li>
<li><a href="4c6d2b34c3"><code>4c6d2b3</code></a> chore: bump actions/checkout from 2 to 4</li>
<li><a href="04b18d2242"><code>04b18d2</code></a> Update CHANGELOG.md</li>
<li><a href="eeb1ba4204"><code>eeb1ba4</code></a> Fix bar_chart_helper minY calculation bug, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1388">#1388</a></li>
<li><a href="5d81d616c9"><code>5d81d61</code></a> Use <code>dart format</code> instead of <code>flutter format</code> (deprecated).</li>
<li><a href="dd479e0e31"><code>dd479e0</code></a> Decrease menu items sizes</li>
<li><a href="306989dc60"><code>306989d</code></a> Simplify ChartType enum</li>
<li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.63.0...0.64.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.63.0&new-version=0.64.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>
2023-10-09 07:48:21 +00:00
dependabot[bot]
28ca0a9e76 Bump google_fonts from 5.1.0 to 6.0.0 in /experimental/linting_tool (#2019)
Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 5.1.0 to 6.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/material-foundation/flutter-packages/commits/HEAD/packages">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_fonts&package-manager=pub&previous-version=5.1.0&new-version=6.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>
2023-09-18 08:06:04 +00:00
dependabot[bot]
5ba93f0c96 Bump google_fonts from 5.1.0 to 6.0.0 in /experimental/varfont_shader_puzzle (#2017)
Bumps [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) from 5.1.0 to 6.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/material-foundation/flutter-packages/commits/HEAD/packages">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_fonts&package-manager=pub&previous-version=5.1.0&new-version=6.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>
2023-09-18 07:00:09 +00:00
dependabot[bot]
8091d130a4 Bump jni from 0.6.1 to 0.7.0 in /experimental/pedometer (#2015)
Bumps [jni](https://github.com/dart-lang/jnigen) from 0.6.1 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/jnigen/releases">jni's releases</a>.</em></p>
<blockquote>
<h2>package:jni v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Fixed a bug where <code>addAll</code>, <code>removeAll</code> and <code>retainAll</code> in <code>JSet</code> would run their respective operation twice.</li>
<li>Fixed a bug where <code>JList.insertAll</code> would not throw the potentially thrown Java exception.</li>
</ul>
<h2>package:jnigen v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Added <code>ignore_for_file: lines_longer_than_80_chars</code> to the generated file preamble.</li>
<li>Added an explicit cast in generated <code>&lt;Interface&gt;.implement</code> code to allow <code>dart analyze</code> to pass when <code>strict-casts</code> is set.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dart-lang/jnigen/commits/jni-v0.7.0">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.6.1&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>
2023-09-14 23:10:13 +00:00
dependabot[bot]
7f5ea5cf9b Bump jnigen from 0.6.0 to 0.7.0 in /experimental/pedometer (#2016)
Bumps [jnigen](https://github.com/dart-lang/jnigen) from 0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/jnigen/releases">jnigen's releases</a>.</em></p>
<blockquote>
<h2>package:jnigen v0.7.0</h2>
<ul>
<li><strong>Breaking Change</strong> (<a href="https://redirect.github.com/dart-lang/jnigen/issues/387">#387</a>): Added <code>JBuffer</code> and <code>JByteBuffer</code> classes as default classes for <code>java.nio.Buffer</code> and <code>java.nio.ByteBuffer</code> respectively.</li>
<li><strong>Breaking Change</strong>: Made the type classes <code>final</code>.</li>
<li>Added <code>ignore_for_file: lines_longer_than_80_chars</code> to the generated file preamble.</li>
<li>Added an explicit cast in generated <code>&lt;Interface&gt;.implement</code> code to allow <code>dart analyze</code> to pass when <code>strict-casts</code> is set.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4443cebdd3"><code>4443ceb</code></a> Add <code>JBuffer</code>, <code>JByteBuffer</code> to enable fast copying to and from <code>Uint8List</code> (...</li>
<li><a href="7c837763be"><code>7c83776</code></a> Add <code>ignore_for_file: lines_longer_than_80_chars</code> to generated files (<a href="https://redirect.github.com/dart-lang/jnigen/issues/386">#386</a>)</li>
<li><a href="49d4ac04a5"><code>49d4ac0</code></a> Add correct cast to interface method invocation (<a href="https://redirect.github.com/dart-lang/jnigen/issues/385">#385</a>)</li>
<li><a href="b845ff1610"><code>b845ff1</code></a> Specify JDK min and max version in README (<a href="https://redirect.github.com/dart-lang/jnigen/issues/384">#384</a>)</li>
<li><a href="ef458e3b01"><code>ef458e3</code></a> jni-0.6.1 fix number of topics (<a href="https://redirect.github.com/dart-lang/jnigen/issues/382">#382</a>)</li>
<li><a href="eba06738a4"><code>eba0673</code></a> Bump actions/checkout from 3.5.3 to 3.6.0 (<a href="https://redirect.github.com/dart-lang/jnigen/issues/381">#381</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/jnigen/compare/jnigen-v0.6.0...jnigen-v0.7.0">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.6.0&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>
2023-09-14 06:56:18 +00:00
Brett Morgan
d55132b2d4 Update runners (#2011)
If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].
2023-09-07 22:21:54 +00:00
Hossein Yousefi
654e50beca [experimental/pedometer] Update jni and jnigen to 0.6 (#2006) 2023-09-02 07:26:40 +10:00
dependabot[bot]
ec75a2a94c Bump uuid from 3.0.7 to 4.0.0 in /experimental/web_dashboard (#2000) 2023-08-31 18:14:58 +10:00
Brett Morgan
7d169b4d98 Update for 3.13 stable (#1992) 2023-08-24 11:52:33 -05:00
Brett Morgan
f1fd4341ff Flutter beta (#1952) 2023-08-17 06:26:43 +10:00
Parker Lougheed
f95f25a026 [pedometer] Fix file/folder links and cleanup instructions (#1988)
- Fixes links to specific files/folders
- Adds more file links where relevant
- Uses more specific link text than "here"
- Add links to relevant apps when mentioned
- Slightly expands on some instructions
- Cleans up formatting

Fixes https://github.com/flutter/samples/issues/1978
2023-08-09 16:26:41 +10:00
Brett Morgan
1ccf95bd55 Update linting_tool (#1975)
This is to work around a CI failure on `master` channel.

Context:
https://github.com/flutter/samples/actions/runs/5709180900/job/15467660430#step:5:1244

## 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-08-01 11:02:04 +10:00
Parker Lougheed
908e1cce83 Account for new generated rules.json location in linter tool (#1956)
In preparation for the linter moving to the SDK, the `rules.json` file
is no longer generated to its own location. The site-www version is
better guaranteed to be up to date and match the `stable` release of
Dart.
2023-07-21 19:49:25 -05:00
Miguel Beltran
18848bdd84 Enable Material 3 in experimental/web_dashboard (#1954)
Enabled Material 3.

Replaced the `ElevatedButton` by `FilledButton` for better contrast.

#### Before Material 3

<img width="1392" alt="Screenshot 2023-07-21 at 15 26 44"
src="https://github.com/flutter/samples/assets/2494376/dea484eb-cb0f-46e1-a6b0-bdfef7bab519">

#### With Material 3

<img width="1392" alt="Screenshot 2023-07-21 at 15 28 22"
src="https://github.com/flutter/samples/assets/2494376/a2a449c1-3a73-4bc0-a270-33b6b9d91fa3">


## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

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

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2023-07-22 09:58:29 +10:00
Miguel Beltran
18ead8138a Enable Material 3 on context_menus (#1948)
Enable Material 3

#### Before Material 3

<img width="912" alt="Screenshot 2023-07-20 at 13 53 16"
src="https://github.com/flutter/samples/assets/2494376/f2686f50-f08b-4810-a35b-62b7247a1327">
<img width="912" alt="Screenshot 2023-07-20 at 13 53 08"
src="https://github.com/flutter/samples/assets/2494376/7b3882bd-ba32-4a29-b262-482b2af028a5">

#### With Material 3

<img width="912" alt="Screenshot 2023-07-20 at 13 54 12"
src="https://github.com/flutter/samples/assets/2494376/15cb182d-8191-4afa-953b-cc037944ecee">
<img width="912" alt="Screenshot 2023-07-20 at 13 54 06"
src="https://github.com/flutter/samples/assets/2494376/46151882-309f-4b7d-a2c3-a3700f6b8c17">


## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

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

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md

---------

Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-07-22 09:57:10 +10:00
dependabot[bot]
0a1ec8eea9 Bump ffigen from 8.0.2 to 9.0.0 in /experimental/pedometer (#1944) 2023-07-21 15:52:11 +10:00
Miguel Beltran
65e30f1318 Enable Material 3 on experimental/pedometer (#1949)
Enable Material 3.

Only the font changes slightly.

#### Before Material 3


![Screenshot_20230720_150747](https://github.com/flutter/samples/assets/2494376/8dc203bc-8aa6-41bb-bf48-6f23ba992e6f)


#### With Material 3


![Screenshot_20230720_150844](https://github.com/flutter/samples/assets/2494376/88dedbbd-0531-4163-84b1-319c65bd3896)


## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

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

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md

Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-07-21 11:34:01 +10:00
Miguel Beltran
3267b13822 Enable Material 3 on experimental/varfont_shader_puzzle (#1950)
Enable Material 3.

Very small differences in the default font weight.

#### Before Material 3

<img width="912" alt="Screenshot 2023-07-20 at 15 16 57"
src="https://github.com/flutter/samples/assets/2494376/3d5baeb8-9718-47ca-918f-61189305816b">

#### With Material 3

<img width="912" alt="Screenshot 2023-07-20 at 15 18 10"
src="https://github.com/flutter/samples/assets/2494376/3026f8e4-4807-4c8c-a790-d3c7118474ce">

## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

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

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md

Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-07-21 11:33:40 +10:00
dependabot[bot]
e70a3ade8d Bump file_selector from 0.9.5 to 1.0.0 in /experimental/linting_tool (#1936)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[file_selector](https://github.com/flutter/packages/tree/main/packages/file_selector)
from 0.9.5 to 1.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flutter/packages/releases">file_selector's
releases</a>.</em></p>
<blockquote>
<h2>animations-v1.0.0</h2>
<p>No release notes provided.</p>
<h2>animations-v1.0.0+1</h2>
<p>No release notes provided.</p>
<h2>animations-v1.0.0+2</h2>
<p>No release notes provided.</p>
<h2>animations-v1.0.0+3</h2>
<p>No release notes provided.</p>
<h2>animations-v1.0.0+4</h2>
<p>No release notes provided.</p>
<h2>animations-v1.0.0+5</h2>
<p>No release notes provided.</p>
<h2>flutter_lints-v1.0.0-dev.0</h2>
<ul>
<li>Initial pre-release</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ee84c2a714"><code>ee84c2a</code></a>
[file_selector] Update to 1.0 (<a
href="https://github.com/flutter/packages/tree/main/packages/file_selector/issues/4362">#4362</a>)</li>
<li>See full diff in <a
href="https://github.com/flutter/packages/commits/file_selector-v1.0.0/packages/file_selector">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=file_selector&package-manager=pub&previous-version=0.9.5&new-version=1.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 ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 18:56:48 +10:00