Flutter – BlocBuilder not necessary
I am continuing a Flutter project of mine after quite some time and I no longer understand why a very basic pattern works. As far as I remember and what I understand from the documentation, I need a BlocBuilder to…