action_bloc_test 0.0.2+1 copy "action_bloc_test: ^0.0.2+1" to clipboard
action_bloc_test: ^0.0.2+1 copied to clipboard

Package to make creating tests for action_bloc easy.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add action_bloc_test

With Flutter:

 $ flutter pub add action_bloc_test

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

dependencies:
  action_bloc_test: ^0.0.2+1

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:action_bloc_test/action_bloc_test.dart';
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Package to make creating tests for action_bloc easy.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

action_bloc, bloc_test, diff_match_patch, meta, test

More

Packages that depend on action_bloc_test