Didier Boelens' Reactive Programming BLoC or how to implement an app wide BLoC
问题 I was looking into quite a few pages to learn how to best implement an app wide bloc (for authentication, user management and initialization). I did not find so much and for a beginner regarding this level of bloc patterns I found it hard to identify a reasonable one. The pattern by Didier Boelens explained here appears to be the most promising one. Is it still a sound pattern (it is from 2018) or did the bloc library evolve in the meantime or did other patterns proved better/easier? What