flutter_form_builder icon indicating copy to clipboard operation
flutter_form_builder copied to clipboard

Html data driven

Open ghost opened this issue 6 years ago • 1 comments
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 :)

ghost avatar Jul 06 '19 15:07 ghost