flutter_form_builder
flutter_form_builder copied to clipboard
Html data driven
trafficstars
I am planning to use openapi as a data description to drive the Form builder.
OpenAPI has jsonschema to describe the validation.
Just throwing it out there if anyone is interested in this.
I am thinking about it automatically choosing what form builder widget to use at runtime based on the values data type Datatimethen choose date time widget Int then choose X Etc etc.
I suspect the above logic will not be enough though so I might just add a mapping layer of data name maps to form builder type X.
If anyone has any ideas on this please holler :)