Flutter Bloc emit state NOT Triggering state change for BlocBuilder
My initial state set in my Bloc constructor super call WILL trigger the BlocBuilder, but no state changes after that will work. Yes, my state class is extending Equatable. I have gone through every topic on SO regarding bloc emit…