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

Update dependency cloud_firestore to v5 #32

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2024

This PR contains the following updates:

Package Type Update Change
cloud_firestore (source) dependencies major ^2.0.0 -> ^5.0.0

Release Notes

firebase/flutterfire (cloud_firestore)

v5.4.3

Compare Source

v5.4.2

Compare Source

  • Update a dependency to the latest release.

v5.4.1

Compare Source

  • FIX(firestore,web): only set long polling options if it has a value (#​13295). (04b5002c)

v5.4.0

Compare Source

  • FEAT(firestore,web): expose webExperimentalForceLongPolling, webExperimentalAutoDetectLongPolling and timeoutSeconds on web (#​13201). (6ec2a103)

v5.3.0

Compare Source

  • FIX(firestore): not passing correctly the ListenSource when listening to as single DocumentReference (#​13179). (ce6e1c97)
  • FEAT: bump iOS SDK to version 11.0.0 (#​13158). (c0e0c997)
  • DOCS: remove reference to flutter.io and firebase.flutter.dev (#​13152). (5f0874b9)

v5.2.1

Compare Source

v5.2.0

Compare Source

  • FIX(firestore,web): stop cleaning up snapshot listeners in debug (#​13119). (82a63c8b)
  • FEAT(firestore): support for PersistentCacheIndexManager for firestore instances for managing cache indexes. (#​13070). (806c15d7)

v5.1.0

Compare Source

v5.0.2

Compare Source

  • Update a dependency to the latest release.

v5.0.1

Compare Source

  • FIX(firestore,macos): add Nonull decorator to PigeonParser to remove warnings when building (#​12930). (264b7643)
  • FIX(firestore,web): ensure streams are removed on "hot restart" (#​12913). (c1a67e54)

v5.0.0

Compare Source

Note: This release has breaking changes.

  • DOCS(firestore): update documentation for clearPersistence (#​12843). (35b78f04)
  • 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)

v4.17.5

Compare Source

  • Update a dependency to the latest release.

v4.17.4

Compare Source

v4.17.3

Compare Source

v4.17.2

Compare Source

  • Update a dependency to the latest release.

v4.17.1

Compare Source

  • Update a dependency to the latest release.

v4.17.0

Compare Source

  • FIX(firestore): remove nanopb version constraints from podspec (#​12632). (c899a7bc)
  • FIX(firestore): deprecate databaseURL in favor of databaseId (#​12593). (8966f483)
  • FEAT(firestore): add support for listening snapshot from cache (#​12585). (f2cef8c1)

v4.16.1

Compare Source

v4.16.0

Compare Source

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#​12566). (e891fab2)
  • FEAT(firestore): allow query with range and inequality filters on multiple fields (#​12564). (00ae837f)

v4.15.10

Compare Source

  • Update a dependency to the latest release.

v4.15.9

Compare Source

  • Update a dependency to the latest release.

v4.15.8

Compare Source

  • FIX(firestore): fix an issue that would cause FieldValue.increment to be interpreted as double (#​12444). (e9823a41)

v4.15.7

Compare Source

  • FIX(firestore): fix an issue that would cause FieldValue.increment to not work for big int (#​12426). (a776dec5)

v4.15.6

Compare Source

v4.15.5

Compare Source

  • FIX(firestore,web): Propagate FirebaseException properly, fix mergeFields bug, fix bytesLoaded different type under different conditions (#​12334). (fdde75b0)
  • FIX(firestore): expose AggregateField type to users (#​12305). (2b83defa)
  • FIX(firestore): cannot use not-in & in filters in the same query (#​12307). (e538338c)
  • FIX(firestore): aggregate query average() is null when collection is empty or collection doesn't exist or the property doesn't exist on docs (#​12304). (4d3b578d)

v4.15.4

Compare Source

  • FIX(firestore,web): fix an issue where nested object could be incorrectly decoded from JSObjects (#​12289). (991f5bd4)

v4.15.3

Compare Source

  • FIX(firestore,web): fix an issue where nested object could be incorrectly decoded from JSObjects (#​12272). (bd27d1d9)

v4.15.2

Compare Source

  • Update a dependency to the latest release.

v4.15.1

Compare Source

  • Update a dependency to the latest release.

v4.15.0

Compare Source

  • FIX(firestore): revert breaking change to where() API. null cannot be used for isEqualTo or isNotEqualTo in a query. (#​12164). (cff6f767)
  • FIX(firestore,web): update setSettings to allow usage of a up-to-date persistence on web (#​12041). (c9174334)
  • FEAT(firestore,web): migrate web to js_interop to be compatible with WASM (#​12169). (57ebd529)
  • DOCS: change old documentation links of packages in README files (#​12136). (24b9ac7e)

v4.14.0

Compare Source

  • FIX(firestore): transaction.get() should throw FirebaseException on exception. (#​12064). (3cfc5019)
  • FIX(firestore): export LoadBundleTaskState in cloud_firestore (#​12065). (97903034)
  • FEAT(firestore): add support for sum and average aggregated queries (#​11757). (82af6c2f)
  • FEAT: allow users to disable automatic host mapping (#​11962). (13c1ce33)

v4.13.6

Compare Source

  • FIX(firestore): revert changes to isLessThan, isLessThanOrEqualTo,isGreaterThan, isGreaterThanOrEqualTo & arrayContains. null is not valid.. (#​12017). (2712ea4e)

v4.13.5

Compare Source

  • Update a dependency to the latest release.

v4.13.4

Compare Source

  • Update a dependency to the latest release.

v4.13.3

Compare Source

  • Update a dependency to the latest release.

v4.13.2

Compare Source

  • FIX(firestore): allow null value to isEqualsTo & isNotEqualsTo in where() query (#​11896). (3ee59a7c)
  • FIX(firestore,web): fix being able to use normal where conditions and Filter.OR together (#​11891). (c8410acd)

v4.13.1

Compare Source

  • FIX(firestore,android): fix a race condition that could cause a crash when adding event channels while closing the app (#​11881). (963c1b8d)
  • FIX(firestore): ensure collectionGroup().count() aggregate query works (#​11850). (85e71293)

v4.13.0

Compare Source

  • FIX(firestore,ios): remove a warning that would be printed when using transactions (#​11783). (355ab9a5)
  • FEAT(windows): add platform logging for core, auth, firestore and storage (#​11790). (e7d428d1)

v4.12.2

Compare Source

  • FIX(firestore,android): cacheSizeBytes value cannot be null when setting persistenceEnabled (#​11794). (a10399eb)

v4.12.1

Compare Source

  • FIX(firestore,ios): fix freeze when doing a get in transactions when auth is also installed (#​11773). (180c0918)
  • FIX(firestore,android): fix hot reload freezing the app on Android (#​11776). (bd1ab457)

v4.12.0

Compare Source

v4.11.0

Compare Source

v4.10.0

Compare Source

v4.9.3

Compare Source

  • Update a dependency to the latest release.

v4.9.2

Compare Source

  • FIX(firestore): allow DocumentReference to be used to in Filter queries (#​11593). (3f570c6d)
  • FIX(firestore): Correct static property getter serverTimestampMap (#​11570). (251d15e9)

v4.9.1

Compare Source

v4.9.0

Compare Source

  • FEAT(firestore): add support for multiple database instances (#​11310). (ce6efcc1)

v4.8.5

Compare Source

  • FIX(firestore): allow FieldPath.documentId as a field argument in queries (#​11443). (4e01a9d8)

v4.8.4

Compare Source

  • FIX(firestore): remove assertion for arrayContainsAny & whereIn query combined (#​11342). (199e1fc4)

v4.8.3

Compare Source

  • FIX(firestore): allow 30 conjunctive & disjunctive queries for "in" & "array-contains-any" via where() API (#​11265). (f5477b1a)
  • FIX: null check error when using withConverter and returning null from fromFirestore (#​11224). (4dd0f3f0)
  • FIX(firestore): allow up to 30 Filter queries within Filter.or() & Filter.and() (#​11140). (e1f0064d)

v4.8.2

Compare Source

  • FIX(firestore,apple): issue where setting persistence caused a crash. kFIRFirestoreCacheSizeUnlimited no longer usable. (#​11174). (536cbf07)

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

  • FIX(firestore): fix emulator reload on Flutter 3.10 (#​10965). (f099eb0b)
  • FIX(firestore,ios): tentative fix for a crash that could occur during Snapshot serialization (#​10728). (2f4ba33a)

v4.7.0

Compare Source

  • FEAT: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#​10946). (2772d10f)
  • FEAT: update librairies to be compatible with Flutter 3.10.0 (#​10944). (e1f5a5ea)

v4.6.0

Compare Source

v4.5.3

Compare Source

  • FIX(firestore,ios): clean up event listeners on engine detach only (#​10579). (0ac13b6f)

v4.5.2

Compare Source

  • Update a dependency to the latest release.

v4.5.1

Compare Source

  • FIX(firestore): ensure all index URLs are captured and passed to the user (#​10674). (9800435a)

v4.5.0

Compare Source

v4.4.5

Compare Source

  • Update a dependency to the latest release.

v4.4.4

Compare Source

  • Update a dependency to the latest release.

v4.4.3

Compare Source

  • Update a dependency to the latest release.

v4.4.2

Compare Source

  • Update a dependency to the latest release.

v4.4.1

Compare Source

  • Update a dependency to the latest release.

v4.4.0

Compare Source

v4.3.2

Compare Source

  • REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#​10344). (e0087c84)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10391). (2929ac9d)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10370). (6da87036)
  • FIX: startAfterDocument could throw when used with a DocumentReference (#​10339). (8224acbe)

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

  • FEAT: setIndexConfigurationFromJSON() API. Allow users to pass JSON string (#​10029). (be4b42b1)

v4.1.0

Compare Source

v4.0.5

Compare Source

  • Update a dependency to the latest release.

v4.0.4

Compare Source

  • FIX: fix aggregated count to use the current query and not only the collection on Web (#​9824). (ada39355)

v4.0.3

Compare Source

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

v4.0.2

Compare Source

  • Update a dependency to the latest release.

v4.0.1

Compare Source

  • Update a dependency to the latest release.

v4.0.0

Compare Source

Note: This release has breaking changes.

v3.5.1

Compare Source

  • FIX: fix a query error in Flutter Web that was affecting the parsing of ancient dates (#​9633). (9250d45f)

v3.5.0

Compare Source

v3.4.9

Compare Source

  • Update a dependency to the latest release.

v3.4.8

Compare Source

  • FIX: fix queryGet() & namedQueryGet(). Check if query is [NSNull null] value (#​9410). (ae035fe2)

v3.4.7

Compare Source

  • Update a dependency to the latest release.

v3.4.6

Compare Source

  • Update a dependency to the latest release.

v3.4.5

Compare Source

  • Update a dependency to the latest release.

v3.4.4

Compare Source

  • FIX: stop FirebaseError appearing in console on hot restart & hot refresh (#​9321). (4ba0ff9d)

v3.4.3

Compare Source

  • Update a dependency to the latest release.

v3.4.2

Compare Source

  • Update a dependency to the latest release.

v3.4.1

Compare Source

  • Update a dependency to the latest release.

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.1

Compare Source

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

v3.2.0

Compare Source

v3.1.18

Compare Source

  • REFACTOR: use firebase.google.com link for homepage in pubspec.yaml (#​8724). (fd3f3102)
  • 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)

v3.1.17

Compare Source

  • Update a dependency to the latest release.

v3.1.16

Compare Source

  • REFACTOR: remove deprecated Tasks.call for android and replace with TaskCompletionSource. (#​8522). (45e27201)

v3.1.15

Compare Source

  • Update a dependency to the latest release.

v3.1.14

Compare Source

  • Update a dependency to the latest release.

v3.1.13

Compare Source

  • Update a dependency to the latest release.

v3.1.12

Compare Source

  • Update a dependency to the latest release.

v3.1.11

Compare Source

  • REFACTOR: recreate ios, android, web and macOS folders for example app (#​8255). (cdae0613)
  • DOCS: Fix method name typo in code documentation (#​8291). (7b4e06db)

v3.1.10

Compare Source

  • FIX: upda

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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
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 cloud_firestore
The current Dart SDK version is 2.10.5.

Because load_more_flutter depends on cloud_firestore >=0.17.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: load_more_flutter is 0.0.0
SLVR: derived: load_more_flutter
SLVR: fact: load_more_flutter depends on flutter any from sdk
SLVR: fact: load_more_flutter depends on flutter_localizations any from sdk
SLVR: fact: load_more_flutter depends on cupertino_icons ^1.0.0
SLVR: fact: load_more_flutter depends on cloud_firestore ^5.0.0
SLVR: fact: load_more_flutter depends on distinct_value_connectable_stream ^1.1.1
SLVR: fact: load_more_flutter depends on rxdart ^0.27.0
SLVR: fact: load_more_flutter depends on rx_redux ^2.1.0
SLVR: fact: load_more_flutter depends on disposebag ^1.2.0
SLVR: fact: load_more_flutter depends on collection ^1.14.13
SLVR: fact: load_more_flutter depends on tuple ^2.0.0
SLVR: fact: load_more_flutter depends on built_value ^8.0.0
SLVR: fact: load_more_flutter depends on built_collection ^5.0.0
SLVR: fact: load_more_flutter depends on cached_network_image ^3.0.0
SLVR: fact: load_more_flutter depends on http ^0.13.0
SLVR: fact: load_more_flutter depends on pedantic ^1.9.0
SLVR: fact: load_more_flutter depends on flutter_test any from sdk
SLVR: fact: load_more_flutter depends on build_runner ^2.0.0
SLVR: fact: load_more_flutter depends on built_value_generator ^8.0.0
SLVR:   selecting load_more_flutter
SLVR:   derived: built_value_generator ^8.0.0
SLVR:   derived: build_runner ^2.0.0
SLVR:   derived: flutter_test any from sdk
SLVR:   derived: pedantic ^1.9.0
SLVR:   derived: http ^0.13.0
SLVR:   derived: cached_network_image ^3.0.0
SLVR:   derived: built_collection ^5.0.0
SLVR:   derived: built_value ^8.0.0
SLVR:   derived: tuple ^2.0.0
SLVR:   derived: collection ^1.14.13
SLVR:   derived: disposebag ^1.2.0
SLVR:   derived: rx_redux ^2.1.0
SLVR:   derived: rxdart ^0.27.0
SLVR:   derived: distinct_value_connectable_stream ^1.1.1
SLVR:   derived: cloud_firestore ^5.0.0
SLVR:   derived: cupertino_icons ^1.0.0
SLVR:   derived: flutter_localizations any from sdk
SLVR:   derived: flutter any from sdk
IO  : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons.
IO  : Get versions from https://pub.dartlang.org/api/packages/cloud_firestore.
IO  : Get versions from https://pub.dartlang.org/api/packages/distinct_value_connectable_stream.
IO  : Get versions from https://pub.dartlang.org/api/packages/rxdart.
IO  : Get versions from https://pub.dartlang.org/api/packages/rx_redux.
IO  : Get versions from https://pub.dartlang.org/api/packages/disposebag.
IO  : Get versions from https://pub.dartlang.org/api/packages/collection.
IO  : Get versions from https://pub.dartlang.org/api/packages/tuple.
IO  : Get versions from https://pub.dartlang.org/api/packages/built_value.
IO  : Get versions from https://pub.dartlang.org/api/packages/built_collection.
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/distinct_value_connectable_stream
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/rxdart
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/rx_redux
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/disposebag
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/collection
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/tuple
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/built_value
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/built_collection
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/tuple
    | took 0:00:00.075379
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.011
    | date: Wed, 05 Jun 2024 08:27:32 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 115
    | 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: 1569
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:29:32 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/cached_network_image.
IO  : HTTP GET https://pub.dartlang.org/api/packages/cached_network_image
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/collection
    | took 0:00:00.098041
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 08:27:31 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 116
    | 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
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:29:31 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/http.
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/built_collection
    | took 0:00:00.105421
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 4070
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/pedantic.
IO  : HTTP GET https://pub.dartlang.org/api/packages/pedantic
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/distinct_value_connectable_stream
    | took 0:00:00.116898
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1908
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/rxdart
    | took 0:00:00.117558
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 10213
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/rx_redux
    | took 0:00:00.118150
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 2121
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/build_runner.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build_runner
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/disposebag
    | took 0:00:00.127526
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 2059
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/built_value_generator.
IO  : HTTP GET https://pub.dartlang.org/api/packages/built_value_generator
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/cupertino_icons
    | took 0:00:00.143506
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1819
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/rxdart_ext.
IO  : HTTP GET https://pub.dartlang.org/api/packages/rxdart_ext
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/built_value
    | took 0:00:00.137963
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 10564
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cloud_firestore
    | took 0:00:00.141141
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 GMT
    | x-appengine-flex-applatency: 0.018
    | 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 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cached_network_image
    | took 0:00:00.050848
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 5599
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/cached_network_image_platform_interface.
IO  : Get versions from https://pub.dartlang.org/api/packages/cached_network_image_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/cached_network_image_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/cached_network_image_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/flutter_cache_manager.
IO  : HTTP GET https://pub.dartlang.org/api/packages/flutter_cache_manager
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/pedantic
    | took 0:00:00.048159
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1823
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/octo_image.
IO  : HTTP GET https://pub.dartlang.org/api/packages/octo_image
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/fixnum.
IO  : HTTP GET https://pub.dartlang.org/api/packages/fixnum
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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.039691
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 8663
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/cloud_firestore_platform_interface.
IO  : HTTP GET https://pub.dartlang.org/api/packages/cloud_firestore_platform_interface
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/rxdart_ext
    | took 0:00:00.046673
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 2659
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/cloud_firestore_web.
IO  : HTTP GET https://pub.dartlang.org/api/packages/cloud_firestore_web
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/build_runner
    | took 0:00:00.058640
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 14910
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/built_value_generator
    | took 0:00:00.054542
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 11679
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/firebase_core.
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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_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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/cached_network_image_platform_interface
    | took 0:00:00.048150
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 784
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/cached_network_image_web
    | took 0:00:00.049541
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 949
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/octo_image
    | took 0:00:00.038758
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1419
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/dart_either.
IO  : HTTP GET https://pub.dartlang.org/api/packages/dart_either
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/flutter_cache_manager
    | took 0:00:00.047285
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 5131
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/analyzer.
IO  : HTTP GET https://pub.dartlang.org/api/packages/analyzer
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/http
    | took 0:00:00.111723
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 9667
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/args.
IO  : HTTP GET https://pub.dartlang.org/api/packages/args
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | 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/cloud_firestore_platform_interface
    | took 0:00:00.051643
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 10075
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cloud_firestore_web
    | took 0:00:00.048888
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 12151
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fixnum
    | took 0:00:00.059372
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 4193
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core_platform_interface
    | took 0:00:00.035079
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 3074
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/args
    | took 0:00:00.018649
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 08:27:31 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 116
    | 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: 10127
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:29:31 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/dart_either
    | took 0:00:00.036910
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1141
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/firebase_core
    | took 0:00:00.051575
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 13090
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/path
    | took 0:00:00.050331
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 GMT
    | x-appengine-flex-applatency: 0.005
    | 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 08:31:27 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/stack_trace
    | took 0:00:00.056776
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode
    | took 0:00:00.011308
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 08:27:32 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 115
    | 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
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:29:32 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/analyzer
    | took 0:00:00.057315
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 25541
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/async
    | took 0:00:00.037348
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 5247
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/boolean_selector
    | took 0:00:00.047764
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1532
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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.045214
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 1517
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 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: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/clock
    | took 0:00:00.043060
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/build.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/fake_async
    | took 0:00:00.040835
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/build_config.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build_config
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/source_span
    | took 0:00:00.039409
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 GMT
    | x-appengine-flex-applatency: 0.005
    | 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 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/build_daemon.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build_daemon
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/string_scanner
    | took 0:00:00.046012
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 2357
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
    | took 0:00:00.058337
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 4132
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel
    | took 0:00:00.051061
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 2503
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph
    | took 0:00:00.042403
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/build_resolvers.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build_resolvers
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/build_runner_core.
IO  : HTTP GET https://pub.dartlang.org/api/packages/build_runner_core
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/code_builder.
IO  : HTTP GET https://pub.dartlang.org/api/packages/code_builder
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | X-Pub-Environment: flutter_bot:flutter_cli:get
    | X-Pub-Reason: dev
    | user-agent: Dart pub 2.10.5
IO  : Get versions from https://pub.dartlang.org/api/packages/crypto.
IO  : HTTP GET https://pub.dartlang.org/api/packages/crypto
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/build_daemon
    | took 0:00:00.009677
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Wed, 05 Jun 2024 08:27:31 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 116
    | 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: 3396
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:29:31 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api
    | took 0:00:00.041961
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 5620
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/dart_style.
IO  : HTTP GET https://pub.dartlang.org/api/packages/dart_style
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: 12333DBC-E433-4F12-9265-F6D50B3265E4
    | 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/vector_math
    | took 0:00:00.037862
    | cache-control: public, max-age=120
    | date: Wed, 05 Jun 2024 08:29:27 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: 3625
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Wed, 05 Jun 2024 08:31:27 GMT
IO  : Get versions from https://pub.dartlang.org/api/packages/frontend_server_client.
IO  : HTTP GET https://pub.dartlang.org/api/packages/frontend_server_client
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pu

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

Successfully merging this pull request may close these issues.

0 participants