How can I manage a model with 40+ editable field in flutter and BLoC
I’m currently developping an ERP application but I’m quite new to BLoC state management.
I just want to update state but don’t want to emit flutter_bloc
In my case I just want to update state values and use that state value in bloc/cubit only but don’t want to emit that value at that time but want to emit that value after some time.