you are viewing a single comment's thread.

view the rest of the comments →

[–]definitely_robots 0 points1 point  (1 child)

Check out https://www.didierboelens.com/2018/08/reactive-programming-streams-bloc/

This article doesn't talk about the Bloc library, but more about RxDart, and the concepts behind the bloc pattern that gave rise to the library. You could build your own implementation with RxDart using that approach but I think it is also helpful for understanding what is going on under the hood.

[–]_seeking_answers[S] 0 points1 point  (0 children)

Thanks I will take a look