schema_form library
Classes
- ChangeValueJsonSchemaEvent
-
JsonSchemaEvent data
change. Used by JsonSchemaBloc to update
Objectdata being edited in the form. - JsonSchemaBloc
-
Blocfor managing JsonSchemaState through the use of JsonSchemaEvent which implementsClickListenerused to handle the click event of controls. [...] - JsonSchemaEvent
-
Abstract class derived from a
Equatableto abstract all events that will be used by JsonSchemaBloc. - JsonSchemaState
-
Object derived from class
Equatableto store the state of the form. - LoadDataEvent
-
Objectload JsonSchemaEvent serialized inMap<String,dynamic> format. - LoadDataSchemaEvent
-
JsonSchemaEvent to load a
JsonSchema. - LoadLayoutSchemaEvent
-
JsonSchemaEvent to load the
serialized form layout in
Map<String,dynamic> format. - SchemaForm
-
StatelessWidgetfor building forms dynamically from JSON schema interpretation. It takes two JSONs to build the form. A third JSON can be used as a data source, which in turn needs to be in accordance with the data schema. [...] - SubmitJsonSchemaEvent
- JsonSchemaEvent form submission.