nv_cubit_testing 0.0.8+1 copy "nv_cubit_testing: ^0.0.8+1" to clipboard
nv_cubit_testing: ^0.0.8+1 copied to clipboard

Cubit testing plugin used by NonVanilla. It provides a more flexible solution than bloc_test.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nv_cubit_testing

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

dependencies:
  nv_cubit_testing: ^0.0.8+1

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:nv_cubit_testing/nv_cubit_testing.dart';
2
likes
130
pub points
6%
popularity

Publisher

verified publishernonvanilla.shop

Cubit testing plugin used by NonVanilla. It provides a more flexible solution than bloc_test.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bloc, flutter, mockito, mocktail

More

Packages that depend on nv_cubit_testing