checks 0.3.0 copy "checks: ^0.3.0" to clipboard
checks: ^0.3.0 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.3.0

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';
85
likes
140
pub points
78%
popularity

Publisher

verified publisherlabs.dart.dev

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, meta, test_api

More

Packages that depend on checks