We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a60a3 commit 83fa720Copy full SHA for 83fa720
pubspec.lock
@@ -121,6 +121,14 @@ packages:
121
url: "https://pub.dev"
122
source: hosted
123
version: "2.0.2"
124
+ checks:
125
+ dependency: "direct dev"
126
+ description:
127
+ name: checks
128
+ sha256: "028fb54c181e68edc3c891d7d45813937311e29c77609f513bb5025620637ffd"
129
+ url: "https://pub.dev"
130
+ source: hosted
131
+ version: "0.2.1"
132
clock:
133
dependency: transitive
134
description:
pubspec.yaml
@@ -60,6 +60,7 @@ dev_dependencies:
60
json_serializable: ^6.5.4
61
build_runner: ^2.3.3
62
test: ^1.23.1
63
+ checks: ^0.2.1
64
65
# For information on the generic Dart part of this file, see the
66
# following page: https://dart.dev/tools/pub/pubspec
0 commit comments