bloc_signals_test 0.9.0 copy "bloc_signals_test: ^0.9.0" to clipboard
bloc_signals_test: ^0.9.0 copied to clipboard

Declarative unit testing utilities for BlocSignal and CubitSignal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_signals_test

With Flutter:

 $ flutter pub add bloc_signals_test

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

dependencies:
  bloc_signals_test: ^0.9.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:bloc_signals_test/bloc_signals_test.dart';
0
likes
160
points
347
downloads

Documentation

API reference

Publisher

verified publisherstonehenge.com

Weekly Downloads

Declarative unit testing utilities for BlocSignal and CubitSignal.

Repository (GitHub)
View/report issues

Topics

#testing #unit-testing #bloc #signals

License

MIT (license)

Dependencies

bloc_signals, meta, test

More

Packages that depend on bloc_signals_test