form_bloc
form_bloc copied to clipboard
Fix #303
@aideric This is not the first time when form_bloc has issues with delivery
Today I removed last piece of code and form_bloc as dependancy.
I recommend you pay attaention to reactive_forms
- form itself https://pub.dev/packages/reactive_forms
- a lot of prebuilt widgets ready to use https://github.com/artflutter/reactive_forms_widgets
- code gen for strictly typed forms https://github.com/artflutter/reactive_forms_generator
LGTM