pausable_behavior_subject 0.2.0
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_subjectThis 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.0Alternatively, 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';