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

A basic JSON-based form generator library. This is still a WIP and new features will be released

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_dynamic_form

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

dependencies:
  json_dynamic_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:json_dynamic_form/JsonDynamicForm.dart';
import 'package:json_dynamic_form/models/Autogenerated.dart';
import 'package:json_dynamic_form/models/Values.dart';
import 'package:json_dynamic_form/utils/DynamicFormConstants.dart';
8
likes
110
pub points
62%
popularity

Publisher

unverified uploader

A basic JSON-based form generator library. This is still a WIP and new features will be released

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on json_dynamic_form