schema_form 1.0.0 copy "schema_form: ^1.0.0" to clipboard
schema_form: ^1.0.0 copied to clipboard

Schema_form is a Flutter package based on two other packages that produces forms dynamically interpreting JSON objects: * [dynamic_widget](https://pub.dev/packages/dynamic_widget) - Which builds forms [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add schema_form

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

dependencies:
  schema_form: ^1.0.0

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/schema_form.dart';
6
likes
30
pub points
0%
popularity

Publisher

verified publisherlegytma.com.br

Schema_form is a Flutter package based on two other packages that produces forms dynamically interpreting JSON objects: * [dynamic_widget](https://pub.dev/packages/dynamic_widget) - Which builds forms through JSON interpretation; * [json_schema](https://pub.dev/packages/json_schema) - Identifying, defining and validating the properties of the object being edited.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

bloc, dynamic_widget, equatable, flutter, flutter_bloc, intl, json_schema, meta, path_provider, rxdart

More

Packages that depend on schema_form