joanpablo / reactive_forms

This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms
MIT License
469 stars 88 forks source link

Example of a ReactiveFormsGenerator on ViewModel #363

Open markbulingit opened 1 year ago

markbulingit commented 1 year ago

I have this form class (generated by ReactiveFormsGenerator) called ReactiveProductForm,

can you please provide an example where ReactiveProductForm is placed on ViewModel and being called on View?

I already check the docs, particulary the add_dynamic_controls_sample.dart

but it only shows generic reactive form :(

It would be very helpful if you can provide an example, Thanks!

vasilich6107 commented 1 year ago

Hi @markbulingit please create the issue in corresponding repo https://github.com/artflutter/reactive_forms_generator/issues

vasilich6107 commented 1 year ago

Please attach the repository with clear code illustration of your approach and describe the desired result.

markbulingit commented 1 year ago

Thanks for noticing my issue @vasilich6107, I'll try to provide a full code as soon as possible, my project very messy right now, apologies

vasilich6107 commented 1 year ago

No problem @markbulingit Lets close this one and move to https://github.com/artflutter/reactive_forms_generator/issues/93