form_bloc
form_bloc copied to clipboard
Make SingleFieldBloc easily inheritable outside of the libary
Right now it is very difficult to inherit from SingleFieldBloc
because of the mix of public and private methods in the constructor that does not work for creating a custom field outside of the library.
https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179