StateFul Widget Not Rebuilding When Calling ValidateEvent with TextField onchange function flutter_bloc
I have a textfield with an onchnaged function which calls the validate service then returns the value to the widget.
i used print values to debug the code just to make sure everything was working fine. and they were indeed working. The validate service works and outputs the desired result but the state soesnt get emitted.