Awaiting some results before dispatching an event with flutter_bloc library
问题 I am trying to create a BLOC which depends on two other time based bloc and a non-time based bloc. What i mean with time based is, for example they are connecting a remote server so it takes time. It's working just like this: Login (It's of course taking some time) If login is successful Do another process (This is something takes time also. It returns a future.) After login and another process finishes, let the page know it. My BLOC depends on these three: final UserBloc _userBloc; final