Flutter BloC NOT re-building after using multiblocprovider
I have a problem here. I am using flutter BloC . I Have Two block need to be applied to the app (Theme and Language). I used MultiBlocProvider with Builder to clear the code as possible. The problem is when…