checks 0.2.1 copy "checks: ^0.2.1" to clipboard
checks: ^0.2.1 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

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

dependencies:
  checks: ^0.2.1

Alternatively, your editor might support dart 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';
88
likes
0
pub points
76%
popularity

Publisher

verified publisherlabs.dart.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, meta, test_api

More

Packages that depend on checks