Skip to content

Flutter widget to render a form based on a json schema description

License

Notifications You must be signed in to change notification settings

SaOtto/flutter_json_schema_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json_schema_form

This package is able to render a material form based on a json schema definition. It is based on the json schema implementation of the package json_schema2.

Usage

var schema = JsonSchema.createSchema('...');

...
//e.g. inside a Scaffolds body
body : JsonSchemaForm(
        schema: schema,
        controller: SchemaFormController(schema),
      ),
...

Please check out the example folder for a working demo.

Notes

  • handling of array type is not implemented yet

About

Flutter widget to render a form based on a json schema description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published