form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

Fix to #309

Open paramaw opened this issue 2 years ago • 2 comments

Fix #309. Fix to warning on the logs when using Flutter 3.0.0 with the flutter_form_bloc library

paramaw avatar Jun 09 '22 11:06 paramaw

@paramaw duplicate with #312

aaassseee avatar Jun 09 '22 11:06 aaassseee

@paramaw

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

vasilich6107 avatar Jun 23 '22 10:06 vasilich6107

Thanks, fixed with https://github.com/GiancarloCode/form_bloc/pull/312

GiancarloCode avatar Aug 24 '23 15:08 GiancarloCode