How to add multiple state in one cubit in Flutter block pattern
I’m trying to work on my academic project but I’m facing some issues. Here I create the state and the cubit I’m trying to emit 2 lists with data I get from socket in the same block but the issue is only the first fun all time emitted then I get issues in the state. How can I do that?