flutter_jsonschema_builder 0.0.1+1 copy "flutter_jsonschema_builder: ^0.0.1+1" to clipboard
flutter_jsonschema_builder: ^0.0.1+1 copied to clipboard

A simple Flutter widget capable of using JSON Schema to declaratively build and customize web forms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_jsonschema_builder

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

dependencies:
  flutter_jsonschema_builder: ^0.0.1+1

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:flutter_jsonschema_builder/flutter_jsonschema_builder.dart';
6
likes
65
pub points
38%
popularity

Publisher

unverified uploader

A simple Flutter widget capable of using JSON Schema to declaratively build and customize web forms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

extended_masked_text, flutter, intl

More

Packages that depend on flutter_jsonschema_builder