Skip to content

Commit 6c9b94c

Browse files
committed
deps: Add dev:test
1 parent 6f968ea commit 6c9b94c

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

pubspec.lock

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ packages:
153153
url: "https://pub.dev"
154154
source: hosted
155155
version: "3.1.1"
156+
coverage:
157+
dependency: transitive
158+
description:
159+
name: coverage
160+
sha256: "2fb815080e44a09b85e0f2ca8a820b15053982b2e714b59267719e8a9ff17097"
161+
url: "https://pub.dev"
162+
source: hosted
163+
version: "1.6.3"
156164
crypto:
157165
dependency: transitive
158166
description:
@@ -371,6 +379,14 @@ packages:
371379
url: "https://pub.dev"
372380
source: hosted
373381
version: "1.0.4"
382+
node_preamble:
383+
dependency: transitive
384+
description:
385+
name: node_preamble
386+
sha256: "8ebdbaa3b96d5285d068f80772390d27c21e1fa10fb2df6627b1b9415043608d"
387+
url: "https://pub.dev"
388+
source: hosted
389+
version: "2.0.1"
374390
package_config:
375391
dependency: transitive
376392
description:
@@ -419,6 +435,22 @@ packages:
419435
url: "https://pub.dev"
420436
source: hosted
421437
version: "1.4.0"
438+
shelf_packages_handler:
439+
dependency: transitive
440+
description:
441+
name: shelf_packages_handler
442+
sha256: aef74dc9195746a384843102142ab65b6a4735bb3beea791e63527b88cc83306
443+
url: "https://pub.dev"
444+
source: hosted
445+
version: "3.0.1"
446+
shelf_static:
447+
dependency: transitive
448+
description:
449+
name: shelf_static
450+
sha256: e792b76b96a36d4a41b819da593aff4bdd413576b3ba6150df5d8d9996d2e74c
451+
url: "https://pub.dev"
452+
source: hosted
453+
version: "1.1.1"
422454
shelf_web_socket:
423455
dependency: transitive
424456
description:
@@ -448,6 +480,22 @@ packages:
448480
url: "https://pub.dev"
449481
source: hosted
450482
version: "1.3.3"
483+
source_map_stack_trace:
484+
dependency: transitive
485+
description:
486+
name: source_map_stack_trace
487+
sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae"
488+
url: "https://pub.dev"
489+
source: hosted
490+
version: "2.1.1"
491+
source_maps:
492+
dependency: transitive
493+
description:
494+
name: source_maps
495+
sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703"
496+
url: "https://pub.dev"
497+
source: hosted
498+
version: "0.10.12"
451499
source_span:
452500
dependency: transitive
453501
description:
@@ -496,6 +544,14 @@ packages:
496544
url: "https://pub.dev"
497545
source: hosted
498546
version: "1.2.1"
547+
test:
548+
dependency: "direct dev"
549+
description:
550+
name: test
551+
sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be"
552+
url: "https://pub.dev"
553+
source: hosted
554+
version: "1.23.1"
499555
test_api:
500556
dependency: transitive
501557
description:
@@ -504,6 +560,14 @@ packages:
504560
url: "https://pub.dev"
505561
source: hosted
506562
version: "0.4.18"
563+
test_core:
564+
dependency: transitive
565+
description:
566+
name: test_core
567+
sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
568+
url: "https://pub.dev"
569+
source: hosted
570+
version: "0.4.24"
507571
timing:
508572
dependency: transitive
509573
description:
@@ -528,6 +592,14 @@ packages:
528592
url: "https://pub.dev"
529593
source: hosted
530594
version: "2.1.4"
595+
vm_service:
596+
dependency: transitive
597+
description:
598+
name: vm_service
599+
sha256: eb3cf3f45fc1500ae30481ac9ab788302fa5e8edc3f3eaddf183945ee93a8bf3
600+
url: "https://pub.dev"
601+
source: hosted
602+
version: "11.2.0"
531603
watcher:
532604
dependency: transitive
533605
description:
@@ -544,6 +616,14 @@ packages:
544616
url: "https://pub.dev"
545617
source: hosted
546618
version: "2.3.0"
619+
webkit_inspection_protocol:
620+
dependency: transitive
621+
description:
622+
name: webkit_inspection_protocol
623+
sha256: "67d3a8b6c79e1987d19d848b0892e582dbb0c66c57cc1fef58a177dd2aa2823d"
624+
url: "https://pub.dev"
625+
source: hosted
626+
version: "1.2.0"
547627
yaml:
548628
dependency: transitive
549629
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dev_dependencies:
5959

6060
json_serializable: ^6.5.4
6161
build_runner: ^2.3.3
62+
test: ^1.23.1
6263

6364
# For information on the generic Dart part of this file, see the
6465
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)