schema_form_builder 0.0.3 copy "schema_form_builder: ^0.0.3" to clipboard
schema_form_builder: ^0.0.3 copied to clipboard

JSON schema form builder for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add schema_form_builder

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

dependencies:
  schema_form_builder: ^0.0.3

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:schema_form_builder/schema_form_builder.dart';
3
likes
120
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

JSON schema form builder for Flutter

Homepage

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on schema_form_builder