form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

Question: is cancel required for onValueChanges

Open sm2017 opened this issue 3 years ago • 1 comments

I am using formBloc.myField.onValueChanges to listen changes and on dispose I call formBloc.close()

Is it require to cancel all onValueChanges on dispose or it's automatically handled?

sm2017 avatar Aug 19 '20 06:08 sm2017

https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179

vasilich6107 avatar Mar 11 '23 18:03 vasilich6107