@@ -6,20 +6,19 @@ a literate API.
6
6
7
7
## package: checks (experimental)
8
8
9
- ` package:checks ` is an experiment . For production use cases, please
10
- use ` package:test ` and ` package:matcher ` .
9
+ ` package:checks ` is still experimental . For production use cases, please use
10
+ ` package:test ` and ` package:matcher ` .
11
11
12
- For packages in the labs.dart.dev publisher we generally plan to either graduate the
13
- package into a supported publisher (dart.dev, tools.dart.dev) after a period of
14
- feedback and iteration, or discontinue the package. These packages have a much
15
- higher expected rate of API and breaking changes.
12
+ For packages in the ` labs.dart.dev ` publisher we generally plan to either
13
+ graduate the package into a supported publisher (` dart.dev ` , ` tools.dart.dev ` )
14
+ after a period of feedback and iteration, or discontinue the package. These
15
+ packages have a much higher expected rate of API and breaking changes.
16
16
17
- To provide feedback on the API, please file
18
- [ an issue] [ ] with questions, suggestions, feature requests, or general
19
- feedback.
17
+ To provide feedback on the API, please file [ an issue] [ ] with questions,
18
+ suggestions, feature requests, or general feedback.
20
19
21
- For documentation about converting your usage of ` package:matcher ` to ` checks ` , see the
22
- [ migration guide] [ ] .
20
+ For documentation about converting your usage of ` package:matcher ` to ` checks ` ,
21
+ see the [ migration guide] [ ] .
23
22
24
23
[ an issue ] :https://github.com/dart-lang/test/issues/new?labels=package%3Achecks&template=03_checks_feedback.md
25
24
[ migration guide ] :https://github.com/dart-lang/test/blob/master/pkgs/checks/doc/migrating_from_matcher.md
0 commit comments