stream_test 0.2.0 copy "stream_test: ^0.2.0" to clipboard
stream_test: ^0.2.0 copied to clipboard

Stream testing library. Test async stream with ease.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream_test

With Flutter:

 $ flutter pub add stream_test

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

dependencies:
  stream_test: ^0.2.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:stream_test/stream_test.dart';
2
likes
120
points
598
downloads

Publisher

verified publisherthecodebrothers.pl

Weekly Downloads

Stream testing library. Test async stream with ease.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

meta, rxdart, test

More

Packages that depend on stream_test