Flutter – Does Bloc Rebuild (BlocBuilder) The Whole Widget Tree When New State emitted?
I encountered an issue when I wrapped my MaterialApp widget in a BlocBuilder. I expected the entire widget tree to rebuild whenever a new state was emitted. However, I noticed that some widgets didn’t rebuild as expected. Here’s a simplified…