rxstream 1.0.0 copy "rxstream: ^1.0.0" to clipboard
rxstream: ^1.0.0 copied to clipboard

A new Flutter package project.

RxStream #

RxStream basically is lite way for BehaviorSubject from RxDart.

Usage #

final _counter = Rx<int>();
final _version = Rx('1.0.0');

Then use StreamBuilder like always.

Features #

  • value get the latest value.
  • hasError verify if stream has error.
  • All features from streamController.
1
likes
120
pub points
56%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on rxstream