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

discontinued

A testing library built to make testing cubits easy. Built to be used with the cubit and bloc state management packages.

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

Publisher

verified publisherbloc-dev.com

A testing library built to make testing cubits easy. Built to be used with the cubit and bloc state management packages.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

cubit, meta, mockito, test

More

Packages that depend on cubit_test