Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency firebase_core to v3 #121

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2024

This PR contains the following updates:

Package Update Type Change Package file References
firebase_core (source) major dependencies ^0.4.0+6 -> ^3.0.0 pubspec.yaml homepage, source

Release Notes

firebase/flutterfire (firebase_core)

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

  • Update a dependency to the latest release.

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.1

Compare Source

  • FIX(auth,windows): fix a crash that could happen when using sendEmailVerification or sendPasswordResetEmail (#​12946). (a1008290)

v3.1.0

Compare Source

v3.0.0

Compare Source

Note: This release has breaking changes.

  • FEAT: bump Firebase android SDK to 33.1.0 (#​12874). (f67914c4)
  • FEAT: bump Firebase iOS SDK to 10.27.0 (#​12871). (fcb3c212)
  • FEAT: bump CPP SDK to version 12.0.0 (#​12866). (6efc0d47)
  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#​12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#​12872). (de0cea2c)

v2.32.0

Compare Source

v2.31.1

Compare Source

  • FIX(storage,windows): putFile(), putString(), putData() & Task streaming event fixes (#​12723). (de69e07a)

v2.31.0

Compare Source

v2.30.1

Compare Source

  • Update a dependency to the latest release.

v2.30.0

Compare Source

v2.29.0

Compare Source

v2.28.0

Compare Source

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#​12566). (e891fab2)

v2.27.2

Compare Source

v2.27.1

Compare Source

  • Update a dependency to the latest release.

v2.27.0

Compare Source

v2.26.0

Compare Source

v2.25.5

Compare Source

v2.25.4

Compare Source

  • Update a dependency to the latest release.

v2.25.3

Compare Source

  • Update a dependency to the latest release.

v2.25.2

Compare Source

v2.25.1

Compare Source

  • Update a dependency to the latest release.

v2.25.0

Compare Source

v2.24.2

Compare Source

  • FIX(core,windows): fix release build of Firebase Auth, Firestore and Storage on Windows (#​11997). (12b186a8)

v2.24.1

Compare Source

  • Update a dependency to the latest release.

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.0

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

v2.19.0

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

v2.16.0

Compare Source

v2.15.1

Compare Source

  • Update a dependency to the latest release.

v2.15.0

Compare Source

v2.14.0

Compare Source

  • FIX(core,apple): pass boolean value instead of int to setDataCollectionDefaultEnabled() (#​11039). (67b051fd)
  • FEAT: bump Firebase iOS SDK to 10.10.0. Requires Xcode version >= 14.1. (#​11088). (615b2d48)

v2.13.1

Compare Source

v2.13.0

Compare Source

v2.12.0

Compare Source

  • FEAT: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#​10946). (2772d10f)

v2.11.0

Compare Source

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

  • Update a dependency to the latest release.

v2.7.0

Compare Source

v2.6.1

Compare Source

  • Update a dependency to the latest release.

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.1

Compare Source

  • Update a dependency to the latest release.

v2.4.0

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

  • REFACTOR: add verify to QueryPlatform and change internal verifyToken API to verify (#​9711). (c99a842f)

v2.1.0

Compare Source

v2.0.0

Compare Source

Note: This release has breaking changes.

v1.24.0

Compare Source

v1.23.0

Compare Source

v1.22.0

Compare Source

v1.21.1

Compare Source

  • Update a dependency to the latest release.

v1.21.0

Compare Source

v1.20.1

Compare Source

v1.20.0

Compare Source

v1.19.2

Compare Source

  • Update a dependency to the latest release.

v1.19.1

Compare Source

  • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

v1.19.0

Compare Source

v1.18.0

Compare Source

  • REFACTOR: migrate from hash* to Object.hash* (#​8797). (3dfc0997)
  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#​8791). (d90b8357)
  • FEAT: bump Firebase Android SDK to 30.1.0 (#​8847). (796f1e74)
  • DOCS: point to "firebase.google" domain for hyperlinks in the usage section of README.md files (for the missing packages) (#​8818). (5bda8c92)

v1.17.1

Compare Source

  • DOCS: use camel case style for "FlutterFire" in README.md (#​8749). (41462a42)

v1.17.0

Compare Source

  • REFACTOR: remove deprecated Tasks.call for android and replace with TaskCompletionSource. (#​8581). (374c9df3)
  • FEAT: bump Firebase Android SDK to 30.0.0 (#​8617). (72158aaf)
  • FEAT: allow initializing default Firebase apps via FirebaseOptions.fromResource on Android (#​8566). (30216c4a)

v1.16.0

Compare Source

  • FEAT: allow initializing default Firebase apps via FirebaseOptions.fromResource on Android (#​8566). (30216c4a)

v1.15.0

Compare Source

v1.14.1

Compare Source

  • Update a dependency to the latest release.

v1.14.0

Compare Source

v1.13.1

Compare Source

  • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#​8184). (df4a5bab)

v1.12.0

Compare Source

  • FEAT: bump Firebase iOS SDK to 8.11.0 & Android SDK to 29.0.4 (#​7942). (c23adf08)

v1.11.0

Compare Source

  • FIX: bump Android compileSdkVersion to 31 (#​7726). (a9562bac)
  • FIX: bump Firebase Android SDK version to 29.0.3 (from 29.0.0). (2ab4abaf)
  • FIX: workaround an SDK issue on Android where calling initializeApp when having In App Messaging installed causes a crash. (8f5204e7)
  • FEAT: bump Firebase iOS SDK version to 8.10.0. (#​7775). (ac9709e0)

v1.10.6

Compare Source

  • REFACTOR: fix all unnecessary_import analyzer issues introduced with Flutter 2.8. (7f0e82c9)

v1.10.5

Compare Source

  • Update a dependency to the latest release.

v1.10.4

Compare Source

  • Update a dependency to the latest release.

v1.10.3

Compare Source

  • Update a dependency to the latest release.

v1.10.2

Compare Source

  • Update a dependency to the latest release.

v1.10.1

Compare Source

  • REFACTOR: migrate remaining examples & e2e tests to null-safety (#​7393).

v1.10.0

Compare Source

  • FEAT: support initializing default FirebaseApp instances from Dart (#​6549).

v1.9.0

Compare Source

  • FEAT: bump Firebase Android SDK version to 29.0.0 (#​7296).
  • FEAT: bump Firebase iOS SDK to 8.9.0 (#​7289).

v1.8.0

Compare Source

  • FEAT: Firebase iOS SDK version bumped to 8.8.0 (#​7213).
  • REFACTOR: remove deprecated Flutter Android v1 Embedding usages, including in example app (#​7158).
  • STYLE: macOS & iOS; explicitly include header that defines TARGET_OS_OSX (#​7116).

v1.7.0

Compare Source

  • FEAT: bump Firebase iOS SDK to 8.7.0 & Android SDK to 28.4.1 (#​7083).
  • CHORE: update gradle version across packages (#​7054).

v1.6.0

Compare Source

  • FEAT: update Firebase Android SDK to 28.3.1 & Firebase iOS SDK to 8.6.0 (#​6847).

v1.5.0

Compare Source

  • STYLE: enable additional lint rules (#​6832).
  • FEAT: lower iOS & macOS deployment targets for relevant plugins (#​6757).
  • FEAT: iOS sdk version bump 8.5.0. (#​6786).

v1.4.0

Compare Source

  • FEAT: bump Firebase iOS SDK version to 8.3.0 (#​6568).
  • CHORE: update v2 embedding support (#​6506).
  • CHORE: rm deprecated jcenter repository (#​6431).

v1.3.0

Compare Source

  • FEAT: Upgrade Firebase Android BoM version to 28.1.0 (#​6338).

v1.2.1

Compare Source

  • DOCS: Add Flutter Favorite badge (#​6190).

v1.2.0

Compare Source

  • FEAT: upgrade Firebase Android SDK BoM version from 28.0.0 to 28.0.1.
  • FEAT: upgrade Firebase JS SDK version to 8.6.1.
  • FIX: podspec osx version checking script should use a version range instead of a single fixed version.

v1.1.1

Compare Source

  • Update a dependency to the latest release.

v1.1.0

Compare Source

  • FEAT: update iOS Firebase SDK from 7.3 to 7.11 (#​5896).

v1.0.4

[Compare Source](https://redirect.github.com/firebase/flutterfire/compa


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 5, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade firebase_core
The current Dart SDK version is 2.10.5.

Because oase depends on firebase_core >=0.8.0-1.0.nullsafety.0 which requires SDK version >=2.12.0-0 <4.0.0, version solving failed.
---- Log transcript ----
FINE: Pub 2.10.5
MSG : Resolving dependencies...
SLVR: fact: oase is 1.1.2+6
SLVR: derived: oase
SLVR: fact: oase depends on flutter any from sdk
SLVR: fact: oase depends on fluro ^1.4.0
SLVR: fact: oase depends on package_info ^0.4.0+3
SLVR: fact: oase depends on intl ^0.15.8
SLVR: fact: oase depends on url_launcher any
SLVR: fact: oase depends on http ^0.12.0+2
SLVR: fact: oase depends on photo_view ^0.3.0
SLVR: fact: oase depends on firebase_core ^3.0.0
SLVR: fact: oase depends on cloud_firestore ^0.12.5+2
SLVR: fact: oase depends on firebase_messaging ^5.0.4
SLVR: fact: oase depends on shared_preferences ^0.5.3+1
SLVR: fact: oase depends on cupertino_icons ^0.1.2
SLVR: fact: oase depends on flutter_test any from sdk
SLVR: fact: oase depends on image_test_utils ^1.0.0
SLVR:   selecting oase
SLVR:   derived: image_test_utils ^1.0.0
SLVR:   derived: flutter_test any from sdk
SLVR:   derived: cupertino_icons ^0.1.2
SLVR:   derived: shared_preferences ^0.5.3+1
SLVR:   derived: firebase_messaging ^5.0.4
SLVR:   derived: cloud_firestore ^0.12.5+2
SLVR:   derived: firebase_core ^3.0.0
SLVR:   derived: photo_view ^0.3.0
SLVR:   derived: http ^0.12.0+2
SLVR:   derived: url_launcher any
SLVR:   derived: intl ^0.15.8
SLVR:   derived: package_info ^0.4.0+3
SLVR:   derived: fluro ^1.4.0
SLVR:   derived: flutter any from sdk
IO  : Get versions from https://pub.dartlang.org/api/packages/fluro.
IO  : Get versions from https://pub.dartlang.org/api/packages/package_info.
IO  : Get versions from https://pub.dartlang.org/api/packages/intl.
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher.
IO  : Get versions from https://pub.dartlang.org/api/packages/http.
IO  : Get versions from https://pub.dartlang.org/api/packages/photo_view.
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_core.
IO  : Get versions from https://pub.dartlang.org/api/packages/cloud_firestore.
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_messaging.
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences.
IO  : HTTP GET https://pub.dartlang.org/api/packages/fluro
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/package_info
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/intl
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/http
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/photo_view
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_core
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/cloud_firestore
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_messaging
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/intl
    | took 0:00:00.180638
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.001
    | date: Wed, 05 Jun 2024 05:44:58 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 62
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 11321
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:46:58 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fluro
    | took 0:00:00.226440
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 05:45:31 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 29
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 3153
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:31 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons.
IO  : HTTP GET https://pub.dartlang.org/api/packages/cupertino_icons
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/image_test_utils.
IO  : HTTP GET https://pub.dartlang.org/api/packages/image_test_utils
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher
    | took 0:00:00.263579
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 10781
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/photo_view
    | took 0:00:00.269122
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.004
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 4124
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences
    | took 0:00:00.268759
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 7252
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/http
    | took 0:00:00.272436
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.004
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 9667
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/package_info
    | took 0:00:00.289909
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 3340
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core
    | took 0:00:00.277258
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 13090
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_messaging
    | took 0:00:00.278079
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 17204
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/clock.
IO  : HTTP GET https://pub.dartlang.org/api/packages/clock
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/meta.
IO  : HTTP GET https://pub.dartlang.org/api/packages/meta
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cupertino_icons
    | took 0:00:00.115837
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.001
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1819
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/path.
IO  : HTTP GET https://pub.dartlang.org/api/packages/path
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_android.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_android
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cloud_firestore
    | took 0:00:00.401619
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 20159
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/image_test_utils
    | took 0:00:00.151145
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 402
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_foundation.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_foundation
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_linux.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_linux
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta
    | took 0:00:00.135656
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.003
    | date: Wed, 05 Jun 2024 05:45:32 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 28
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 8663
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:32 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/clock
    | took 0:00:00.156343
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1438
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/shared_preferences_windows.
IO  : HTTP GET https://pub.dartlang.org/api/packages/shared_preferences_windows
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path
    | took 0:00:00.161262
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 6048
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_android
    | took 0:00:00.127876
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.005
    | date: Wed, 05 Jun 2024 05:45:19 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 41
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2049
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:19 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/mockito.
IO  : HTTP GET https://pub.dartlang.org/api/packages/mockito
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_foundation
    | took 0:00:00.130616
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1826
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_platform_interface
    | took 0:00:00.095435
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1511
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_linux
    | took 0:00:00.122295
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.004
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2290
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/async.
IO  : HTTP GET https://pub.dartlang.org/api/packages/async
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/http_parser.
IO  : HTTP GET https://pub.dartlang.org/api/packages/http_parser
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_android.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_android
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_ios.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_ios
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_linux.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_linux
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_windows
    | took 0:00:00.126375
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2252
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_web
    | took 0:00:00.164974
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.001
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2388
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/mockito
    | took 0:00:00.111821
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 6467
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_macos.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_macos
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/async
    | took 0:00:00.086799
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.003
    | date: Wed, 05 Jun 2024 05:45:19 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 41
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 5247
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:19 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
SLVR:   fact: every version of image_test_utils depends on mockito ^3.0.0
SLVR:     selecting image_test_utils 1.0.0
SLVR:     derived: mockito ^3.0.0
IO  : Get versions from https://pub.dartlang.org/api/packages/url_launcher_windows.
IO  : HTTP GET https://pub.dartlang.org/api/packages/url_launcher_windows
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
SLVR:     fact: every version of flutter_test from sdk depends on async 2.5.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on boolean_selector 2.1.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on characters 1.1.0-nullsafety.3
SLVR:     fact: every version of flutter_test from sdk depends on charcode 1.2.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on clock 1.1.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on collection 1.15.0-nullsafety.3
SLVR:     fact: every version of flutter_test from sdk depends on fake_async 1.2.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on flutter any from sdk
SLVR:     fact: every version of flutter_test from sdk depends on matcher 0.12.10-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on meta 1.3.0-nullsafety.3
SLVR:     fact: every version of flutter_test from sdk depends on path 1.8.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on source_span 1.8.0-nullsafety.2
SLVR:     fact: every version of flutter_test from sdk depends on stack_trace 1.10.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on stream_channel 2.1.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on string_scanner 1.1.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on term_glyph 1.2.0-nullsafety.1
SLVR:     fact: every version of flutter_test from sdk depends on test_api 0.2.19-nullsafety.2
SLVR:     fact: every version of flutter_test from sdk depends on typed_data 1.3.0-nullsafety.3
SLVR:     fact: every version of flutter_test from sdk depends on vector_math 2.1.0-nullsafety.3
SLVR:       selecting flutter_test 0.0.0 from sdk
SLVR:       derived: vector_math 2.1.0-nullsafety.3
SLVR:       derived: typed_data 1.3.0-nullsafety.3
SLVR:       derived: test_api 0.2.19-nullsafety.2
SLVR:       derived: term_glyph 1.2.0-nullsafety.1
SLVR:       derived: string_scanner 1.1.0-nullsafety.1
SLVR:       derived: stream_channel 2.1.0-nullsafety.1
SLVR:       derived: stack_trace 1.10.0-nullsafety.1
SLVR:       derived: source_span 1.8.0-nullsafety.2
SLVR:       derived: path 1.8.0-nullsafety.1
SLVR:       derived: meta 1.3.0-nullsafety.3
SLVR:       derived: matcher 0.12.10-nullsafety.1
SLVR:       derived: fake_async 1.2.0-nullsafety.1
SLVR:       derived: collection 1.15.0-nullsafety.3
SLVR:       derived: clock 1.1.0-nullsafety.1
SLVR:       derived: charcode 1.2.0-nullsafety.1
SLVR:       derived: characters 1.1.0-nullsafety.3
SLVR:       derived: boolean_selector 2.1.0-nullsafety.1
SLVR:       derived: async 2.5.0-nullsafety.1
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/web
    | took 0:00:00.121106
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1847
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_ios
    | took 0:00:00.111554
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2139
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/http_parser
    | took 0:00:00.138531
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2733
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/boolean_selector.
IO  : HTTP GET https://pub.dartlang.org/api/packages/boolean_selector
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/characters.
IO  : HTTP GET https://pub.dartlang.org/api/packages/characters
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/charcode.
IO  : HTTP GET https://pub.dartlang.org/api/packages/charcode
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_android
    | took 0:00:00.132606
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 3282
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_linux
    | took 0:00:00.116696
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2178
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_macos
    | took 0:00:00.091507
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2620
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_platform_interface
    | took 0:00:00.087985
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.008
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2686
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/collection.
IO  : HTTP GET https://pub.dartlang.org/api/packages/collection
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/fake_async.
IO  : HTTP GET https://pub.dartlang.org/api/packages/fake_async
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/matcher.
IO  : HTTP GET https://pub.dartlang.org/api/packages/matcher
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/source_span.
IO  : HTTP GET https://pub.dartlang.org/api/packages/source_span
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/stack_trace.
IO  : HTTP GET https://pub.dartlang.org/api/packages/stack_trace
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_web
    | took 0:00:00.070704
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 4390
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector
    | took 0:00:00.032629
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.003
    | date: Wed, 05 Jun 2024 05:45:20 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 40
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1532
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:20 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/stream_channel.
IO  : HTTP GET https://pub.dartlang.org/api/packages/stream_channel
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/string_scanner.
IO  : HTTP GET https://pub.dartlang.org/api/packages/string_scanner
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_windows
    | took 0:00:00.059979
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.004
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2237
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/term_glyph.
IO  : HTTP GET https://pub.dartlang.org/api/packages/term_glyph
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode
    | took 0:00:00.045997
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1542
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/test_api.
IO  : HTTP GET https://pub.dartlang.org/api/packages/test_api
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/characters
    | took 0:00:00.053352
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1517
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/typed_data.
IO  : HTTP GET https://pub.dartlang.org/api/packages/typed_data
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection
    | took 0:00:00.047089
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.006
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 4113
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api
    | took 0:00:00.006147
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 05:45:32 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 28
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 5620
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:47:32 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/vector_math.
IO  : HTTP GET https://pub.dartlang.org/api/packages/vector_math
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_core_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_core_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fake_async
    | took 0:00:00.057124
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1651
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/typed_data
    | took 0:00:00.015957
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 05:44:58 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 62
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2023
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:46:58 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/source_span
    | took 0:00:00.051149
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 3233
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stack_trace
    | took 0:00:00.050464
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 8845
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_core_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_core_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_messaging_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_messaging_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
    | took 0:00:00.064991
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 4132
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_messaging_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/firebase_messaging_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel
    | took 0:00:00.057520
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.003
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2503
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph
    | took 0:00:00.048491
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 1146
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner
    | took 0:00:00.055356
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 05:46:00 GMT
    | x-appengine-flex-applatency: 0.002
    | content-encoding: gzip
    | vary: Accept-Encoding
    | strict-transport-security: max-age=31536000; preload
    | content-type: application/json; charset="utf-8"
    | x-xss-protection: 1; mode=block
    | x-powered-by: Dart with package:shelf
    | alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    | content-length: 2357
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 05:48:00 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/plugin_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/plugin_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/file.
IO  : HTTP GET https://pub.dartlang.org/api/packages/file
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/path_provider_linux.
IO  : HTTP GET https://pub.dartlang.org/api/packages/path_provider_linux
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: DAC28B8C-9BDF-4075-948B-6FE9C8B5B651
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: direct
    | user-agent: Dart pub 2.10.5
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core_web
    | took 0:00:00.023758
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 05:45:32 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; pre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants