controller/flutter_json_schema_form_controller library

Functions

generateEditingControllerMapping(JsonSchema jsonSchema) Map<String, dynamic>
Takes as an argument a JsonSchema and return a Map<String, dynamic> where the keys are the names of the properties and the values are instances of TextEditingController for the corresponding properties on the FlutterJSONSchemaForm or similar maps on recursive fashion