rxstream

Last updated:

0 purchases

rxstream Image
rxstream Images
Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.