Soroush Beigi
1f31580907
Updating samples Dart sdk to the last stable version ( #2209 )
8 months ago
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 "3.2.0" (<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 "3.2.0" (<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>
8 months ago
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 "3.2.0" (<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
"3.2.0" (<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>
8 months ago
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
12 months ago
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
12 months ago
dependabot[bot]
ec75a2a94c
Bump uuid from 3.0.7 to 4.0.0 in /experimental/web_dashboard ( #2000 )
1 year ago
Brett Morgan
7d169b4d98
Update for 3.13 stable ( #1992 )
1 year ago
Brett Morgan
f1fd4341ff
Flutter beta ( #1952 )
1 year ago
Brett Morgan
82e38e5b79
Update samples for Dart 3.0.0 ( #1803 )
2 years ago
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>
2 years ago
Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
2 years ago
dependabot[bot]
89b655d7f3
Bump google_sign_in from 5.4.4 to 6.0.0 in /experimental/web_dashboard ( #1665 )
2 years ago
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>
2 years ago
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>
2 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
dependabot[bot]
e37d8a8a96
Bump firebase_core from 1.14.1 to 1.15.0 in /experimental/web_dashboard ( #1124 )
3 years ago
dependabot[bot]
bf07b5b13a
Bump cloud_firestore in /experimental/web_dashboard ( #1126 )
3 years ago
dependabot[bot]
71d9fa73e7
Bump firebase_auth from 3.3.14 to 3.3.15 in /experimental/web_dashboard ( #1128 )
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Brett Morgan
ddd618f92e
Update charts_flutter to 0.12.0 ( #951 )
3 years ago
John Ryan
4893a24625
Migrate web dashboard to null safety ( #928 )
...
* update dependencies
* Update to cloud_firestore 2.x.x
* run dart migrate
* Fix analyzer warnings from null safety migration
* Fix errors resulting from null safety migration
* Fix info level warnings
* run flutter format
* fix tests
* remove unused import, format
3 years ago
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
3 years ago
Andrew Brogdon
376c666f0a
Merge beta into master ( #799 )
4 years ago
Brett Morgan
d88f131982
flutter pub upgrade ( #524 )
4 years ago
John Ryan
395ae8c0bb
Add firebase support to web_dashboard ( #421 )
...
* add mock data, app state, model classes
* Set up app without ChangeNotifier
* refactor
* add experiments to experimental/
* Add project-agnostic Firebase authentication code
* add sign in button
* add stub firebase API
* add firestore
* refactor code for google_sign_in
* update pubspec.lock
* switch to mocks for non-firebase version
* Add firebase instructions to the README
* fix README
* sign in silently if the user is already signed in
* add json_serializable
* update README
* ignore 'id' field on types
* Implement FirebaseItemApi
* Add build_runner instructions to README
* remove experiments directory
* add EditItemForm
* move types.dart into api.dart
* move mock and firebase configuration into the constructor
* add main_mock entrypoint
* add copyright checks to grinder script
* fix fix-copyright task
* run grind fix-copyright
* add run and generate tasks
* add run tasks to grind script
* add fillWithMockData() fix delete() in mock API
* add edit / new form dialogs
* Add charts that display entries from Firebase
* Add Entries list without editing
* refactor home page
* format
* Add entries page functionality
* Show current day in charts
* cleanup: pubspec.lock, remove type annotation
* Remove _selectedItem from Home page
Add ItemsDropdown
Use ItemsDropdown in NewEntryDialog / NewEntryForm
* rename item-category
* don't wait to show snackbar on delete
* fix circular progress indicator
* Move dialogs into dialogs.dart
* run grind fix-copyright
* remove unused import
* Refactor entry total calculation, add chart_utils library
* fix bug in chart_utils.dart
* convert CategoryChart to a stateless widget
* use a const for number of days in chart
* code review updates
- rename stream -> subscribe
- timeStamp -> timestamp
- remove latest() from API
- use FutureBuilder and StreamBuilder instead of stateful widget
- rename variables in mock_service_test.dart
* use a single collection reference in firebase API
* remove reference to stream in mock API
* Use a new type, _EntriesEvent to improve filtering in mock API
* add analysis_options.yaml and fix (most) issues
* fix avoid_types_on_closure_parameters lint warnings
* use spread operator in dashboard.dart
* handle case where selected item in the category dropdown goes away
* use StreamBuilder + FutureBuilder on Entries page
* rename method
* use fake firebase configuration
* update pubspec.lock
* update README
* Change categories_dropdown to FutureBuilder + StreamBuilder
* Update minSdkVersion in build.gradle
SDK version 16 was failing: "The number of method references in a .dex
file cannot exceed 64K."
* update README
* Use a collection reference in FirebaseEntryApi
Already added to FirebaseCategoryApi
* Invoke onSelected in CategoriesDropdown when necessary
Also, avoid calling onSelected during a build.
* fix misnamed var
* remove unused import
* Use relative imports
* Use extension methods for DateTime utilities
* remove forms.dart
* Make Firebase instructions specific for this sample
* add copyright headers
* fix grammar
* dartfmt
* avoid setState() during build phase in CategoryDropdown
* add empty test to material_theme_builder
5 years ago
John Ryan
edf219354e
add web_dashboard API ( #333 )
...
* add web_dashboard sample
* add docs
* address code review comments
* restructure web_dashboard
* set up provider and mock service
* add copyright headers, use relative imports
* add API class, add tests
* fmt
* rename services -> API, remove data library
* use new API in app
* add stream to items api
* convert from StreamBuilder to StreamProvider
* add subscription to Entry API
* rename API classes
* address comments
* Update README.md
* update README
* remove routing_demo
5 years ago