flutter_checks 0.1.0 copy "flutter_checks: ^0.1.0" to clipboard
flutter_checks: ^0.1.0 copied to clipboard

Support legacy matchers in `package:checks` expectations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_checks

With Flutter:

 $ flutter pub add flutter_checks

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

dependencies:
  flutter_checks: ^0.1.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:flutter_checks/flutter_checks.dart';
1
likes
0
points
7.72k
downloads

Publisher

unverified uploader

Weekly Downloads

Support legacy matchers in `package:checks` expectations.

Homepage
Repository (GitHub)
View/report issues

Topics

#testing

Documentation

Documentation

License

unknown (license)

Dependencies

checks, flutter, flutter_test, legacy_checks, matcher, vector_math

More

Packages that depend on flutter_checks