Flutter Mocktail with bloc_test: how to verify another bloc's state is changed
I try to verify the state of another bloc is changed with bloc_test but not sure how to do. The situation is like that BlocA has an event called SignIn BlocB has an item in state called User, which is…