Flutter – BottomNavigationBar not rebuilding as part of a BlocConsumer
Hey there I'm pretty new to flutter. I'm trying to get my BottomNavigationBar running. I'm using the bloc package for state changes, sending out an event when tapping on a BottomNavigationBar. I have 2 BlocConsumers... 1 in my root page…