json_schema_form 1.1.9+2 copy "json_schema_form: ^1.1.9+2" to clipboard
json_schema_form: ^1.1.9+2 copied to clipboard

A JSON Schema form. This widget will provide you a simple way to generate form from JSON Schema.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_schema_form

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  json_schema_form: ^1.1.9+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_schema_form/json_schema_form.dart';
7
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A JSON Schema form. This widget will provide you a simple way to generate form from JSON Schema.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

barcode_scan, dio, file_picker_cross, flutter, image_picker, permission_handler, progress_indicators, provider

More

Packages that depend on json_schema_form