| commit | 92da93a83615f2bc0483aa00e6a85c4f89d616e4 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@gmail.com> | Mon Mar 06 11:56:59 2023 -0800 |
| committer | GitHub <noreply@github.com> | Mon Mar 06 11:56:59 2023 -0800 |
| tree | 26ac1f49f151144255fcb0f8435f84e6e9fac9fc | |
| parent | e49818ecfad5243486720d87493a057cb18369be [diff] |
dogfood the new setup-dart action (#1964) * dogfood the new setup-dart action * fix the workflow file
Welcome! package:test is the standard testing library for Dart and Flutter. If you have questions about Dart testing, please see the docs for package:test. package:test_api and package:test_core are implementation details and generally not user-facing.
package:checks is a relatively new library for expressing test expectations. It's a more modern version of package:matcher and features a literate API.
| Package | Description | Version |
|---|---|---|
| checks | A framework for checking values against expectations and building custom expectations. | |
| test | A full featured library for writing and running Dart tests across platforms. | |
| test_api | ||
| test_core |