form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

ConditionalFields not working with List or group fields

Open sheriffyusuf opened this issue 2 years ago • 2 comments

I noticed this issue has been opened previously, But i can't tell if a fix was made or not.

https://github.com/GiancarloCode/form_bloc/issues/85

sheriffyusuf avatar Apr 19 '22 06:04 sheriffyusuf

@sheriffyusuf

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 Aug 20 '22 10:08 vasilich6107

Thanks a lot, I will check it out.

@sheriffyusuf

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

sheriffyusuf avatar Aug 22 '22 21:08 sheriffyusuf