You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/experimental/web_dashboard/pubspec.yaml

36 lines
679 B

name: web_dashboard
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
4 years ago
description: A dashboard app sample
version: 1.0.0+1
publish_to: none
2 years ago
environment:
sdk: ^3.3.1
2 years ago
dependencies:
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="https://github.com/firebase/flutterfire/commit/f24d0a76ff384cf40605ae59af705b2854e53ba7">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="https://github.com/firebase/flutterfire/commit/a5dc05daaba8baddbc59cd22ff84954f73f225c9">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="https://github.com/firebase/flutterfire/commit/51f6563e1c87e0de997387399a549adc341c37b1">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="https://github.com/firebase/flutterfire/commit/280dcb3d77ab5688258fe9d75fa69dd2424fda98">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="https://github.com/firebase/flutterfire/commit/fa412b448247224adedf2b770faeeea462f3c5d4">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="https://github.com/firebase/flutterfire/commit/6c1f73d0c8357db83e1ee81e084a3a5b531e0e0c">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="https://github.com/firebase/flutterfire/commit/6c1f73d0c8357db83e1ee81e084a3a5b531e0e0c">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="https://github.com/firebase/flutterfire/commit/fa412b448247224adedf2b770faeeea462f3c5d4">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="https://github.com/firebase/flutterfire/commit/07ef487971edb23a670d2b1dd315c02542b1c848">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="https://github.com/firebase/flutterfire/commit/c3ca5d101b735e2203ca3d4e52f0b457794b3a47">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="https://github.com/firebase/flutterfire/commit/c3ca5d101b735e2203ca3d4e52f0b457794b3a47">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="https://github.com/firebase/flutterfire/commit/15d8a1c59e84d05fb49ee1f67089004c2a3342c2"><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="https://github.com/firebase/flutterfire/commit/557f2cd321744813ca08ed37636b0d499f0ba895"><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="https://github.com/firebase/flutterfire/commit/f24d0a76ff384cf40605ae59af705b2854e53ba7"><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="https://github.com/firebase/flutterfire/commit/a5dc05daaba8baddbc59cd22ff84954f73f225c9"><code>a5dc05d</code></a> fix(firestore, web): fix an issue where hot restart would throw an error in c...</li> <li><a href="https://github.com/firebase/flutterfire/commit/40433ee2bb272c72ce0af29be21da40b6f73868a"><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="https://github.com/firebase/flutterfire/commit/bd2a6784886d6c95a26e1e747209956b79861578"><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="https://github.com/firebase/flutterfire/commit/376310f3437476b249e1461ac7a64cbcc1abe943"><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="https://github.com/firebase/flutterfire/commit/fdde75b02fe4bd4d40ce14798e7212eca7c8e557"><code>fdde75b</code></a> fix(firestore, web): Propagate <code>FirebaseException</code> properly, fix `mergeFields...</li> <li><a href="https://github.com/firebase/flutterfire/commit/051a6b5bace6a69eb868fced7438ee006bd9aa52"><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="https://github.com/firebase/flutterfire/commit/2b83defa84056e717bb230a7abd220f211c2e15e"><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>
6 months ago
cloud_firestore: ^4.15.6
2 years ago
collection: ^1.16.0
community_charts_flutter: ^1.0.2
cupertino_icons: ^1.0.0
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
firebase_auth: ^4.0.1
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="https://github.com/firebase/flutterfire/commit/6c1f73d0c8357db83e1ee81e084a3a5b531e0e0c">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="https://github.com/firebase/flutterfire/commit/6c1f73d0c8357db83e1ee81e084a3a5b531e0e0c">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="https://github.com/firebase/flutterfire/commit/fa412b448247224adedf2b770faeeea462f3c5d4">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="https://github.com/firebase/flutterfire/commit/07ef487971edb23a670d2b1dd315c02542b1c848">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="https://github.com/firebase/flutterfire/commit/c3ca5d101b735e2203ca3d4e52f0b457794b3a47">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="https://github.com/firebase/flutterfire/commit/c3ca5d101b735e2203ca3d4e52f0b457794b3a47">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="https://github.com/firebase/flutterfire/commit/15d8a1c59e84d05fb49ee1f67089004c2a3342c2"><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="https://github.com/firebase/flutterfire/commit/6c1f73d0c8357db83e1ee81e084a3a5b531e0e0c"><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="https://github.com/firebase/flutterfire/commit/fa412b448247224adedf2b770faeeea462f3c5d4"><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="https://github.com/firebase/flutterfire/commit/886c39a3e9d52d3bd4c9e34a215579188954ad48"><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="https://github.com/firebase/flutterfire/commit/0e67a1a466e7115e4cc1e1a0167c6c3f1122e432"><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="https://github.com/firebase/flutterfire/commit/e864acebf72ec94a91a7abb995736a3bbb7b9699"><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="https://github.com/firebase/flutterfire/commit/c395da524debb0c310d9a60391a2442e0dcbce1f"><code>c395da5</code></a> fix(core, web): fix an incompatibility with Flutter Beta that would occur whe...</li> <li><a href="https://github.com/firebase/flutterfire/commit/8d944a25e40c52ef1b14e23f8f52d3758e980856"><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="https://github.com/firebase/flutterfire/commit/8f49afcb802481f498455e1b9b759427673f4ee8"><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="https://github.com/firebase/flutterfire/commit/d0d30405a895ae221603ddd158b1cb1636312fb4"><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>
6 months ago
firebase_core: ^2.25.5
2 years ago
flutter:
sdk: flutter
google_sign_in: ^6.0.0
intl: any # Pinned by Flutter SDK version
json_annotation: ^4.5.0
2 years ago
path: ^1.8.1
provider: ^6.0.0
uuid: ^4.0.0
2 years ago
dev_dependencies:
analysis_defaults:
path: ../../analysis_defaults
2 years ago
build_runner: ^2.1.0
flutter_test:
sdk: flutter
grinder: ^0.9.0
2 years ago
json_serializable: ^6.2.0
flutter:
uses-material-design: true