I\'m trying to build a Flutter app using the BLoC pattern described in the video Flutter / AngularDart – Code sharing, better together (DartConf 2018)
A BLoC is basicall
use BehaviorSubject instead StreamController.BehaviorSubject will send the nearest event to the consumer