Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

HomeXLabs/flutter-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_json_schema

Generate a Flutter form based on JSON Schema and outputs FormData on submit. This is the react version of a live playground.

Usage

Here is how the JsonSchemaForm can be constructed where jsonSchema and uiSchema are String:

   JsonSchemaForm(
      jsonSchema: jsonSchema,
      uiSchema: uiSchema,
      onFormDataChanged: (String formData) async {
            // TODO: Do whatever you want to do with formData
      },
    );

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •