checks 0.2.2 icon indicating copy to clipboard operation
checks: ^0.2.2 copied to clipboard

A framework for checking values against expectations and building custom expectations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add checks

With Flutter:

 $ flutter pub add checks

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  checks: ^0.2.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:checks/checks.dart';
76
likes
140
pub points
74%
popularity

Publisher

verified publisher iconlabs.dart.dev

A framework for checking values against expectations and building custom expectations.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

async, meta, test_api

More

Packages that depend on checks