有没有更好的方法将小部件公开给来自不同BLoC的两个或多个流?到目前为止,我一直在使用嵌套的StreamBuilder来处理我需要收听的尽可能多的流,就像下面粘贴的代码一样。这是一个好习惯吗?StreamBuilder(stream:firstBloc.stream1,builder:(_,AsyncSnapshotsnapshot1){returnStreamBuilder(stream:secondBloc.stream2,builder:(_,AsyncSnapshotsnapshot2){returnCustomWidget(snapshot1.data,snapshot2.d