| commit | 6146c292dfc31cc4b1e1ca0cfa0fe959fe10d013 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <[email protected]> | Wed Aug 16 16:55:20 2023 |
| committer | GitHub <[email protected]> | Wed Aug 16 16:55:20 2023 |
| tree | 99d0657be4b0a9d76b7668580bcc967bd29b6974 | |
| parent | 27142079d35cb80b8ce8bf005d55ffee7ba82670 [diff] |
Add an ignore for an SDK deprecation (#2082) We cannot move to the new API until the minimum SDK can be safely bumped.
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 |