cubit_test 0.0.4 copy "cubit_test: ^0.0.4" to clipboard
cubit_test: ^0.0.4 copied to clipboard

discontinued
outdated

A testing library which makes it easy to test cubits. Built to be used with the cubit state management package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cubit_test

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

dependencies:
  cubit_test: ^0.0.4

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:cubit_test/cubit_test.dart';
2
likes
0
pub points
42%
popularity

Publisher

verified publisherbloc-dev.com

A testing library which makes it easy to test cubits. Built to be used with the cubit state management package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cubit, meta, mockito, test

More

Packages that depend on cubit_test