Last updated:
0 purchases
rxstream
RxStream #
RxStream basically is lite way for BehaviorSubject from RxDart.
Usage #
final _counter = Rx<int>();
final _version = Rx('1.0.0');
copied to clipboard
Then use StreamBuilder like always.
Features #
value get the latest value.
hasError verify if stream has error.
All features from streamController.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.