artflutter / reactive_forms_generator

Other
81 stars 22 forks source link

FR: Add support for built_value #130

Open jan-siroky opened 10 months ago

jan-siroky commented 10 months ago

Hi,

Thank you for your hard work.

I would like to use this library also with built_value, not only freezed.

Is that feasible?

vasilich6107 commented 9 months ago

hi. If I have free time - possibly. The main issue that I can see is the construction of the object. BuiltValue has builders and then (b) => b..name='aaa'..value='some'

The freezed has unified flow with default classes so it was supported with 0 efforts