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

84 Commits

Author SHA1 Message Date
Kevin Moore
9fef1332f3 Clean up dependencies across packages (#2585)
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2025-02-13 03:14:20 +00:00
Eric Windmill
719fd72c38 Flutter 3.29 beta (#2571) 2025-02-12 18:08:01 -05:00
Parker Lougheed
90f0584108 Clean up SDK constraints and lints (#2471) 2024-10-11 19:05:16 -05:00
Brett Morgan
20c1002132 Fixup CI (#2412) 2024-08-29 14:51:13 +02:00
dependabot[bot]
4fa43138eb Bump firebase_core, cloud_firestore and firebase_auth in /experimental/web_dashboard (#2325)
Bumps
[firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core),
[cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore)
and
[firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth).
These dependencies needed to be updated together.
Updates `firebase_core` from 2.32.0 to 3.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md">firebase_core's
changelog</a>.</em></p>
<blockquote>
<h4><code>firebase_core</code> - <code>v3.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_platform_interface</code> -
<code>v5.1.0</code></h4>
<ul>
<li><strong>FEAT</strong>: add support for demo project (<a
href="https://redirect.github.com/firebase/flutterfire/issues/11973">#11973</a>).
(<a
href="859ec1dd44">859ec1dd</a>)</li>
</ul>
<h4><code>firebase_core_web</code> - <code>v2.17.2</code></h4>
<ul>
<li><strong>FIX</strong>(firestore,web): ensure streams are removed on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12913">#12913</a>).
(<a
href="c1a67e5489">c1a67e54</a>)</li>
</ul>
<h4><code>firebase_database_web</code> - <code>v0.2.5+9</code></h4>
<ul>
<li><strong>FIX</strong>(database,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12915">#12915</a>).
(<a
href="e298cb4e57">e298cb4e</a>)</li>
</ul>
<h4><code>firebase_storage_web</code> - <code>v3.9.9</code></h4>
<ul>
<li><strong>FIX</strong>(storage,web): clean up stream handlers on
&quot;hot restart&quot; (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12927">#12927</a>).
(<a
href="0ea7099c13">0ea7099c</a>)</li>
</ul>
<h4><code>firebase_vertexai</code> - <code>v0.2.2</code></h4>
<ul>
<li><strong>FEAT</strong>(vertexai): add name constructor for function
calling schema (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12898">#12898</a>).
(<a
href="466884b647">466884b6</a>)</li>
</ul>
<h2>2024-06-06</h2>
<h3>Changes</h3>
<hr />
<p>Packages with breaking changes:</p>
<ul>
<li>There are no breaking changes in this release.</li>
</ul>
<p>Packages with other changes:</p>
<ul>
<li><a
href="https://github.com/firebase/flutterfire/blob/master/#firebase_vertexai---v021"><code>firebase_vertexai</code>
- <code>v0.2.1</code></a></li>
</ul>
<hr />
<h4><code>firebase_vertexai</code> - <code>v0.2.1</code></h4>
<ul>
<li><strong>FIX</strong>(vertexai): fix the countTokens brokage (<a
href="https://redirect.github.com/firebase/flutterfire/issues/12899">#12899</a>).
(<a
href="e946eb9b42">e946eb9b</a>)</li>
</ul>
<h2>2024-06-04 - <a
href="https://github.com/firebase/flutterfire/blob/master/VERSIONS.md#flutter-bom-200-2024-06-04">BoM
2.0.0</a></h2>
<h3>Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7d4a7a043"><code>f7d4a7a</code></a>
chore(release): publish packages</li>
<li><a
href="c1a67e5489"><code>c1a67e5</code></a>
fix(firestore, web): ensure streams are removed on &quot;hot
restart&quot; (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12913">#12913</a>)</li>
<li><a
href="a224a023c8"><code>a224a02</code></a>
chore(all): migrate example web directories to new structure (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12911">#12911</a>)</li>
<li><a
href="1333f4af91"><code>1333f4a</code></a>
chore: topics for all FlutterFire plugins in <code>pubspec.yaml</code>
files (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12841">#12841</a>)</li>
<li><a
href="859ec1dd44"><code>859ec1d</code></a>
feat: add support for demo project (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/11973">#11973</a>)</li>
<li><a
href="1b33533fde"><code>1b33533</code></a>
chore(release): publish packages + BoM 2.0.0 (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12895">#12895</a>)</li>
<li><a
href="f67914c463"><code>f67914c</code></a>
feat: bump Firebase android SDK to <code>33.1.0</code> (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12874">#12874</a>)</li>
<li><a
href="52accfc6c3"><code>52accfc</code></a>
refactor!: android plugins require <code>minSdk 21</code>, auth requires
<code>minSdk 23</code> ahe...</li>
<li><a
href="de0cea2c3c"><code>de0cea2</code></a>
refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase
iOS SD...</li>
<li><a
href="fcb3c2123c"><code>fcb3c21</code></a>
feat: bump Firebase iOS SDK to <code>10.27.0</code> (<a
href="https://github.com/firebase/flutterfire/tree/master/packages/firebase_core/issues/12871">#12871</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/firebase/flutterfire/commits/firebase_core-v3.1.0/packages/firebase_core">compare
view</a></li>
</ul>
</details>
<br />

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

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


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 18:42:34 +10:00
Kevin Moore
a858f4701e Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292)
Also removed the web measurement experiment from the material 3 demo
2024-05-14 22:33:41 -07:00
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
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
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
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
Brett Morgan
82e38e5b79 Update samples for Dart 3.0.0 (#1803) 2023-05-11 12:48:09 +10:00
Brett Morgan
36e7a6ab04 Update for Flutter 3.10 beta (#1746)
## 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 `///`).
- [ ] All existing and new tests are passing.

---------

Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
2023-05-11 06:16:31 +10:00
Brett Morgan
3bafa557f7 Update sdk constraint range and update runners (#1706) 2023-03-23 18:13:59 +10:00
dependabot[bot]
89b655d7f3 Bump google_sign_in from 5.4.4 to 6.0.0 in /experimental/web_dashboard (#1665) 2023-02-21 12:49:23 +11:00
Brett Morgan
3e9bb78aec Create analysis_defaults package (#1654)
* Create `analysis_defaults` package

* Update analysis_defaults/pubspec.yaml

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

---------

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
2023-02-16 23:44:16 +10:00
Brett Morgan
e2a6ac66d3 experimental/web_dashboard fix for deprecated annotations (#1581) 2023-01-20 14:29:07 +11:00
dependabot[bot]
c21fcd6573 Bump firebase_core, cloud_firestore and firebase_auth (#1485)
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core), [cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore) and [firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth). These dependencies needed to be updated together.

Updates `firebase_core` from 1.24.0 to 2.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core_web-v2.0.0/packages/firebase_core)

Updates `cloud_firestore` from 3.5.1 to 4.0.1
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.0.1/packages/cloud_firestore)

Updates `firebase_auth` from 3.11.2 to 4.0.1
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v4.0.1/packages/firebase_auth)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 00:31:19 +10:00
Brett Morgan
83f7059d83 Consolidated Flutter 3.3 update (#1401) 2022-08-31 10:06:34 +10:00
xster
ce35e45702 add thumbnails to the books example to make memory leaks easier to test (#1353)
* add thumbnails to the books example to make memory leaks easier to test

* also add profile build

* migrate material 3 demo code to avoid warning

* Revert "migrate material 3 demo code to avoid warning"

This reverts commit 7df37d9f65.

* fix lints in various packages

* DoNothingAndStopPropagationIntent const conflicts between stable and beta, add lint ignore for now
2022-08-23 23:45:12 -07:00
Brett Morgan
4af443d33f Drop lock files from repo (#1282) 2022-05-28 07:01:26 +10:00
Brett Morgan
3a0a652984 Add use_super_parameters lint (#1269) 2022-05-17 02:53:27 -07:00
Brett Morgan
58bc5d7a58 Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key`

* `flutter format`
2022-05-13 12:31:56 -07:00
Brett Morgan
ccd68f34e2 Beta (#1234) 2022-05-11 12:48:11 -07:00
dependabot[bot]
f2d399f750 Bump google_sign_in from 5.3.0 to 5.3.1 in /experimental/web_dashboard (#1244)
Bumps [google_sign_in](https://github.com/flutter/plugins) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.3.0...google_sign_in-v5.3.1)

---
updated-dependencies:
- dependency-name: google_sign_in
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 03:17:35 -07:00
Craig Labenz
e8b2bec22a Add Material You and Rich Text Editor samples (#1223)
* Added Material You and Rich Text Editor samples

* updated images to have Material 3

* updated packages info
2022-05-09 13:03:51 -07:00
dependabot[bot]
cd70e8508a Bump cloud_firestore in /experimental/web_dashboard (#1212)
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.13...cloud_firestore_v3.1.14)

---
updated-dependencies:
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:13:15 +10:00
dependabot[bot]
6dda0043d3 Bump firebase_core from 1.15.0 to 1.16.0 in /experimental/web_dashboard (#1214)
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.15.0...firebase_core_v1.16.0)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:12:47 +10:00
dependabot[bot]
c07018b167 Bump firebase_auth from 3.3.16 to 3.3.17 in /experimental/web_dashboard (#1216)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.16 to 3.3.17.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.16...firebase_auth_v3.3.17)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 19:00:04 +10:00
dependabot[bot]
88b524ecbc Bump json_annotation from 4.4.0 to 4.5.0 in /experimental/web_dashboard (#1176)
Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.4.0...json_annotation-v4.5.0)

---
updated-dependencies:
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:32:33 +10:00
dependabot[bot]
bb8a84d549 Bump json_serializable in /experimental/web_dashboard (#1177)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:30:56 +10:00
dependabot[bot]
cad1fccb79 Bump firebase_auth from 3.3.15 to 3.3.16 in /experimental/web_dashboard (#1172)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.15 to 3.3.16.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.15...firebase_auth-v3.3.16)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:26:40 +10:00
dependabot[bot]
e37d8a8a96 Bump firebase_core from 1.14.1 to 1.15.0 in /experimental/web_dashboard (#1124) 2022-04-22 20:38:35 +10:00
dependabot[bot]
bf07b5b13a Bump cloud_firestore in /experimental/web_dashboard (#1126) 2022-04-22 20:35:11 +10:00
dependabot[bot]
71d9fa73e7 Bump firebase_auth from 3.3.14 to 3.3.15 in /experimental/web_dashboard (#1128) 2022-04-22 20:34:10 +10:00
dependabot[bot]
c6412d896d Bump firebase_core from 1.14.0 to 1.14.1 in /experimental/web_dashboard (#1108)
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.14.0...firebase_core-v1.14.1)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 08:25:08 +10:00
dependabot[bot]
a2fdbe503c Bump build_runner from 2.1.8 to 2.1.10 in /experimental/web_dashboard (#1098)
Bumps [build_runner](https://github.com/dart-lang/build) from 2.1.8 to 2.1.10.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/compare/build_daemon-v2.1.8...build_runner-v2.1.10)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:50:10 +10:00
dependabot[bot]
89f514612e Bump cloud_firestore in /experimental/web_dashboard (#1102)
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.11...cloud_firestore-v3.1.12)

---
updated-dependencies:
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:47:50 +10:00
dependabot[bot]
71da337dcf Bump firebase_auth from 3.3.13 to 3.3.14 in /experimental/web_dashboard (#1103)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.13 to 3.3.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.13...firebase_auth-v3.3.14)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:45:20 +10:00
dependabot[bot]
8463ec21fa Bump google_sign_in from 5.2.4 to 5.3.0 in /experimental/web_dashboard (#1104)
Bumps [google_sign_in](https://github.com/flutter/plugins) from 5.2.4 to 5.3.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.2.4...google_sign_in-v5.3.0)

---
updated-dependencies:
- dependency-name: google_sign_in
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:44:38 +10:00
dependabot[bot]
24a026527c Bump json_serializable in /experimental/web_dashboard (#1105)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.5...json_serializable-v6.1.6)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:44:03 +10:00
dependabot[bot]
7dcd0f21ee Bump firebase_auth from 3.3.12 to 3.3.13 in /experimental/web_dashboard (#1069)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.12 to 3.3.13.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.12...firebase_auth-v3.3.13)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 19:35:42 +10:00
dependabot[bot]
f5c01afcdc Bump grinder from 0.9.0 to 0.9.1 in /experimental/web_dashboard (#1064)
Bumps [grinder](https://github.com/google/grinder.dart) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/grinder.dart/releases)
- [Changelog](https://github.com/google/grinder.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/grinder.dart/commits/0.9.1)

---
updated-dependencies:
- dependency-name: grinder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-07 06:57:37 +10:00
Brett Morgan
3b46646306 flutter pub upgrade --major-versions (#1061) 2022-04-06 11:45:20 +10:00
Brett Morgan
a481c264cd Remove git:// url, update deps, fix destop_photo_search (#1052) 2022-03-19 08:37:04 +10:00