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 photo_view to ^0.15.0 #98

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2021

Mend Renovate

This PR contains the following updates:

Package Update Type Change Package file References
photo_view minor dependencies ^0.3.0 -> ^0.15.0 pubspec.yaml source

Release Notes

renancaraujo/photo_view (photo_view)

v0.15.0

Compare Source

Added

  • Added pageSnapping option #​542
  • make scale more smoothly #​450
  • Add possibility to restrict user scale #​537
  • Pass through semanticLabel #​530

[Changes][0.15.0]

v0.14.0

Compare Source

Fixed

  • Made wantKeepAlive parameter to make it optional #​479
  • Update README Urls #​471
  • Null check operator used on a null value #​476
  • Flutter Update: 2.10.0 - Fix: Looking up a deactivated widget's ancestor is unsafe fix #​499

[Changes][0.14.0]

v0.13.0

Compare Source

Fixed

Added

  • allowImplicitScrolling for preloading next page on PageView #​458
  • AutomaticKeepAliveClientMixin to keep state on photoview #​452

[Changes][0.13.0]

v0.12.0

Compare Source

Fixed:

Added:

  • Added enablePanAlways to allow the user to pan any view without restrictions #​427

[Changes][0.12.0]

v0.11.1

Compare Source

Fixed:

[Changes][0.11.1]

v0.11.0

Compare Source

Added

Removed

[Changes][0.11.0]

v0.10.3

Compare Source

Fixed

[Changes][0.10.3]

v0.10.2

Compare Source

Added

  • errorBuilder option to show a widget when things go south when retrieving the image. #​320 #​287

Deprecated

Fixed

[Changes][0.10.2]

v0.10.1

Compare Source

Added

[Changes][0.10.1]

v0.10.0

Compare Source

Removed [breaking]

  • loadingChild options in both PhotoView and PhotoViewGallery in favor of loadingBuilder. Previously deprecated; #​307

Fixed

  • Unnecessary scale state controller value streamed #​227 #​267
  • GestureDetector winning arena issue that made the gallery not work well #​266 #​212
  • When the network goes down, photo_view would crash #​275 #​308

Internal

[Changes][0.10.0]

v0.9.2

Compare Source

Added

Deprecated

  • loadingChild options in both PhotoView and PhotoViewGallery in favor of loadingBuilder;

Fixed

  • Gallery undefined issue #​251
  • PhotoViewCore throws when using PhotoCiewScaleStateController within gallery. #​254 #​217
  • basePosition on PhotoViewGallery being ignored #​255 #​219

[Changes][0.9.2]

v0.9.1

Compare Source

Added

  • filterQuality option to the property to improve image quality after scale #​228
  • loadFailedChild option to specify a widget instance to be shown when the image retrieval process failed #​231

Changed

  • Internal: stop using deprecated inheritFromWidgetOfExactType in favor of dependOnInheritedWidgetOfExactType #​235
  • Made childSize optional for PhotoViewGalleryPageOptions.customChild #​229

[Changes][0.9.1]

v0.9.0

Compare Source

Added

  • tightMode option that allows PhotoView to be used inside a dialog. #​167 #​211
  • PhotoViewGestureDetectorScope widget that allows PhotoView to be used on scrollable contexts (PageView, list view etc) #​211
  • Dialogs and onetap example on the exmaple app #​211

Changed

  • Made childSize to be optional. Now it expands if no value is provided #​210 #​199

[Changes][0.9.0]

v0.8.2

Compare Source

Fixed

Added

  • Exposing hit test on gesture detector #​209

[Changes][0.8.2]

v0.8.1

Compare Source

Added

Fixed

  • ScaleState were not respected when resizing photoview widget. #​163 #​207

[Changes][0.8.1]

v0.8.0

Compare Source

Changed

  • Change to our own custom gesture detector, making it work nicely with an extenal gesture detector. It solves #​41 which was previously tackled on #​185 but with some minor bugs (vertical scrolling pageviews and proper responsiveness on pan gestures). #​197
  • Renamed PhotoViewImageWrapper to PhotoViewCore and reorganized src files, not externally relevant. #​197

Removed

  • [BREAKING] Removed unnecessary function typedefs like PhotoViewScaleStateChangedCallback #​197
  • [BREAKING] Removed usePageViewWrapper option from the gallery #​197

[Changes][0.8.0]

v0.7.0

Compare Source

Solving a one year issue

Added

[Changes][0.7.0]

v0.6.0

Compare Source

Fixed

[Changes][0.6.0]

v0.5.0

Compare Source

Changed

  • [BREAKING] All hero attributes where moved into a new data class: PhotoViewHeroAttributes. #​175 #​177
  • Some internal changes fixed a severe memory leak involving controllers delegate: #​180

[Changes][0.5.0]

v0.4.2

Compare Source

Fixed

  • onTapUp and onTapDown on PhotoViewGallery #​146

[Changes][0.4.2]

v0.4.1

Compare Source

First release since halt due to Flutter breaking changes.

With this version, Photo view is stable compatible. It means that every new release must be compatible with the channel master. Breaking changes that are still on master or beta channels will not be included on any new release.

Added

  • The PageView reverse parameter #​159

[Changes][0.4.1]

v0.4.0

Compare Source

** Fix Flutter breaking change **

