ct_test_helpers 0.0.3 copy "ct_test_helpers: ^0.0.3" to clipboard
ct_test_helpers: ^0.0.3 copied to clipboard

At cookytech, we like to have some syntactic sugar to make our test setup more concise. This package contains extension functions for things that we do frequently.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ct_test_helpers

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

dependencies:
  ct_test_helpers: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:ct_test_helpers/ct_test_helpers.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publishercookytech.in

At cookytech, we like to have some syntactic sugar to make our test setup more concise. This package contains extension functions for things that we do frequently.

Homepage
Repository (GitHub)
View/report issues

License

AGPL-3.0 (LICENSE)

Dependencies

flutter, flutter_test

More

Packages that depend on ct_test_helpers