json_gen_form 0.3.0 copy "json_gen_form: ^0.3.0" to clipboard
json_gen_form: ^0.3.0 copied to clipboard

Generate Flutter forms using JSON, featuring a variety of built-in form controls, support for validation, custom layouts, custom styles, and unlimited nested form grouping.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_gen_form

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

dependencies:
  json_gen_form: ^0.3.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_gen_form/json_gen_form.dart';
3
likes
140
points
40
downloads

Publisher

verified publishermaxmeng.top

Weekly Downloads

Generate Flutter forms using JSON, featuring a variety of built-in form controls, support for validation, custom layouts, custom styles, and unlimited nested form grouping.

Repository (GitHub)
View/report issues

Topics

#form #validation #generator

Documentation

API reference

License

MIT (license)

Dependencies

defer_pointer, flutter, image_picker, intl, omni_datetime_picker, provider, video_player

More

Packages that depend on json_gen_form