[Changes][0.4.0]


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency photo_view to v0.11.1 fix(deps): update dependency photo_view to v0.13.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/photo_view-0.x branch from f37505a to 13593bf Compare June 18, 2022 22:40
@renovate renovate bot changed the title fix(deps): update dependency photo_view to v0.13.0 fix(deps): update dependency photo_view to v0.14.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/photo_view-0.x branch from 13593bf to 18f29da Compare March 19, 2023 02:06
@renovate renovate bot changed the title fix(deps): update dependency photo_view to v0.14.0 fix(deps): update dependency photo_view to ^0.14.0 Mar 19, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 19, 2023

⚠ 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 photo_view
The current Dart SDK version is 2.10.5.

Because oase depends on photo_view >=0.11.0 which requires SDK version >=2.12.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.15.0
SLVR: fact: oase depends on firebase_core ^0.4.0+6
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 ^0.4.0+6
SLVR:   derived: photo_view ^0.15.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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/http
    | took 0:00:00.412872
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 10006
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher
    | took 0:00:00.460383
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 10942
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/package_info
    | took 0:00:00.479881
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 3401
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/intl
    | took 0:00:00.499282
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 11597
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core
    | took 0:00:00.500790
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 13039
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences
    | took 0:00:00.501190
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 7366
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cloud_firestore
    | took 0:00:00.503680
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 20215
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_messaging
    | took 0:00:00.507868
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 17150
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fluro
    | took 0:00:00.578100
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 3230
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/photo_view
    | took 0:00:00.531401
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 4251
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/async.
IO  : Get versions from https://pub.dartlang.org/api/packages/http_parser.
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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_parser
    | Accept: application/vnd.pub.v2+json
    | X-Pub-OS: linux
    | X-Pub-Command: upgrade
    | X-Pub-Session-ID: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.247347
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 1853
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/image_test_utils
    | took 0:00:00.213145
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 402
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.224848
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.001
    | date: Thu, 18 Apr 2024 23:37:27 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 32
    | 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: 5423
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:27 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta
    | took 0:00:00.185599
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 8871
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/http_parser
    | took 0:00:00.241993
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 GMT
    | x-appengine-flex-applatency: 0.022
    | 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: 2805
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/web
    | took 0:00:00.125442
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Thu, 18 Apr 2024 23:37:29 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 30
    | 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: 1868
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:29 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_android
    | took 0:00:00.296032
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 1984
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/shared_preferences_foundation
    | took 0:00:00.272705
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 1759
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_linux
    | took 0:00:00.247690
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 2312
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_platform_interface
    | took 0:00:00.223579
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:37:59 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: 1520
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:59 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_web
    | took 0:00:00.201929
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2418
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_android
    | took 0:00:00.162971
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 3173
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/shared_preferences_windows
    | took 0:00:00.180493
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2274
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_ios
    | took 0:00:00.155579
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2080
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.
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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/url_launcher_linux
    | took 0:00:00.100349
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2214
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40: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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/mockito
    | took 0:00:00.067758
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 6613
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path
    | took 0:00:00.025523
    | cache-control: public, max-age=120
    | x-appengine-flex-applatency: 0.002
    | date: Thu, 18 Apr 2024 23:37:28 GMT
    | vary: Accept-Encoding
    | content-encoding: gzip
    | strict-transport-security: max-age=31536000; preload
    | age: 32
    | 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: 6221
    | x-frame-options: SAMEORIGIN
    | via: 1.1 google, 1.1 google
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:39:28 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_platform_interface
    | took 0:00:00.059099
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2730
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_macos
    | took 0:00:00.063513
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2586
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/url_launcher_web
    | took 0:00:00.067588
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 4452
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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_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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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  : 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.138809
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2266
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/clock
    | took 0:00:00.143956
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 1453
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core_web
    | took 0:00:00.127881
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 5935
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_core_platform_interface
    | took 0:00:00.137500
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 3149
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection
    | took 0:00:00.122916
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 4262
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/source_span
    | took 0:00:00.159315
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 3319
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_messaging_platform_interface
    | took 0:00:00.174265
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 8900
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/firebase_messaging_web
    | took 0:00:00.171877
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 9940
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner
    | took 0:00:00.147270
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 2413
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector
    | took 0:00:00.113756
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 1562
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.206389
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 1558
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/characters
    | took 0:00:00.215105
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 1550
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fake_async
    | took 0:00:00.197936
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 1669
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40: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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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/stack_trace
    | took 0:00:00.191807
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 9180
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40:00 GMT
IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
    | took 0:00:00.213615
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38: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: 4244
    | via: 1.1 google, 1.1 google
    | x-frame-options: SAMEORIGIN
    | x-content-type-options: nosniff
    | expires: Thu, 18 Apr 2024 23:40: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: F188E8EE-2646-4F51-B780-FB25DD6CEF14
    | 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.185218
    | cache-control: public, max-age=120
    | date: Thu, 18 Apr 2024 23:38:00 GMT
    | x-appengine-flex-applatency: 0.001
    | content-enco

@renovate renovate bot force-pushed the renovate/photo_view-0.x branch from 18f29da to 28b9427 Compare April 18, 2024 23:38
@renovate renovate bot changed the title fix(deps): update dependency photo_view to ^0.14.0 fix(deps): update dependency photo_view to ^0.15.0 Apr 18, 2024
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.

None yet

0 participants