List of checkbox not updating correctly on the UI (Flutter BloC)
I'm using the BloC pattern for the first time in my App. And I am having multiple of problems with it. For my Question i have a list of boolean ( Checkboxes ) The problem is when I click on…