Category "rxdart"

Bloc Concurrency with restartable transformer does not cancel previous event

Description Bloc Concurrency with restartable transformer does not cancel previous event Steps To Reproduce The bloc file merchant_product_bloc.dart that listen

Flutter check if stream is empty before close end

I'm using BehaviorSubject as a Stream controller. In one of my functions, I want to .add more items only in case the Stream is empty of events. @override Fu