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

A package that provides a way to pause and resume event emissions for streams that do not natively support it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pausable_behavior_subject

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

dependencies:
  pausable_behavior_subject: ^0.2.0

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:pausable_behavior_subject/pausable_behavior_subject.dart';
1
likes
160
points
8
downloads

Publisher

verified publishernorbertcsorgo.me

Weekly Downloads

A package that provides a way to pause and resume event emissions for streams that do not natively support it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, rxdart

More

Packages that depend on pausable_behavior_subject