Closed
Description
I have a simple application which flutter_form_builder to get user values and then send them to be backend with a POST method. Currently I have to do a lot of error-prone boilerplate coding to convert the Map to built_value.
It would be a lot better if there was a standardized way to serialize form_builder map to built_values.